The company i work for use a custom built android tablet that we can flash with either android API 19 or android API 23.
We have just realised that auto focus fails on any* app that uses the camera with API 23 but works fine with API 19.
Auto focus fails on API 23 using:
I tried to decompile the official android Camera app to see what code it uses to trigger auto focus but got nowhere, there's no classes.dex in the Camera2.apk i ripped from the tablet so i'm unable to see how it achieves a successful auto focus.
How can i debug this problem?
Should we suspect a bug in the build of android API 23 that was supplied with the tablet and ask the manufacturer to fix it?
Or could the problem be elsewhere?
Anyone got any constructive suggestions?
Thanks.
We have just realised that auto focus fails on any* app that uses the camera with API 23 but works fine with API 19.
Auto focus fails on API 23 using:
- CameraEx
- Camera2
- Our wrapped version of Vuforia SDK
- ZXing
I tried to decompile the official android Camera app to see what code it uses to trigger auto focus but got nowhere, there's no classes.dex in the Camera2.apk i ripped from the tablet so i'm unable to see how it achieves a successful auto focus.
How can i debug this problem?
Should we suspect a bug in the build of android API 23 that was supplied with the tablet and ask the manufacturer to fix it?
Or could the problem be elsewhere?
Anyone got any constructive suggestions?
Thanks.