jQuery-webcam
jQuery-webcam copied to clipboard
IE8 Error: Object doesn't support this property or method
I am trying to implement webcam plugin in a web project, in all browsers works fine, instead of IE8, when I try to capture the webcam screen an error shows up
Error: Object doesn't support this property or method when trying to webcam.capture();.
I am trying to figure it out, but cannot find a solution for it. It is possible to make it work?
I'm doing this too. How did you solve it?