mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-02 14:08:45 -04:00
GCS_Mavlink: Update ardupilotmega.xml
Define PHOTO flag on CAMERA_FEEDBACK_FLAGS.
This commit is contained in:
parent
bfd24801ea
commit
a21d328b93
@ -109,6 +109,7 @@
|
||||
|
||||
<!-- camera feedback flags, a little bit of future-proofing -->
|
||||
<enum name="CAMERA_FEEDBACK_FLAGS">
|
||||
<entry name="PHOTO" value="0"> <description>Shooting photos, not video</description></entry>
|
||||
<entry name="VIDEO" value="1"> <description>Shooting video, not stills</description></entry>
|
||||
<entry name="BADEXPOSURE" value="2"> <description>Unable to achieve requested exposure (e.g. shutter speed too low)</description></entry>
|
||||
<entry name="CLOSEDLOOP" value="3"> <description>Closed loop feedback from camera, we know for sure it has successfully taken a picture</description></entry>
|
||||
|
Loading…
Reference in New Issue
Block a user