You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,14 +6,14 @@ This is a collection of Magisk Modules that enable **RAW Capture** on different
6
6
It works by replacing the library located at <code>/vendor/lib/libexynoscamera3.so</code> with an edited one. Each device folder contains the patch applied to its libexynoscamera3 library.
7
7
8
8
## Prerequisites
9
-
- Magisk v20.0+
9
+
- Magisk v20.4 or newer
10
10
- Android 11 vendor and kernel (Eureka Kernel isn't compatible, take a look at [this for more info](https://forum.xda-developers.com/t/magisk-module-enable-raw-capture.4350059/post-86110713))
11
11
12
12
## Installation
13
13
Install as a normal Magisk Module, through Magisk Manager or TWRP.
14
14
15
15
## Troubleshooting
16
-
-Images have a pink tint
17
-
- Use a camera application that allows to change the camera's Black Level to 0, like [BSG's GCam](https://www.celsoazevedo.com/files/android/google-camera/dev-bsg/f/dl61/).
16
+
-Photos have a pink tint
17
+
- This is a known issue in the Galaxy A51 and Galaxy M31. No solution has been found yet.
18
18
- Camera doesn't work, shows Black Screen
19
19
- Make sure you are using a compatible Android 11 kernel and vendor.
* Module can now be updated from the Magisk App (Requires Magisk v24 or newer)
4
+
* Module now requires Magisk v20.4 or newer
5
+
6
+
* A20, A20e and A30:
7
+
* Black Level Pattern changed to 64, this fixes pink tint on photos taken with RAW without needing to change the Black Level in the camera app settings.
0 commit comments