Specifications

sharpVISION™ Camera
sharpVISION VISION SDK
99
7.4. Grab Functions
7.4.1. Overview: Grab Functions
Preview Mode grab functions allow the user to snap and acquire images from the camera.
IdtSvStartAcquire: this function starts an acquisition in the camera. It sends the
configuration to the camera and starts the acquisition process.
IdtSvAcquire: this function grabs an image from the camera. The image grab is synchronous
and the function exits when the frame has been grabbed or a time out occurs.
IdtSvStopAcquire: this function stops the current acquisition.
IdtSvImageIsReady: this function is used to know whether the image acquisition has been
completed and ready to be read.