This poses some problems. For example, 1) Whatsapp inverts the picture, and 2) Google Lens isn't working (probably because it looks for a back camera).
setprop hal.camera.0 0,0--
You received this message because you are subscribed to the Google Groups "Android-x86" group.
To unsubscribe from this group and stop receiving emails from it, send an email to android-x86...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/android-x86/719a7688-0118-43a6-8297-911276ec00e4%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to andro...@googlegroups.com.
1. Stop the camera provider
2. logcat -f defcam.log -T 1
3. Start the camera provider
4. Use the camera
5. Interrupt logcat
6. Stop the camera provider
7. logcat -f propcam.log -T 1
8. setprop hal.camera.0 0,0
9. Start the camera provider
10. Use the camera
11. Interrupt logcat