Forum Moderators: not2easy
I have a webcam running on my Intranet site and i have seen at least once on other sites an option for surfers to 'save' a particular shot and add it to a gallery with a caption.
Would this be a specific webcam software function or something i can code into the web page.
Any advice would be appreciated?
With the usual webcam setup, a background process is simply updating an image file with the latest picture.
All your "snapshot" code has to do is copy the latest picture and save it to a different file.
Would be pretty straight forward with any server side scripting language.