ClearImageBufferOnTriggerΒΆ

There are several scenarios where an image is lingering in the image buffer of a camera (e.g by executing cmdTrigger ). To ensure that the capture retrieves a new image when the camera is freshly triggered, the command will clear the buffer beforehand.

Note: This will only clear the buffer when the camera is triggered during the command.

Format

Boolean

true

Before triggering a camera, its image buffer will be cleared.

false

No effect.

Default

true