Camera
Required Phonegap plugins
cordova-plugin-camera
API Documentation
Method Summary
getPicture
Take (using camera) or get an image file from the device's default gallery.
Params
Type
Name
Summary
Required
Function
successCallback
on success callback
Optional
Function
errorCallback
on error callback
Optional
Object
options
Options object
Optional
The options object's parameters can be aquired from the cordova-plugin-camera site.
Example Usage
Last updated