I'm a web developer(/browser nerd) and what's exciting for me in this release is the better/correct implementation of getUserMedia(). getUserMedia gives you access to the webcam and microphone without flash!
I've being playing with this for a little while and it's so darn cool. Unfortunately it's not enabled by default. Head to chrome://flags and enable 'Media Source API on <video> elements' and 'MediaStream' (PeerConnection is also hot).
So I banged out a little site which detects if the browser support getUserMedia() and allows you to snap a photo.
http://gotcaption.com/
Opera 12 is the first GA browser with getUserMedia enabled by default. Chrome *may* have it in 21. Firefox doesn't have any support at the moment, but a recent code push suggests it might be available round the release of Firefox 16/17
Die flash die!



Reply With Quote