background preloader

Face Recognition

Facebook Twitter

OpenCV. HTML5 Face Detection - JavaScript getUserMedia API and Groucho Marx glasses! Capturing Audio & Video in HTML5. Many browsers now have the ability to access video and audio input from the user.

Capturing Audio & Video in HTML5

However, depending on the browser it might be a full dynamic and inline experience, or it could be delegated to another app on the user's device. On top of that, not every device even has a camera. Las marcas podrán medir nuestras emociones al ver sus anuncios online. Electrodermal Testing & Face Expression Recognition Tools. Home - SkyBiometry - FREE cloud based Face Detection and Recognition API. Welcome - OpenCV Wiki. Face detection using HTML5, javascript, webrtc, websockets, Jetty and OpenCV. Through HTML5 and the corresponding standards, modern browsers get more standarized features with every release.

Face detection using HTML5, javascript, webrtc, websockets, Jetty and OpenCV

Most people have heard of websockets that allows you to easily setup a two way communication channel with a server, but one of the specifications that hasn't been getting much coverage is the webrtc specificiation. With the webrtc specification it will become easier to create pure HTML/Javascript real-time video/audio related applications where you can access a user's microphone or webcam and share this data with other peers on the internet.

For instance you can create video conferencing software that doesn't require a plugin, create a baby monitor using your mobile phone or more easily facilitate webcasts. All using cross-browser features without the use of a single plugin. Update: in the newest versions of the webrtc spec we can also access the microphone!