QUOTE(Irene_he @ Sep 15 2007, 03:56 PM)
Ok thx for your reply Irene, I tried to put the snap function in a while loop, but the rate at which is snaps is rather low.Its for steering a robot and I want as little delay as possible. I want to get an image from webcam process and the as soon as processing is finished, I want to get another new image from the webcam. How is the best way to do this in Ivision?I tried the imaq snap function and that takes about 3 seconds to take a picture, why is this so long?how to decrease this time
UPDATE: I used the continous function of imaq with a timeout of 10 ms and now I can track my object.