G grafsoft Well-Known Member Licensed User Longtime User Dec 9, 2015 #1 When I use the standard camera app, press on click and move the device, it makes a bad and blurred photo.When I use B4A and the Camera library, the picture is not taken until I hold the camera still. Sometimes the app freezes.
When I use the standard camera app, press on click and move the device, it makes a bad and blurred photo.When I use B4A and the Camera library, the picture is not taken until I hold the camera still. Sometimes the app freezes.
Erel B4X founder Staff member Licensed User Longtime User Dec 10, 2015 #2 Make sure to call CamEx.TakePicture instead of FocusAndTakePicture. Upvote 0
G grafsoft Well-Known Member Licensed User Longtime User Dec 10, 2015 #3 Thank you, this seems to work! Upvote 0