SL4A API Help -CameraFacade

index
Access Camera functions.
cameraCapturePictureTake a picture and save it to the specified path.
targetPath (String)
useAutoFocus (Boolean) (default=true)
cameraId (Integer) Id of camera to use. SDK 9 (default=0)
returns: (Bundle) A map of Booleans autoFocus and takePicture where True indicates success. cameraId also included.
cameraInteractiveCapturePictureStarts the image capture application to take a picture and saves it to the specified path.
targetPath (String)

index