Skip to content

Commit

Permalink
Merge pull request #22 from julianoes/pr-fix-camera-xml
Browse files Browse the repository at this point in the history
Fix camera definition xml
  • Loading branch information
julianoes authored May 27, 2024
2 parents 69fb621 + b857a52 commit df8b545
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion 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 All @@ -33,7 +35,7 @@
<option name="1.6 Mbps" value="1600" />
</options>
</parameter>
<parameter name="STREAM_CODEC" type="int32" default="0">
<parameter name="STREAM_CODEC" type="int32" default="2">
<description>Video stream codec</description>
<options>
<option name="H264" value="1" />
Expand Down

0 comments on commit df8b545

Please sign in to comment.