mune83

Results 1 comments of mune83

Hi @Omarj, I resolved adding this code at the end of `stopCaptureSession` (RMScannerView.m): `[self.captureSession removeInput:videoInput];` So, you have to call `[self.scannerView stopCaptureSession];` before a new `[self.scannerView startCaptureSession];` call.