Open mnsaqib opened 8 years ago
Can anybody help?
I don't understand the issue at all. The snapshot()
function fires your callback and provides a Data URI of the image. Do whatever you want with it at that point. Submit it to a server, add it to an array, whatever.
Demo of continuous capture, one pic after another, displaying all of them:
https://pixlcore.com/demos/webcamjs/demos/continuous.html
Good luck.
when we click on "Take Snapshot" it capture the image and display it, when we do it again, it overlap the previous image.
how we can save the serious of captured images.
Thanks