MiuiCamera: Update to Version 8.3 & Update Alioth Config
-- Includes changes from 7.4 --: [Added] — Fastshot switch is now available in Lab settings and disabled by default — Separate option (from Always EIS) to Enable front EIS in Lab settings — Force enable 4k support in Lab settings (removed because it'll always cause crash if 4k is enabled in config and doesn't show up by default, ig due to codec) — More decrypted configs regarding HDR and MTK — HDR with Flash on — Advanced settings are now permanently visible for video recording [Fixes] — HDR On now properly works (thanks to Xiaomi for breaking it!) — Google Lens button is now back when GPhotos is enabled as default gallery — Reworked Parallel processing settings, now they're independent, enabling Parallel processing for Front will now work without enabling normal Parallel Processing -- Includes changes from 7.5 --: [Added] — Restart camera button in Camera settings, recommended to use after changing Lab. / Univ. and some other settings — OCR unlocked, may not work, can be enabled in Smart suggestions (ig works only on newer devices and/or MIUI? idk) [Fixes] — Zoom wheel and 1x/2x buttons are now available on devices with 2 or less rear cameras — Parallel processing for Night mode option works again — QR scanner setting is now always visible in Smart suggestions and disabled by default (can cause black viewfinder on some devices) -- Includes changes from 8.0 --: [Added] — Update Camera icon to the latest one from MIUI/HyperOS — Themed (aka monet) icon, idk if it works, can't test it — Select device config aka spoof codename in Lab settings (may be useful for users that use modules that change device props like Pixelify or if some other device's config works better than the original config), use Restart camera button to update the config — External device config saved in /Download/XiaomiCamera/ (kinda like Universal settings but for ~200 available options with more flexibility, settings that are named like K4 or h are encrypted and what they do is unknown), configs are saved per device codename, remove files to recreate default config — Enabled isSupportRenderEngineV2 by default, may fix or break 0.6x for some devices, disable it in config file — Expose /data/data/com.android.camera/ to Documents Provider (aka stock Android Files app), some camera preferences can be changed externally in /data/shared_prefs — Screenshots of the new features (https://telegra.ph/Leica-Camera-50-Beta-80-New-features-07-21) [Fixes] — Missing 0.6x button on many devices — Rename NOT USED to DEFAULT in Adv. Settings — Video HDR crash due to Default HDR value — Common config changes — Some attempts at fixing Vendor tag issue, still doesn't work -- Includes changes from 8.1 --: [Added] — Expert mode (when disabled hides some experimental settings that may break the camera) — Option to change Render Engine in Lab settings (may fix 0.6x zoom crash on some devices) — Exposed more values to the config — Reverted back multi-lens video zoom (aka Video SAT) so it would work as in HolyBear's mod (also renamed settings related to this) — But, Limit multi-lens video zoom when EIS is enabled is now available in Lab settings (recommended for Mi 9 series) — Video Sky can be enabled through config (doesn't really work) — Updated module links to more newer versions (when you download modes) — Some values added to general config json [Fixes] — Vendor tag issue is somewhat fixed, Video mode seems to work, but Photo mode is a lackluster — Moved some settings to Lab settings — Removed more zoom buttons feature due to disappearing 0.6x bug, find in config getSupportedButtonOuterZooms and edit zoom buttons for Photo/Video/Night modes however you want — Disabled some features from default config that may cause problems for some devices -- Includes changes from 8.2 --: [Added] — Various color options for camera UI including Material You (A12+) and custom hex color through general config — Black Leica Watermark — Alternative Redmi (non-Pro) Watermark — New optional logos on Leica Watermark (Xiaomi/POCO and custom logo.png!) [Fixes] — Updated missing translations for modded settings on some languages — Front flash works again — Default HDR now also affects Front camera -- Includes changes from 8.3 --: [Added] — Various color options for camera UI including Material You (A12+) and custom hex color through general config — Black Leica Watermark — Alternative Redmi (non-Pro) Watermark — New optional logos on Leica Watermark (Xiaomi/POCO and custom logo.png!) [Fixes] — Updated missing translations for modded settings on some languages — Front flash works again — Default HDR now also affects Front camera Co-authored-by: ItzDFPlayer <deniskovalevskiy91@gmail.com>
This commit is contained in:
@@ -3,17 +3,38 @@
|
||||
<!-- Leica Camera Overlay Configuration for Poco F3 -->
|
||||
|
||||
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
|
||||
<!-- Enable Parallel Processing by default -->
|
||||
|
||||
<!-- enable to use Parallel processing and it's features in Photo modes with Rear cameras,
|
||||
main features are Leica/Film filters, AI Watermark, Supermoon, Leica/Redmi watermarks
|
||||
Parallel processing is usually broken on AOSP and MIUI/HyperOS ports,
|
||||
on AOSP it may be fixed by including some libs, also heavily depends on Device Tree and ROM sources -->
|
||||
<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>
|
||||
|
||||
<!-- Enable 4k 30fps Support -->
|
||||
<bool name="pref_4k_default">true</bool>
|
||||
|
||||
<!-- Experimental - Enable 4k 60fps Support -->
|
||||
<bool name="pref_4k60_default">true</bool>
|
||||
|
||||
<!-- Enable Universal Settings by default -->
|
||||
<bool name="use_universal_settings">true</bool>
|
||||
|
||||
<!-- Enable Smart Tips Support -->
|
||||
<bool name="pref_camera_smart_tip_default">true</bool>
|
||||
|
||||
<!-- Enable QR Codes Scan Support -->
|
||||
<bool name="pref_scan_qrcode_default">true</bool>
|
||||
|
||||
<!-- Night Mode -->
|
||||
<!-- Enable Parallel Processing for Night Mode -->
|
||||
<bool name="pref_parallelnight_default">true</bool>
|
||||
@@ -21,6 +42,7 @@
|
||||
<!-- 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