I am trying to use my webcam from this demo and it works fine. But when I copy/paste this code to a local html page and try to run it from my local computer, it throws an error "Please accept the getUserMedia permissions! Refresh to try again."
Is that something about the same origin policy, or some restrictions like that?
file:scheme. You'll need to set up a simple HTTP server, or run chrome with the flag--allow-file-access-from-files, if I remember correctly. – gengkev Nov 22 '12 at 0:20