Skip to content
michael edited this page Nov 9, 2015 · 1 revision

Access Camera functions.

cameraCapturePicture Take 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.
cameraInteractiveCapturePicture Starts the image capture application to take a picture and saves it to the specified path.
targetPath (String)

Clone this wiki locally