Hi,

I have setup a network dome camera on a LAN, which I can access in C# using its API's.

I can even capture the image. However I would like to know how can I capture the images and save it in a folder at regular intervals. i.e. Like every 12th frame if the CAM fps is 25 or 30 frames per second

regards,
A

Use the Timer class.
You have a
System.Threading.Timer
System.Timers.Timer
System.Windows.Forms.Timer

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.