Android Question Camera: Flash does not work

grafsoft

Well-Known Member
Licensed User
Longtime User
I set the flash mode to "on", I check it (see the log statement), but the camera does not flash. The built-in camera app works perfectly.

B4X:
Sub Btnclick_Click
   timer2.Enabled=True
   Try
     camEx.TakePicture
     Dim tm As String
     tm=camEx.GetFlashMode
     Log ("tm=" & tm)
     ...
 

grafsoft

Well-Known Member
Licensed User
Longtime User
I know that. I set the flash mode before with SetFlashMode. And in my example the log is "tm=on". That means that the flash should work. But it does not.
 
Upvote 0
Top