addyosmani / getUserMedia.js

Shim for getUserMedia(). Uses native implementation for modern browsers and a Flash fallback for everyone else.
MIT License
903 stars 158 forks source link

Fallback Image Capture With Larger Window #55

Open bvandorf opened 8 years ago

bvandorf commented 8 years ago

if changing the width to 640 and height to 480 and trying to take a picture with the flash fallback the image is not drawn to the canvas.

i am not sure if this is because of the size or the resolution of my webcam not matching.

bvandorf commented 8 years ago

I tried with a better camera and still the same issue with the fallback

Gravylake commented 7 years ago

I found this from the jquery webcam plugin docs. Looks like you need to recompile the swf. http://www.xarg.org/project/jquery-webcam-plugin/

width The width of the flash movie.

height The height of the flash movie. Both parameters have to be changed in the Flash file as well. Follow the instructions below to recompile the swf after the size change.