Integrate the Crosswalk extension for Intel RealSense EnhancedPhotography into your Cordova application. This plugin depends on the plugin cordova-plugin-crosswalk-webview because the extension will run based on Crosswalk WebView Requires cordova-android 4.0 or greater.
- Capabilities: Intel Realsense EnhancedPhotography feature.
The following directions are for cordova-cli (most people).
- Open an existing cordova project, with cordova-android 4.0.0+, and using the latest CLI.
- Add this plugin
$ cordova plugin add cordova-plugin-realsense-ep
If currently cordova-plugin-crosswalk-webview is not installed yet, it will be installed firstly.
-
Add your javascript code to employ realsense.EnhancedPhotography object.
-
Build
$ cordova build android