jQuery-webcam
jQuery-webcam copied to clipboard
Custom compiled SWF won't start webcam
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:
- Linux 2.6.15-1-486 #2 Mon Mar 6 15:19:16 UTC 2006 i686 GNU/Linux
- swfmill 0.3.0
- Motion-Twin ActionScript2 Compiler 1.14 - (c)2004-2008 Motion-Twin
- No flash libraries, just the required dependencies of the libraries above.
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?
I have the same problem. Tried on osx and then on linux box. Both just show a white background.
You could try the code in my fork (https://github.com/nedforce/jQuery-webcam). Unfortunately, at higher resolutions the performance drastically decreases :(
That worked perfectly! Thanks so much.