CameraViews are used to access the device camera.
You can use the
The camera needs some time to initialize first.
You can define a callback function via SetOnReady which is called if the camera can be used.
There you have to to call the StartPreview function of the CameraView control to start the preview.
The basic functionality of the camera control is taking pictures or recording video.
But it provides advanced image processing functions as well. These are color reporting, motion detection and face recognision.
More samples can be found in the samples section of DroidScript.
Properties
The following properties are available on the CameraView object:
Methods
The following methods are available on the CameraView object: