Skip to content

nwolisaemmanuel2-zz/HTML5-Face-Detection

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This demo uses the CCV JavaScript Face Detection Library.


To start run App.start() in your console.

You can also pass it a few different effects:

*App.start('glasses'); // Goofy Glasses example

*App.start('green'); // Green Screen effect (there is a hidden maximum and minimum sliders you can use to adjust the thresholds)

*App.start('hipster'); // simple pixel manipulation example

*App.start('blur'); // blur example

Requires a browser that supports getUserMedia (Opera Labs camera or Chrome Canary)

Start Google Chrome Canary with open -a Google\ Chrome\ Canary --args --enable-media-stream OR enable the flag in about:flags


Original links with a stored local videos:

Demo Video: http://www.youtube.com/watch?v=YYES9Qd094o&hd=1

Working Demo : http://wesbos.com/demos/html5-face-detection/

Tutorial : http://www.wesbos.com/html5-video-face-detection-canvas-javascript

About

HTML5 Video Face Detection with the CCV Javascript Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 92.9%
  • CSS 3.6%
  • HTML 3.5%