I'm trying to get a scan using the front-facing camera from an iPad 2 device.
In the CameraViewController.m file, I've changed line 529 from
AVCaptureDevicePositionBack to AVCaptureDevicePositionFront
Everything builds successfully and the camera is showing towards the front, as expected, however there is no recognition or focus for the barcode on the front camera.
Any advice on how to achieve this? Thank you.
I'm trying to get a scan using the front-facing camera from an iPad 2 device.
In the CameraViewController.m file, I've changed line 529 from
AVCaptureDevicePositionBacktoAVCaptureDevicePositionFrontEverything builds successfully and the camera is showing towards the front, as expected, however there is no recognition or focus for the barcode on the front camera.
Any advice on how to achieve this? Thank you.