I downloaded the CameraEX library (1.20) to use with Camera lib 2.20 on Android 4.1.1. Using the sample code as-is I get the error below when taking a picture, it seems to be coming from 'cam.TakePicture' in the CameraEx library. The weird thing is that the photo seems to be ok after I dismiss the error.
An error has occurred in sub:cameraexclass_takepicture(B4A line: 100)
End Sub
java.lang.RuntimeException: takePicture failed
Continue?
An error has occurred in sub:cameraexclass_takepicture(B4A line: 100)
End Sub
java.lang.RuntimeException: takePicture failed
Continue?