cbrandolino / camvas

HTML5 webcam to canvas stream
http://cbrandolino.github.com/camvas
503 stars 43 forks source link

Doesn't work in Firefox #1

Closed peterbe closed 10 years ago

peterbe commented 11 years ago

Sorry for the vague issue title. I'm using Firefox 22.0a2

[10:33:15.970] NS_ERROR_XPC_NOT_ENOUGH_ARGS: Not enough arguments [nsIDOMNavigatorUserMedia.mozGetUserMedia] @ http://cbrandolino.github.io/camvas/javascripts/camvas_example.js:58
cbrandolino commented 11 years ago

Thanks - it actually uses chrome-only APIs; at the time I programmed it Firefox did not provide direct camera access.

It was just a small experiment and I'm afraid I can't commit to making it multiplatform now, but I'd gladly accept pull requests ^^