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
- Host: GitHub
- URL: https://github.com/luisdemarchi/cordova-sample-facedetection
- Owner: luisdemarchi
- Created: 2019-07-01T19:05:21.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-02T14:22:23.000Z (almost 7 years ago)
- Last Synced: 2025-06-30T07:54:09.136Z (12 months ago)
- Topics: cordova, face-detection, facedetection, realtime, sample, sample-app
- Language: JavaScript
- Homepage:
- Size: 9.99 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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/)