ClearImageBufferOnTrigger¶
Whether to clear the image buffer before triggering a camera.
Cameras can buffer images from previous triggers, which might not have been retrieved yet. If a camera’s buffer is not empty, the next command retrieving images will return the first image in that buffer. Setting this flag ensures that a new image will be received if the camera gets freshly triggered.
Note
The buffer will only be cleared if the camera gets triggered during the command, which depends on the Subset parameter.
JSON Format¶
- Type
Boolean
- Default Value
true