Basic installation and configuration  for simple apps (1-7)
  • Npm and Apache Cordova installation
  • Project creation and jdk download.
  • Oracle registration info
  • Java installation
  • Accept all licenses
  • Install android packages and gradle
  • Building app using Apache Cordova
OpenCV and Webassembly installation and configuration
  • Install cmake and other requirements
  • Webassembly download and install
  • Check emcc
  • Build opencv.js
  • Adding plugins to project
  • Optional step vim install and config
  • config.xml
  • index.html
  • Google chrome install and adb basics
Creating simple demo app
  • Index.js adding init
  • Camera permissions
  • Finding back camera
  • Checking OpenCV is ready for use
  • Starting video
  • Filtering to find edges
  • Final build