|
Posted at 2/26/2018 09:38:33
Only Author
6#
Thanks for the advice.
The newest version of Android 7.1 does fix this issue. However, it doesn't seem to be able to use both MIPI cameras simultaneously through the Camera1 API. The Dual Camera Example App works fine, but I believe this works through native code, whereas my project requires a library that uses the Camera1 API. When I use this with 7.1, the android camera service dies, and only one camera works.
The 6.0.1 image, on the other hand, is able to use dual cameras with the Camera1 API, so I'm stuck with this for the foreseeable future.
(Though I realise the camera issue is straying from the original topic of this thread, I'll just clarify the versions I've tried. I've used "Firefly-RK3399_Android7.1.1_MP_170829" and "DualCam-Firefly-RK3399_Android7.1.1_MP_180122" for 7.1 and am using "Firefly-RK3399_Android6.0.1_170515" at the moment.) |
|