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)
...