AILDigitizer_GrabImage
Captures an image from the digitizer.
Syntax
C++
Python
def AILDigitizer_GrabImage( state: AIL_DigitizerState, inInputQueueSize: int, inSkipInvalidFrames: bool, outImage: Image, /, *, inDeviceID: AILSystemAndDeviceIdentifierDigitizer | None = None ) -> ( outResult: bool, outFrameData: AILFrameInformation )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() |
ioState | AIL_DigitizerState | |||
![]() |
inDeviceID | AILSystemAndDeviceIdentifierDigitizer | None | None | Device identification. | |
![]() |
inInputQueueSize | int | 1 - ![]() |
Capacity of output frames queue. | |
![]() |
inSkipInvalidFrames | bool | Skips invalid frames. | ||
![]() |
outImage | Image | Captured image. | ||
![]() |
outFrameData | AILFrameInformation | Frame data of the captured image. |




