Skip to content

Commit

Permalink
GCS_MAVLink: add MAV_CMD_IMAGE_STOP_CAPTURE support
Browse files Browse the repository at this point in the history
Co-authored-by: Zachary Zalass <[email protected]>
  • Loading branch information
khanasif786 and trolledbypro committed Sep 20, 2023
1 parent 52128b8 commit 841d0cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libraries/GCS_MAVLink/GCS_Common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4756,6 +4756,7 @@ MAV_RESULT GCS_MAVLINK::handle_command_long_packet(const mavlink_command_long_t
case MAV_CMD_SET_CAMERA_ZOOM:
case MAV_CMD_SET_CAMERA_FOCUS:
case MAV_CMD_IMAGE_START_CAPTURE:
case MAV_CMD_IMAGE_STOP_CAPTURE:
case MAV_CMD_CAMERA_TRACK_POINT:
case MAV_CMD_CAMERA_TRACK_RECTANGLE:
case MAV_CMD_CAMERA_STOP_TRACKING:
Expand Down

0 comments on commit 841d0cc

Please sign in to comment.