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, retrieving images as part of this command will return the first image in that buffer. Setting this flag ensures that capture retrieves a new image when the camera gets freshly triggered.
Note
The buffer will only be cleared if the camera gets triggered during the command, which depends on the InitialTrigger and FinalTrigger parameters.
JSON Format¶
- Type
Boolean
- Default Value
true