public marks

PUBLIC MARKS from sbrothier with tags video & javascript

2013

Object Detection with HTML5 getUserMedia | TechSlides

by 1 other
Recently, I have seen a couple different JavaScript face detection demos based on the HTML5 getUserMedia API. I even made my own face detection demo based on the HTML5 video tag. Beyond human faces, we also have face detection for cats in JavaScript, nudity detection, and much more with js-objectdetect, a JavaScript library for real-time object detection.

auduno/headtrackr · GitHub

by 1 other (via)
headtrackr is a javascript library for real-time face tracking and head tracking, tracking the position of a users head in relation to the computer screen, via a web camera and the webRTC/getUserMedia standard. For a demonstration see this video or try out some of the examples with a laptop that has a camera and a browser that has camera webRTC/getUserMedia support (for instance Opera 12). For an overview of browsers supporting the getUserMedia standard see http://caniuse.com/stream.

2008

Wait till I come! » Blog Archive » Video captioning made easy with the YouTube JavaScript API

(via)
One thing that has been annoying me for ages is that no video player on the web allows you to write comments for a specific time in the video that get displayed as plain text. Viddler allows you to comment at a certain time and it appears in the video, but the benefits of time based captioning both in terms of accessibility and SEO didn’t quite transpire to any video site maintainers yet. Edit: Darn, I hadn’t looked at Viddler for a long time, it actually does this now, well done!

2007

Pros and Cons of Rich Media Interactions - Baekdal.com

Bill Scott, the former AJAX Evangelist for Yahoo, recently gave a talk about Rich media interaction - or more precisely the pros and cons of many the modern interaction methods that are being used in today's websites and web applications.