public void StartScan() { Debug.Log("Start QR-code scan"); _qrCodeReader.StartScan(); _isScanning = true; }