Xiaomiβs camera smoothing is one of the most controversial features that the manufacturer is actively implementing in MIUI firmware. On the one hand, algorithms for artificially improving skin and detail should make selfies and portraits βinstagramβ β smooth, defect-free and with bright colors. On the other hand, the result often looks unnatural: faces turn into βplastic masksβ, textures are lost, and blurred artifacts appear in the photo. This is especially noticeable on the budget models of Redmi and POCO, where aggressive post-processing tries to compensate for the modest capabilities of modules.
If you're tired of the doll faces in your photos, this article will help bring back the naturalness. We'll look at all the ways you can disable the anti-aliasing, from standard MIUI settings to alternative camera firmware. It's important to understand that some methods require unlocking the bootloader or root rights, so on models with a locked bootloader (for example, for the European market), some instructions may not work. But even without deep interventions, there are ways to significantly improve the quality of the images.
Why Xiaomi is Smoothing Photos: Technical Reasons
Xiaomiβs anti-aliasing algorithms are not just a marketing ploy, but they are designed to solve a few technical problems:
- π± Weak sensors in budget models: Redmi Note 10 cameras or POCO M4 Pros physically can not compete with flagships in detail, so the software processing βdrawsβ the missing pixels.
- π¨ Beauty standards for the Asian market. In China, filters with perfectly smooth skin are popular. MIUI Initially focused on this region.
- β‘ Optimization for social media: Photos from clean cameras often look dull against the processed images on Instagram or TikTok, so Xiaomi forcates contrast and saturation.
But the result is often redundant: For example, on the Xiaomi 12T, smoothing can eat moles and wrinkles, and on the Redmi 9, it can turn hair into a shapeless mass, and the manufacturer gives users minimal control over processing, but there are workarounds.
Method 1: Disabling the smoothing in standard MIUI settings
The easiest method is to use the camera's built-in options. Unfortunately, Xiaomi often hides these settings or limits their functionality depending on the model.
- Open the Camera app and go to Portrait or Selfie mode.
- Slap the icon. βοΈ Β«Settings" (usually in the upper right corner).
- Find the Beauty section (or AI-It's called the beauty effects in some firmware.
- Move the smoothing intensity slider to 0 or turn off the option completely. Some devices (such as the Xiaomi 13 Pro) have separate regulators for Skin Smoothing, Eye Brightness and Face Shape - turn them all off.
β οΈ Attention: On models with MIUI Global (e.g. Redmi Note 11 Pro)+ 5G) option AI-Beauty can automatically turn on when you take a selfie, even if you turn it off. Check the magic wand icon in the camera interface before you shoot it.
Open the annex βCamera"|Go to Portrait or Selfie mode"|Press the icon. βοΈ "Settings"|Find the "Beauty" section or "AI-beauty"|Set the slider to 0 or disable the option|Check the icon of the "magic wand" before shooting-->
| Xiaomi model | Presence of a smoothing regulator | Automatic onset AI-beauty |
|---|---|---|
| Xiaomi 13 Ultra | β (full control) | β (left out) |
| Redmi Note 12 Pro+ | β (limited) | β (default) |
| POCO F5 | β (portrait-only) | β (defaulted) |
| Redmi 10A | β (no regulator) | β (always) |
Method 2: Using Google Camera (GCam) for natural photos
Alternative camera firmware, such as the Google Camera (GCam), often delivers more realistic results without aggressive anti-aliasing.This method is suitable for most Xiaomi devices, but requires installation. APK-file.
Here's how it works:
- Download the GCam version optimized for your model from the 4PDA or XDA Developers forum. Popular modifications: BSG, Wichaya, Shamim.
- Install. APK-File (you may need permission to install from unknown sources in Settings) β Annexes β Special access).
- Open GCam and go to the settings (usually swipe down or tap on the empty screen space).
- Find the Lib Patcher or Mod Settings section and turn off the options: π€ Face Retouching (Face Retouching) π¨ Beauty Mode (Beauty Mode) π Saber Sharpening (artificial sharpening)
Save the settings and take a test shot. Compare it to the original MIUI camera.
π‘ Useful tip: GCam has a function RAW-shooting (format.DNG). It allows you to save raw data from the sensor, which completely eliminates anti-aliasing. However, such files take up a lot of space (20-50 MB per picture) and require post-processing in Lightroom or Snapseed.
Which Xiaomi models work best with GCam?
Method 3: Disable smoothing through the engineering menu (MTK Engineer Mode)
On devices with MediaTek processors (e.g. Redmi Note 10, POCO M4 Pro 5G), you can use the engineering menu to fine-tune the camera. This method requires caution - incorrect changes can lead to crashes.
Instructions:
- Open the Phone app and type in the combination: ##36446337## (or #4636## β MTK Settings).
- Go to the Hardware Testing β Camera section.
- Find the parameters associated with Beauty or Sharpening. These can be called: πΈ Camera Beauty Level (set 0) βοΈ Camera Sharpening Strength (reduce to 30β50%) π Face Smooth Strength (Switch off)
Save the changes and restart the device.
β οΈ Attention: On some firmware MIUI The engineering menu is locked. If the code doesn't work, try installing the app. MTK Engineering Mode from Google Play. also be careful with settings ISP Tuning β changing them can lead to a green screen on the camera.
Method 4: Install custom firmware (for advanced users)
If standard methods donβt work, a radical solution is to install custom firmware (like LineageOS, Pixel Experience or ArrowOS), which uses βpureβ Android without aggressive post-processing MIUI.
What will be required:
- π Unlocked bootloader: This requires you to link your Mi Account to your device and wait 7-15 days (Xiaomi Rules).
- π₯οΈ Computer with installed ADB and Fastboot.
- π± Backup data (firmware installation erases everything from the device).
Step-by-step:
- Unlock the bootloader through Mi Unlock Tool (the official utility from Xiaomi).
- Download custom firmware for your model from forum.xda-developers.com.
- Install TWRP Recovery (or other custom recovery) via the command: fastboot flash recovery twrp.img fastboot boot twrp.img
- V TWRP Run Wipe (Dalvik, Cache, System, Data) and install it. ZIP-firmware.
- After rebooting, set up the camera β in most custom firmware, smoothing is disabled by default.
β οΈ Attention: Installing custom firmware is warranty-free and can lead to a "brick" of the device. on some models (e.g. Xiaomi) 12S Ultra camera may not work properly due to closed Leica drivers.
π‘
Custom firmware gives you maximum control over the camera, but requires unlocking the bootloader and technical skills, and we recommend this method only to advanced users.
Method 5: Manual editing of configuration files (root)
For root-right users, there is a way to disable system file-level anti-aliasing, a method that works on most Xiaomi devices, but requires caution.
Instructions:
- Install a file manager with root support (such as Root Explorer or Mixplorer).
- Cross the path: /vendor/build.prop or (for new versions) MIUI): /system/system_ext/build.prop
- Find the lines containing: persist.vendor.cam.facebeauty.enab (set 0) ro.vendor.camera.beautyshot.support (replace true with false)
Save the changes, set the rights 644 (r-w-r--r---) and restart the device.
π‘ Useful tip: If the camera stopped working after editing, restore the original build.prop file from a backup or reflash the device.
Comparison of results: before and after the anti-aliasing disabling
To assess the difference, take test pictures in the same conditions:
- π In daylight: The smoothing is particularly noticeable on textures (skin, tissue, hair).
- π Indoors: Artificial processing often adds noise cancellation that "eats" parts.
- π€ Portrait Mode: Compare the boundaries of background blur - in processed photos they can look like "cut with scissorsΒ».
| Parameter | With smoothing (MIUI) | No smoothing (GCam/castom) |
|---|---|---|
| Skin detailing | β Blurred pores, no textures | β You can see the natural details. |
| Colors. | β Bright but unnatural | β οΈ More muted but realistic |
| Noise in dark areas | β Almost absent (due to aggressive noise reduction) | β Seen but texture preserved |
| Sharpness | β Artificially inflated (halo effect) | β Natural. |
π Conclusion: Disabling the anti-aliasing makes the photo more realistic, but may require additional processing in editors (e.g., exposure correction or color balance).