This is a sample cordova application for cordova-plugin-camera-preview
cordova platform add android
cordova build android
cordova platform add ios
cordova build ios
If you last installed an older version of the plugin and want to ensure the sample app is up to date again just do the following to reset.
rm -rf platforms/ plugins/
cordova platform add android
cordova build android
cordova platform add ios
cordova build ios
##Dependencies
needs to install
cordova plugin add cordova-plugin-device
To allow the app to detect the device in order for the zoom to work, image size etc...
It is not possible to use your computers webcam during testing in the simulator, you must device test