Machine Vision

cancel
Showing results for 
Search instead for 
Did you mean: 

Acquire a image after a certain interval

Hi

I was looking for some VB program that can
capture(grab) a image after a specific time and later
save the image. And later I want to do the image
analysis. Can you guys help me

Regards
Venu
0 Kudos
Message 1 of 2
(2,920 Views)
Venu,

Since images from your camera should be coming in at a consistant rate, you may want to consider using the sequence or ring function that implements a skip count. This tells the board how many frames to skip between acquisitions. So on a camera sending 30fps, you would want to set the board up to skip 29 images so you get 1 frame per second. I hope this method helps to give you ideas.
Best Regards,
Chris D
NI Application Engineer
0 Kudos
Message 2 of 2
(2,920 Views)