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:
johnmart19
2024-03-14 10:55:13 +02:00
parent 05d1d47db4
commit 8c13e7ca66
2 changed files with 18 additions and 4 deletions

View File

@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:03628f44b94aaba5eb75763d1608a111741cf1d246fb1f0624dd870ef3ed060d oid sha256:1c39d24601812035ae743fca5d687557fbe094f834a1d9bbd1d27a2267143ede
size 164168041 size 165907004

View File

@@ -5,8 +5,22 @@
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"> <resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
<!-- Enable Parallel Processing by default --> <!-- Enable Parallel Processing by default -->
<bool name="pref_camera_parallel_process_enable_default">true</bool> <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 --> <!-- Set Documents Ver. 2 by default -->
<string name="pref_documents_default">2</string> <string name="pref_documents_default">2</string>
<!-- Enable AI for Front Camera by default -->
<bool name="pref_frontAI_default">true</bool>
</resources> </resources>