Skip to content

Commit

Permalink
Aperture: Configure Aperture for Pixel 7
Browse files Browse the repository at this point in the history
Signed-off-by: techyminati <[email protected]>
  • Loading branch information
techyminati committed Sep 1, 2024
1 parent c8e89b2 commit 633baa5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions app/src/main/res/values/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
-->
<resources>
<!-- Enable auxiliary cameras selector. -->
<bool name="config_enableAuxCameras">false</bool>
<bool name="config_enableAuxCameras">true</bool>

<!-- List of ID of auxiliary cameras that must be ignored by the app. -->
<string-array name="config_ignoredAuxCameraIds">
Expand All @@ -18,7 +18,7 @@
one or more aux cameras as a standalone camera device.
Note that you will probably need to add
more camera IDs to ignoreCameraIds. -->
<bool name="config_ignoreLogicalAuxCameras">true</bool>
<bool name="config_ignoreLogicalAuxCameras">false</bool>

<!-- List of ID of camera devices that doesn't advertise
REQUEST_AVAILABLE_CAPABILITIES_BACKWARD_COMPATIBLE yet are
Expand Down Expand Up @@ -55,7 +55,9 @@
</string-array>
-->
<string-array name="config_additionalVideoConfigurations">
<!-- No additional configuration is added by default. -->
<item>0</item> <item>sd|hd|fhd|uhd</item> <item>60</item>
<item>1</item> <item>sd|hd|fhd|uhd</item> <item>60</item>
<item>2</item> <item>sd|hd|fhd|uhd</item> <item>60</item>
</string-array>

<!-- An array of triplets made of (camera ID, approximate zoom ratio, exact zoom ratio).
Expand All @@ -78,7 +80,9 @@
</string-array>
-->
<string-array name="config_logicalZoomRatios">
<!-- No configuration by default. -->
<item>0</item> <item>0.7</item> <item>0.7</item>
<item>0</item> <item>2.0</item> <item>2.0</item>
<item>0</item> <item>8.0</item> <item>8.0</item>
</string-array>

<!-- Whether we should use high resolution output size or not.
Expand Down

0 comments on commit 633baa5

Please sign in to comment.