Croïd Active Member Licensed User Longtime User Nov 11, 2017 #1 Hi With the new camera 2 api (V1.15), I have a light shift with photo! Do you have this problem ? Attachments OnFlash.zip 14.2 KB · Views: 203
Erel B4X founder Staff member Licensed User Longtime User Nov 12, 2017 #2 I ran your code on Nexus 5X. In most cases the picture looks fine. I do see a dark picture from time to time. What happens if you use ON_AUTO_FLASH instead? It should probably work better. Upvote 0
I ran your code on Nexus 5X. In most cases the picture looks fine. I do see a dark picture from time to time. What happens if you use ON_AUTO_FLASH instead? It should probably work better.
Croïd Active Member Licensed User Longtime User Nov 12, 2017 #3 Thanks Erel for your reply For me with (android 7.1)mode ON_AUTO_FLASH or ON, the light does not start ! Upvote 0
Thanks Erel for your reply For me with (android 7.1)mode ON_AUTO_FLASH or ON, the light does not start !
Erel B4X founder Staff member Licensed User Longtime User Nov 13, 2017 #4 Test it with focus mode set to CONTINUOUS_PICTURE Upvote 0
Croïd Active Member Licensed User Longtime User Nov 18, 2017 #5 with focus mode set to CONTINUOUS_PICTURE, nothing happens ! but with B4X: cam.FocusMode = "AUTO" and cam.setAutoExposureMode("ON_AUTO_FLASH") The light works , but always with the shift ! Upvote 0
with focus mode set to CONTINUOUS_PICTURE, nothing happens ! but with B4X: cam.FocusMode = "AUTO" and cam.setAutoExposureMode("ON_AUTO_FLASH") The light works , but always with the shift !