You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** Multiple audio/video AVCaptureInputs are not currently supported.'
this happened when I called [scannerView startCaptureSession]; again after stop the session and the capture ?
You can solved this by
[scannerView setVerboseLogging:YES];
if ([scannerView isScanSessionInProgress]) {
[scannerView stopScanSession];
self.sessionToggleButton.title = @"Start";
} else {
[scannerView startScanSession];
self.sessionToggleButton.title = @"Stop";
}
Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** Multiple audio/video AVCaptureInputs are not currently supported.'
this happened when I called [scannerView startCaptureSession]; again after stop the session and the capture ?
self RMScannerView * domain: nil - code: 0 0x15549d30 ???
The text was updated successfully, but these errors were encountered: