jhuckaby / webcamjs

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

Not able to capture image in the second page #267

Open radduri opened 6 years ago

radduri commented 6 years ago

I have strange issue, I am able to capture image from my system cam but the same logic not working once I navigated to the another page. I did some analysis and found that ExternalInterface.addCallback methods are not generating and getting an error like "Object not found "_snap" " in the snap function of Webcam.js file.

Can you please help me on this?