MIL_ID DigId, | //in |
MIL_INT64 ControlFlag | //in |
This function allows you to temporarily override the grab mode on the specified digitizer (see MdigControl() with M_GRAB_MODE).
Using this function forces the grab to wait until the grab timeout value has expired (set using MdigControl() with M_GRAB_TIMEOUT). Note that if the grab timeout is set to infinite, the grab will never end and this function will wait indefinitely. If the grabbed frame is not returned within the period of the timeout, an error is generated.
When grabbing from a video or directory of images, once the last image is grabbed, grabbing will restart from the beginning of the video or from the first image in the directory.
Header | Include mil.h. |
Library | Use mil.lib. |
DLL | Requires mil.dll. |