GCS_MAVLink: forward set-camera-source to AP_Camera

This commit is contained in:
Randy Mackay 2024-02-08 17:28:45 +09:00
parent 650db2db35
commit ff7486e3cc
1 changed files with 1 additions and 0 deletions

View File

@ -5254,6 +5254,7 @@ MAV_RESULT GCS_MAVLINK::handle_command_int_packet(const mavlink_command_int_t &p
case MAV_CMD_DO_SET_CAM_TRIGG_DIST:
case MAV_CMD_SET_CAMERA_ZOOM:
case MAV_CMD_SET_CAMERA_FOCUS:
case MAV_CMD_SET_CAMERA_SOURCE:
case MAV_CMD_IMAGE_START_CAPTURE:
case MAV_CMD_IMAGE_STOP_CAPTURE:
case MAV_CMD_CAMERA_TRACK_POINT: