infusion / jQuery-webcam

A webcam wrapper plugin for jQuery
http://www.xarg.org/project/jquery-webcam-plugin/
517 stars 272 forks source link

Custom compiled SWF won't start webcam #1

Open moiristo opened 13 years ago

moiristo commented 13 years ago

I cloned your code and and ran make on my machine with the original code. It successfully finishes and results in a SWF, but the SWF won't start the camera (I only get a white background). It does run the Main function however, and I know it was able to find a camera. Do you know what could be wrong? Am I missing a dependency or something? Here are the details of my machine:

Note that the included SWF works fine. I just need one that creates bigger images. Maybe you could include SWFs for 640*480 and 720p?

stevethorson commented 13 years ago

I have the same problem. Tried on osx and then on linux box. Both just show a white background.

moiristo commented 13 years ago

You could try the code in my fork (https://github.com/nedforce/jQuery-webcam). Unfortunately, at higher resolutions the performance drastically decreases :(

stevethorson commented 13 years ago

That worked perfectly! Thanks so much.