I'm having trouble getting the SupportedPictureFormats from AdvancedCamera.
The program pauses on the last code line published above.
Any ideas?
Thanks
B4X:
Sub Globals
Dim camera1 As AdvancedCamera
Dim Panel1 As Panel
Dim formats As List
End Sub
B4X:
Sub Activity_Resume
camera1.Initialize( Panel1, "Camera1" )
formats.Initialize
formats = camera1.SupportedPictureFormats
End Sub
The program pauses on the last code line published above.
Any ideas?
Thanks