User`s guide
5 Acqu iring Image Data
4 Start the image acquisition object —Callthestart function to start
the image acquisition object.
start(vid)
The start function sets the object running and returns control to the
command line.
5 Block the comman d line until the a cquisition finishes —Afterthe
start function returns, call the wait function.
wait(vid,60)
The w ait function blocks the comm and line until the hardware trigger
fires and acquisition completes or until the amount of time specified by
the timeout value expires.
6 Clean up — Always rem ove image acquisition objects from mem ory, and
the variables that re ference them, when you n o longer need them.
delete(vid)
clear vid
5-34