forked from Archive/PX4-Autopilot
mavlink: Send message to control onboard camera as broadcast
The target was it self.
This commit is contained in:
parent
c1bd0d5733
commit
6ce5807240
|
@ -3137,7 +3137,7 @@ protected:
|
||||||
|
|
||||||
mavlink_command_long_t msg = {};
|
mavlink_command_long_t msg = {};
|
||||||
|
|
||||||
msg.target_system = mavlink_system.sysid;
|
msg.target_system = 0;
|
||||||
msg.target_component = MAV_COMP_ID_ALL;
|
msg.target_component = MAV_COMP_ID_ALL;
|
||||||
msg.command = MAV_CMD_DO_CONTROL_VIDEO;
|
msg.command = MAV_CMD_DO_CONTROL_VIDEO;
|
||||||
msg.confirmation = 0;
|
msg.confirmation = 0;
|
||||||
|
|
Loading…
Reference in New Issue