jhuckaby / webcamjs

HTML5 Webcam Image Capture Library with Flash Fallback
MIT License
2.5k stars 1.11k forks source link

Flash Fallback Snap Black Image #203

Open KaylaMckinney opened 8 years ago

KaylaMckinney commented 8 years ago

When I snap an image using flash I get a black image. I am using EMBERJS and I have the JS file within the application but I have the SWF in the public folder. I don't get any errors. I am able to see a live preview but snapping the shot gives me a black image.

jhuckaby commented 8 years ago

I have never used EmberJS so I don't know what could be happening. Try running WebcamJS in an IFRAME so it is completely separated from Ember, running in its own clean DOM.

Does the Flash Demo page work with your webcam and browser?

Goldflow commented 8 years ago

if it's black, make sure your webcam isn't in use by any other page / tab or application