TriggeredΒΆ

Indicates if the camera is currently capturing an image. Triggered is true after triggering an image capture via the Capture command until the image has been successfully retrieved from the hardware driver memory, the capture operation is canceled, or the capture has failed.

Note

The Triggered flag is also true while the exposure has not yet started but camera is armed and waiting for a hardware trigger signal.

Format

Boolean

Set to true while the camera is in triggered state, i.e.

  • while waiting for hardware signal

  • during exposure

  • during image transfer to the PC

  • while waiting for the next call to cmdCapture to retrieve the image from hardware driver memory