05d1d47db47aff9fcb962b632a54519eb7752351
Beta 7.1 [Added] — Front AI, Video filters, HDR video and Night mode video can be forcefully enabled in Lab/Univ. settings — Enabled Dolby Vision video (may not work) — Return of Default HDR setting (set to Auto by default) — Unlocked some more photo/video filters(?) — When Parallel processing is disabled, all Leica and Film filters will be gone (due to bugs), you can forcefully restore all filters (including Leica Authentic) in all possible photo modes through Lab/Univ. settings, do not report bugs with it! [Fixes] — Changed logic behind Leica Authentic availability, now it won't appear if Parallel processing for mode is not available — Added various Night mode fixes to Lab/Univ. settings (try different combinations) Co-authored-by: ItzDFPlayer <deniskovalevskiy91@gmail.com>
proprietary_vendor_xiaomi_camera
Prebuilt stock MIUI/Leica Camera for Poco F3/Redmi K40/Mi 11x (alioth), to include in custom ROM builds.
How to use?
-
Clone this repo to
vendor/xiaomi/camera -
Inherit it from
device.mkin device tree:
# Camera
$(call inherit-product-if-exists, vendor/xiaomi/camera/miuicamera.mk)
- Ensure that you added misys vintf dependencies in your framework_compatibility_matrix.xml:
<hal format="hidl" optional="true">
<name>vendor.xiaomi.hardware.misys</name>
<version>1.0</version>
<version>2.0</version>
<version>3.0</version>
<version>4.0</version>
<interface>
<name>IMiSys</name>
<instance>default</instance>
</interface>
</hal>
3.1 Reference - c8ae872b8f
Description