jhuckaby / webcamjs

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

only 1 image to save #193

Open mnsaqib opened 8 years ago

mnsaqib commented 8 years ago

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

vlknhslk commented 7 years ago

Can anybody help?

jhuckaby commented 7 years ago

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.