File: bebop_msgs/Ardrone3MediaStreamingStateVideoStreamModeChanged.msg
Raw Message Definition
# Ardrone3MediaStreamingStateVideoStreamModeChanged
# auto-generated from up stream XML files at
# github.com/Parrot-Developers/libARCommands/tree/master/Xml
# To check upstream commit hash, refer to last_build_info file
# Do not modify this file by hand. Check scripts/meta folder for generator files.
#
# SDK Comment:
Header header
# stream mode
uint8 mode_low_latency=0 # Minimize latency with average reliability (best for piloting).
uint8 mode_high_reliability=1 # Maximize the reliability with an average latency (best when streaming quality is important but not the latency).
uint8 mode_high_reliability_low_framerate=2 # Maximize the reliability using a framerate decimation with an average latency (best when streaming quality is important but not the latency).
uint8 mode
Compact Message Definition
uint8 mode_low_latency=0
uint8 mode_high_reliability=1
uint8 mode_high_reliability_low_framerate=2
std_msgs/Header header
uint8 mode