Sample application
Try out a demo that let's you control the playback of your favourite BBC Radio 1 Dance & Electronica shows.
Approaches
We've explored two interaction techniques:
Learnings
Here's what we found:
- We started focusing on blink detection, but this is hard to implement robustly so we found that basic motion detection worked better.
- These demos use the
getUserMedia
API which as of January 2014 are only supported by Chrome, Firefox and Opera on desktop, and in theory Blackberry Mobile, Opera Mobile, Chrome for Android, and Firefox for Android on mobile (but untested so far). - Flash fallbacks for providing access to the webcam exist but due to performance issues these aren't really appropriate for streaming video.