rleiman Well-Known Member Licensed User Longtime User Aug 16, 2015 #1 Hi Everyone, Can you show me the needed coding that will allow me to control how long the camera shutter will stay open? Thanks.
Hi Everyone, Can you show me the needed coding that will allow me to control how long the camera shutter will stay open? Thanks.
DonManfred Expert Licensed User Longtime User Aug 16, 2015 #2 I dont know a way to do this in b4a. Upvote 0
rleiman Well-Known Member Licensed User Longtime User Aug 26, 2015 #3 Hi Don, Thanks anyway for responding. Hopefully in the future they will implement it in b4a. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 26, 2015 #4 You can see the available configurable parameters here: http://developer.android.com/reference/android/hardware/Camera.Parameters.html It should be simple to set them with CameraEx class. Upvote 0
You can see the available configurable parameters here: http://developer.android.com/reference/android/hardware/Camera.Parameters.html It should be simple to set them with CameraEx class.
rleiman Well-Known Member Licensed User Longtime User Aug 26, 2015 #5 Hi Erel, Could you upload a sample app we can learn from? Thanks. Upvote 0
Erel B4X founder Staff member Licensed User Longtime User Aug 26, 2015 #6 There are many examples in the CameraEx class: [Class] CameraEx - Extends the camera library functionality As you can see in the documentation there isn't any direct API that sets the shutter open duration. Upvote 0
There are many examples in the CameraEx class: [Class] CameraEx - Extends the camera library functionality As you can see in the documentation there isn't any direct API that sets the shutter open duration.