mirror of https://github.com/ArduPilot/ardupilot
Plane: enable MAV_CMD_DO_DIGICAM_CONTROL
This commit is contained in:
parent
a63275d284
commit
e8806b14ec
|
@ -114,6 +114,7 @@ static void handle_process_do_command()
|
|||
break;
|
||||
|
||||
case MAV_CMD_DO_DIGICAM_CONTROL: // Mission command to control an on-board camera controller system. |Session control e.g. show/hide lens| Zoom's absolute position| Zooming step value to offset zoom from the current position| Focus Locking, Unlocking or Re-locking| Shooting Command| Command Identity| Empty|
|
||||
camera.trigger_pic();
|
||||
break;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue