HTML5 Video Face Detection with Canvas and Javascript


HTML5 Video Face Detection with Canvas and Javascript | Wes Bos

To get started, we dont really need that much. Only two of the files from the CCV Library are required are CCV.js which does the acutal detection of the the face, and face.js which holds the data for what faces look like. We will also need an empty canvas element, a HTML5 video element with .MP4 and .OGG encoded files

Related Posts