Creating an image from webcam every x miliseconds
- by Rita
Hello everyone,
I am using c# to integrate with a web cam. I need to generate a snapshot image every x miliseconds and save it to file.
I already have the code up and running to save to file on a button click event, however I wonder what am I supposed to do when taking snapshots in the background - Should this be multi threaded? I'm honestly not…