Skip to content

Commit

Permalink
haydn: overlay-lineage: Configure additional camera framerates
Browse files Browse the repository at this point in the history
Change-Id: I51efca86d2169c01fb96af97ef9fe250e2b221ed
  • Loading branch information
SebaUbuntu authored and AdarshGrewal committed Apr 17, 2023
1 parent 1e57dbe commit bdf142a
Showing 1 changed file with 28 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,32 @@
<string-array name="config_ignoredAuxCameraIds">
<item>7</item>
</string-array>

<!-- An array of triplets made of (camera ID, qualities, framerates).
These video modes will be added to the available
quality/framerate combinations of a camera device.
Make sure the device is able to handle those configurations
and maintain a stable framerate at any condition.
Note that you can't add video qualities that aren't
exposed by the camera, only new framerates.
Valid values of resolution are:
- "sd" (480p)
- "hd" (720p)
- "fhd" (1080p)
- "uhd" (2160p)
Valid values of framerate are:
- "24"
- "30"
- "60"
- "120"
Example:
<string-array name="config_additionalVideoConfigurations">
<item>0</item> <item>sd|hd|fhd</item> <item>60|120</item>
<item>1</item> <item>sd|hd|fhd</item> <item>60</item>
</string-array>
-->
<string-array name="config_additionalVideoConfigurations">
<item>0</item> <item>sd|hd|fhd|uhd</item> <item>60</item>
<item>1</item> <item>sd|hd|fhd</item> <item>60</item>
</string-array>
</resources>

0 comments on commit bdf142a

Please sign in to comment.