iOS Question B4XPages - how to initialize the camera

Alexander Stolte

Expert
Licensed User
Longtime User
If i want to Initialize the camera object, then i need a page. The root panel is not working.
How to handle it in B4XPages?
B4X:
Dim cam As Camera
cam.Initialize("cam", Root)
cam.SelectFromSavedPhotos(Sender, cam.TYPE_IMAGE)
 
Last edited:
Top