Bulk Raw Streams Playback Control Message. More...
#include <t265-messages.h>
Public Attributes | |
bulk_message_request_header | header |
supported_raw_stream_libtm_message | stream [] |
uint16_t | wNumEnabledStreams |
Bulk Raw Streams Playback Control Message.
Enables receiving streams from the host to be streamed to the MWs instead from the real sensors. Following a successful invocation of this command, and a call to the start command, the enabled streams shall be sent at the expected frame rate to the algorithms, and every streams whose bOutputMode bit was set to 1 shall be sent over the stream endpoint (even in the playback case, effectively loopback-ing the samples back to the host). Other streams will be disabled, including those that were enabled by previous invocations. To disable all image streaming, this command should be called with wNumEnabledStreams = 0, in this case, all fields after wNumEnabledStreams are dropped. If there is a mismatch between wNumEnabledStreams and the size of the message, the firmware will return an INVALID_REQUEST_LEN error message. If the profile is not supported, the firmware shall return an INVALID_PARAMETER error message (e.g. trying to open an unsupported configuration by a sensor, not valid FPS or requesting two profiles of the same sensor). If the device is already streaming live from its sensors sending a DEV_ RAW_STREAMS_PLAYBACK_CONTROL shall fail with a DEVICE_BUSY error message.
Definition at line 469 of file t265-messages.h.
bulk_message_request_header t265::bulk_message_request_raw_streams_playback_control::header |
Message request header: wMessageID = DEV_RAW_STREAMS_PLAYBACK_CONTROL
Definition at line 470 of file t265-messages.h.
supported_raw_stream_libtm_message t265::bulk_message_request_raw_streams_playback_control::stream[] |
Supported stream info variable sized array
Definition at line 472 of file t265-messages.h.
uint16_t t265::bulk_message_request_raw_streams_playback_control::wNumEnabledStreams |
Number of enabled streams in list below
Definition at line 471 of file t265-messages.h.