Update CameraUtilICS.java#5
Conversation
There is a little bug for "old" Android (before 5). I add startPreview and stopPreview to fix it. I try it on Samsung S4 Mini (Android 4.4.4)
|
@rcaboni Thanks for the fix, but can you please provide some more details about the bug, so that I can test it and check whether it exists on other devices. I also need the details to know whether the fix will affect apps in other Android versions or not. |
|
Hi Abhi, the problem is only for Android before LOLLIPOP, indeed i fix the CameraUtilICS file. I check the problem and the fix it on Samsung S3 Mini, S4 Mini, XCover 2. |
|
noobCameraManager.init(getActivity(), LogLevel.Verbose); it was getActivity() not working MainActivity |
There is a little bug for "old" Android (before 5). I add startPreview and stopPreview to fix it. I try it on Samsung S4 Mini (Android 4.4.4)