Bulk Set Exposure Control Message Enable/disable the auto-exposure management of the different video streams, and configure the powerline frequency rate. Calling this message is only supported before the streams are started. The default values for video streams 0 and 1 shall be auto-exposure enable with 50Hz flicker rate. The firmware only supports the following: More...
#include <t265-messages.h>
Public Attributes | |
uint8_t | bAntiFlickerMode |
uint8_t | bVideoStreamsMask |
bulk_message_request_header | header |
Bulk Set Exposure Control Message Enable/disable the auto-exposure management of the different video streams, and configure the powerline frequency rate. Calling this message is only supported before the streams are started. The default values for video streams 0 and 1 shall be auto-exposure enable with 50Hz flicker rate. The firmware only supports the following:
Definition at line 762 of file t265-messages.h.
uint8_t t265::bulk_message_request_set_exposure_mode_control::bAntiFlickerMode |
Anti Flicker Mode: 0 - disable (e.g. for outside use), 1 - 50Hz, 2 - 60Hz, 3 - Auto (currently not supported)
Definition at line 765 of file t265-messages.h.
uint8_t t265::bulk_message_request_set_exposure_mode_control::bVideoStreamsMask |
Bitmask of the streams to apply the configuration to. bit X -> stream X: 0 - disable, 1 - enable
Definition at line 764 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_set_exposure_mode_control::header |
Message request header: dwLength = 8 bytes, wMessageID = DEV_EXPOSURE_MODE_CONTROL
Definition at line 763 of file t265-messages.h.