Files
vendor_xiaomi_alioth-camera/rro_overlays/MiuiCameraOverlay/res/values/config.xml
johnmart19 8c13e7ca66 MiuiCamera: Update to 7.2 version
Leica Camera 5.0 Universal Beta 7.2 hotfix, changelog:

[Added]
— Standalone Macro lens in Pro mode doesn't work, Xiaomi broke it, enabled Supermacro in Photo mode
— Zoom override is now available in Lab settings

[Fixes]
— Parallel processing for Front switch is now properly working
— Photo mode crash from Beta 7.2 is possibly fixed

[Current bugs on Poco F3]
- 4k30fps video recording not saving
- Front camera Portrait mode

Co-authored-by: default avatarItzDFPlayer <deniskovalevskiy91@gmail.com>
2024-03-14 12:47:58 +02:00

27 lines
1018 B
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Leica Camera Overlay Configuration for Poco F3 -->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Enable Parallel Processing by default -->
<bool name="pref_camera_parallel_process_enable_default">true</bool>
<!-- Portrait Mode -->
<!-- Disable Portrait Fix by default -->
<bool name="pref_portraitfix_default">false</bool>
<!-- Disable Experimental Portrait Fix by default -->
<bool name="pref_experimental_portrait_default">false</bool>
<!-- Enable Parallel Processing for Portrait Mode by default -->
<bool name="pref_parallelportrait_default">true</bool>
<!-- Night Mode -->
<!-- Enable Parallel Processing for Night Mode -->
<bool name="pref_parallelnight_default">true</bool>
<!-- Features -->
<!-- Set Documents Ver. 2 by default -->
<string name="pref_documents_default">2</string>
<!-- Enable AI for Front Camera by default -->
<bool name="pref_frontAI_default">true</bool>
</resources>