A simple Cordova AR point of interest (POI) project. Video preview and web overlay are provided by the ezAR™ VideoOverlay plugin. Points of Interests location, object shapes and rendering are provided by the awe.js library.
While ezAR works with Cordova-based SDKs such as Ionic, only Cordova CLI examples are provided below. This example was built and tested with Cordova 6.5 and only uses the VideoOverlay plugin.
Download and unzip the ezAR Startup Kit version 0.2.12 or greater, includes the required VideoOverlay plugin.
Install the ezAR Video Overlay plugin using the Cordova SDK CLI
cordova plugin add <path>/com.ezartech.ezar.videooverlay
Install the platforms you plan to test on. Note only iOS and Android platforms are supported by ezAR.
cordova platform add ios
cordova platform add android
Build the project for all installed platforms
cordova build --device
See modified MIT license.
The project code was adapted from the awe.js VR example. awe.js github
See ezartech.com for documentation and support.
Copyright (c) 2017, ezAR Technologies