The camera object allows you to access the device cameras. This library is supported by Android 1.6+. If possible it is recommended to work with CameraEx class that wraps this object and adds many features. The CameraEx class requires Android 2.3+. This is an 'Activity Object', it cannot be declared under Sub Process_Globals.
Permissions:
android.permission.CAMERA
Events:
Ready (Success As Boolean) PictureTaken (Data() As Byte) Preview (Data() As Byte) FocusDone (Success As Boolean)