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 18, 2023
1 parent f26ad24 commit dbb2e88
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 @@ -4758,6 +4758,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 dbb2e88

Please sign in to comment.