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>
This commit is contained in:
@@ -5,8 +5,22 @@
|
||||
<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>
|
||||
<!-- Enable Experimental Portrait Fix by default -->
|
||||
<bool name="pref_experimental_portrait_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>
|
||||
|
||||
Reference in New Issue
Block a user