An open API service indexing awesome lists of open source software.

https://github.com/luisdemarchi/cordova-sample-facedetection

Real-time face detection sample in cordova application
https://github.com/luisdemarchi/cordova-sample-facedetection

cordova face-detection facedetection realtime sample sample-app

Last synced: 12 months ago
JSON representation

Real-time face detection sample in cordova application

Awesome Lists containing this project

README

          

cordova-plugin-facedetection-lite Sample Cordova App
=======================

This is a sample cordova application for detecting single face in real time by the device camera, using the cordova-plugin-facedetection-lite.

iOS / Android


Browser


## Install
```
cordova prepare android
cordova build android

cordova prepare ios
cordova build ios

cordova prepare browser
cordova build browser
```

## Mobile Simulator

It is not possible to use your computers webcam during testing in the simulator for mobile, you must device test

# Credits

Created by Luís De Marchi [@luisdemarchi](https://github.com/luisdemarchi) - [Linkedin](https://www.linkedin.com/in/luis5/)