Skip to content

Commit

Permalink
camera-manager: add missing CAM_MODE options
Browse files Browse the repository at this point in the history
  • Loading branch information
julianoes committed May 27, 2024
1 parent 69fb621 commit f5bc0f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions camera-manager/mavlink_ftp_root/siyi_a8_mini.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
<!-- control = 0 tells us this should not create an automatic UI control -->
<parameter name="CAM_MODE" type="int32" default="1" control="0">
<description>Camera Mode</description>
<option name="Photo" value="0" />
<option name="Video" value="1" />
</parameter>
<parameter name="STREAM_RES" type="int32" default="0">
<description>Video stream resolution</description>
Expand Down

0 comments on commit f5bc0f8

Please sign in to comment.