mirror of https://github.com/ArduPilot/ardupilot
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