Specifications

sharpVISION™ Camera
sharpVISION SDK Reference
102
7.4.4. IdtSvImageIsReady
[nResult, nIsReady] = sharpML (‘IdtSvImageIsReady’, nCameraId)
Inputs
nCameraId
Specifies a valid camera ID
Outputs
nResult
Specifies the return error code of the function (0 if the function is successful, otherwise not 0)
nIsReady
It is 0 if image acquisition has not been completed yet, or 1 if the image acquisition has been
completed.
Remarks
this function is used to know whether the image acquisition has been completed and ready to
be read. If any error occurs during the operation, the routine returns an error code in the
nResult variable, otherwise it returns 0.
See also: IdtSvAcquire