Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 1.06 KB

README.md

File metadata and controls

32 lines (22 loc) · 1.06 KB

Image Detection Cordova Plugin Demo

This is a demo App that already includes the plugin.

You can find the plugin here.

Running

Add the desired platform and run it.

Before running the commands bellow go into plugins/com.cloudoki.imagedetectionplugin/src/ios/ and extract the opencv2.framework.zip since it's too big for Github.

Android

$ cordova platform add android
$ cordova run android

iOS

$ cordova platform add ios
$ cordova run ios

Point the camera to one of the following targets images or any other that might contain the target:

An alert saying the target's name should apper when the target is detected.

screenshot