Related
UPDATE: Used hide tags to organize this post better and make information easier to find.
Alright, so you've got a shiny new Moto G5 plus, which supposedly has a similar Sony imx sensor as the one found on flagships like the Galaxy S7 and Pixel2. Yet, you are somehow disappointed by the camera's quality.
YOU ARE NOT ALONE!
Turns out the camera sensor on this thing is actually pretty darned good, and the f/1.7 lens is no slouch, however it is being held back by poorly designed software from Moto/Lenovo.
Before I got into the solutions, let me specifically point out the problems I found with the camera so we're on the same page (click to reveal content, or just skip the fixes below):
1) Overzealous Sharpening and aggressive Noise Reduction are the biggest culprits. It almost looks like a bad filter is being applied to your images, turning fine details into mush and contrasty lines like text into something bizarre and artificial looking. The camera is doing this as part of the internal capture process, so this happens no matter what application it is taken in.
2) Highlights clipping earlier than it should. I'd say this might be a function of the camera's sensor more than the hardware, but analyzing RAW data from the sensor (more on that later) in my admittedly unscientific half-hazard naked eye, I'd go out on a limb and say it seems like we're not being shown all the DR the camera is able to see. To the layman: this means brights turn completely white effectively overexposing parts of the image that should otherwise still look OK.
3) The preview/viewfinder mode is even worse at #1 than the captured image is. That is, the preview mode (the video feed you see before you capture the full resolution image) is still applying the sharpening and NR at the same level as the captured image, however since the resolution is lower for the preview, it looks more exaggerated and ugly. This means two things: A) Its hard to tell what the image you take will look like, as the preview is ugly (and you have to hope the final will look better), and B) some apps use the preview feed as their capture method. For example, snapchat and augmented reality apps like Pokemon Go. It just looks terrible.
The good news is that there is a lot that can be done to improve and fix the camera.
The bad news is that almost all of it requires modifying system files. That means those with locked bootloaders (Amazon ad users or those who are afraid of voiding their warranties) might be out of luck.
You don't necessarily need root access, although some of this can be more easily performed with root. I needed to unlock my bootloader and performed most of this within TWRP, but chose to keep my phone otherwise unrooted. I'm going to split this into sections, fixing and improving.
A) FIXING THE IMAGE PROCESSING ISSUES
If you want to remove/circumvent the aggressive sharpening and NR issues (so that apps like snapchat or other camera applications don't look over-processed, including the stock Moto cam), try the following:
1) Chromatix mod. Shout out to @defcomg for finding and adjusting the values that control sharpening and NR in the system libs. See thread here:
https://forum.xda-developers.com/g5-plus/themes/modcamera-aggressive-sharpening-noise-t3604458
There are two sets of files to replace in your system. Chromatix and LIBMM. NOTE: I don't recommend the LIBMM / binning part. Binning is combining pixels together into an averaged single pixel value, effectively reducing resolution to combat noise on the sensor. In other words, instead of having a large possibly noisy image, you get a smaller less noisy picture. But you can always choose to resize the image in post after you take it with the same resulting effect, so I don't see why this would be desirable to do. I recommend just applying the chromatix mod to remove the sharpening and NR. If you're comfortable using TWRP, there's actually a flashable zip in post #9, which is what I personally did (again, remember I'm not rooted, so I needed to flash/overwrite/etc within TWRP).
After applying this mod, even the stock camera app looks better, and apps that use the live preview (Snapchat, Pokemons AR view, etc) don't have the shadow ghosting from excessive sharpening anymore either. You might want to apply some sharpening and NR in post yourself if the image requires it, but thats always something you can choose but at least you have control over it and even without doing that it looks far better and more natural than stock to me.
2) Enable camera2 API. This doesn't have a direct effect on quality, but will allow other apps to have more direct access to the camera. If you want to improve beyond the results of #1 above, you'll need this.
The stock rom, surprisingly, has Camera2 API included, however it is disabled by the build.prop file. Again, no idea why Moto/Lenovo chose to do this, but the good news is you can enable it again easily. To do this, you need to add the following line to the build.prop
persist.camera.HAL3.enabled=1
Or if rooted, via terminal / shell:
su persist.camera.HAL3.enabled 1
Once this is enabled, you can use apps such as the modified freedcam to shoot RAW, as found here: https://forum.xda-developers.com/g5-plus/how-to/how-to-enable-camera2-shoot-raw-root-t3582392
I found RAW from this app particularly difficult to work with, so I'm keeping it for experimentation purposes but for practical real-world usage, I'd recommend the next item below.
B) IMPROVING YOUR PHOTOS (or, how to install Google Camera!)
Section A was all about how to avoid the crummy filters that get automatically applied to the camera. But your device is capable of even BETTER photos by using Google's magic HDR+ algorithm (the special sauce that makes the Pixel phones so awesome). Here's how to do that:
1) If you haven't already enabled the Camera2 API, you need to do that first (info in section A above).
2) Get a working version of Google Camera with HDR+ for your phone. The last available 32-bit version with HDR+ is Gcam 4.2, so if you're on the stock ROM like I am, you're stuck with only the 32-bit versions (all the new versions with the bells and whistles are 64-bit only). The image quality is remarkably better, both in sharpness and dynamic range in almost any light. I have to admit, I'm in love with the images from this, and have even printed some for my wall.
You can get the APK ported from the Nexus 5x version here:
https://forum.xda-developers.com/showpost.php?p=74081041&postcount=3
UPDATE: New version from Savitar on post #44!
https://forum.xda-developers.com/showpost.php?p=75483974&postcount=44
Problem is, our cameras use a different focus system than phones like the Nexus and Pixel. So, in photo mode, it doesn't really work correctly. Switching over to video mode, however, DOES work (likely using contrast detection focus, which is slower but more universal, especially for video focus). So the workaround is to swipe over to video mode, focus, swipe back to photos and press-and-hold to lock focus. It's annoying, but HDR+ is that good that I still try to work with it much of the time.
For times that it would be frustrating or not necessary, I'll just resort to the stock camera app or Footej camera, since the chromatix mod makes them mostly usable now. Just not ZOMG AMAZING like the Google HDR+ does.
OPTIONAL #3) Install a 64-bit custom Rom and use the latest Google Camera HDR+ app floating around (v4.4). The recent versions B-S-G released based on the Pixel camera has options to change camera modes in settings, some combination of which supposedly focus properly. You will likely get a more stable camera app experience with this as it requires less modification to work, but you'll have to be committed enough to go off stock.
Check out the app and suggested settings to try here:
https://forum.xda-developers.com/showpost.php?p=74999182&postcount=19
Thanks @shanks125 for the info!
Update 1/3/18: I just heard there is a port of the new portrait mode feature from the Pixel2 that is sort of working on 64-bit roms, but I think some modifications will need to be made to avoid focus drift like previous modded gcam versions.
There is also a 32-bit version of the new v4.4 that @Aby lad came up with in this thread:
https://forum.xda-developers.com/android/apps-games/google-camera-4-4-arm-device-t3666090
In order to make it more compatible with other devices, it looks like he has disabled the Hexagon DSP, which I think is what makes HDR+ work, so while we can now change settings and focus, HDR+ isn't working. The app still has some Google goodies like Sphere and Blur mode, but without HDR+ the real benefit of Google camera is lost anyway. Might as well use stock with chromatix mod at that point.
Hope some of you find this helpful/useful!
UPDATE 12/28/17: New GCam with 6P features on post #14.
There actually may be some alternate versions of the gcam apk with benefits the one originally linked above doesn't have. I will try to update when if/when I find them.
Dishe said:
There actually may be some alternate versions of the gcam apk with benefits the one originally linked above doesn't have. I will try to update when if/when I find them.
Click to expand...
Click to collapse
That would be useful!
So if I apply the chromatic mode, do I still have to enable the Camera2 API?
It's my bad. I would like to know if there is a way to disable Camera2 api. I am on Linage 14.1 and I edited my prop.build (yeah, I know). I switched back to the original line of code, but camera app still crashing. How to revert without reflashing the rom? Thanks.
edit. reflashed.
iBART said:
It's my bad. I would like to know if there is a way to disable Camera2 api. I am on Linage 14.1 and I edited my prop.build (yeah, I know). I switched back to the original line of code, but camera app still crashing. How to revert without reflashing the rom? Thanks.
edit. reflashed.
Click to expand...
Click to collapse
Did you try clearing data+cache for the camera app?
iamsonal said:
So if I apply the chromatic mode, do I still have to enable the Camera2 API?
Click to expand...
Click to collapse
Nope, but it doesn't hurt to so why not? Some apps will have more options in camera2 if enabled.
iBART said:
It's my bad. I would like to know if there is a way to disable Camera2 api. I am on Linage 14.1 and I edited my prop.build (yeah, I know). I switched back to the original line of code, but camera app still crashing. How to revert without reflashing the rom? Thanks.
edit. reflashed.
Click to expand...
Click to collapse
There is another way to enable camera2 api if you're using a custom ROM. You need to flash a magisk module.
https://forum.xda-developers.com/showpost.php?p=74081041&postcount=3
Which Google camera works in a complete stock g5? I keep getting a praising error with every one I try.
eemgee said:
Which Google camera works in a complete stock g5? I keep getting a praising error with every one I try.
Click to expand...
Click to collapse
Parsing error means you are probably trying to use a 64-bit or one made for a different version of Android (7.1 instead of 7.0). The one linked above will work.
However, all recent versions of Google's Camera require the camera2 api to work. That's one of the primary reasons to enable the Camera2 api in my opinion. It comes in the stock rom, but it is disabled for some inexplicable reason (G5S model has it enabled, so some people are hoping that we'll get it enabled with an update or at least when Oreo rolls around). The good news is that it only takes one line of text in the build.prop file to enable it on the G5+. However, the bad news is that build.prop is part of the protected system partition, so editing it requires root-level file access. Doesn't seem to be any way to do that without unlocking the bootloader, so either way you won't be able to do it on a 100% stock g5+ as things are right now.
Thanks i managed to get 2.7 working.
I will unlock the bootloader at some point in the next few weeks....
There is also a Magisk module in post #54 on that Chromatix thread. Really helpful!
Hi, so in search for better images from my g5+ camera I stumbled upon this place and rooted my phone to add the chromatix mods and edit the build.prop file .
I downloaded the google camera port v4.2 for the hdr+ but have been unable to install it as I get the error that package may be corrupted.
So could someone please link me to one which is good or upload it.
And BIG thanks to this community.
New gcam from savitar
UPDATE: Better gcam version from Savitar/Defcomg
http://s000.tinyupload.com/?file_id=00826724446841525700
Features:
Burst Mode (hold shutter button)
Focus doesn't drift when switching from video mode (this is a huge fix IMO- old app would drift after setting focus in video mode).
Selfie cam now has HDR as well (with caveats)
RAW image capture with each photo!
Instructions for use are largely the same as the old app, but it works better / more reliably now:
WHEN USING APP FOR THE FIRST TIME, GO INTO SETTINGS AND CHANGE VIDEO TO 4K. This will prevent FCs.
To take a picture:
1) Swipe left to switch to video mode, tap to focus
2) Once focus is achieved, swipe right to return to photo mode. (Focus should not drift in this version)
3) Tap the area again in photo mode, and hit the shutter button.
NOTES:
It appears that you no longer need to press-and-hold to lock focus in photo mode before shooting. I believe this is because the focus system doesn't adjust anymore in photo mode (I'm guessing Savitar/Defcomg removed it to combat that focus drifting problem). It is already locked at wherever you put it in video mode. You DO however need to still tap the screen as if you are focusing. I think this is because the camera needs to think it is focusing, but it is anyway helpful to tap somewhere for metering / exposure reading purposes. Skipping the press-and-hold to lock focus makes it a lot more manageable.
This version of the app is setup to shoot RAW+Jpeg, so you will find your camera roll will have both a jpeg and DNG file of the shot. Be aware that the RAW DNG files are multiple times larger than the jpeg, so you may want to keep an eye on storage if you shoot a lot of them. They're really useful if you want to adjust WB and exposure afterwards, quality is astoundingly good.
Selfie Mode was broken in HDR+ on earlier builds because for some reason the front camera on our phone doesn't return an ISO value to the app (says iso is zero). The HDR+ algorithm would fail. Savitar/defcomg fixed it by setting it always return a value (he picked 100, otherwise it would overexpose in daylight). The catch is that in lower lighting, the selfie HDR+ comes out darker than expected. Thankfully you can take the RAW file and adjust the exposure in post if needed (snapseed, Lightroom mobile, etc). But there might be times it is just too dark to be useful. The difference when it works is big enough that I recommend it trying it at least once to compare.
ENJOY!
Big shout out to @defcomg for this and all his awesome mods!
Landscape gcam 6p
A modified version of the APK above is available which starts the camera off focused at infinity.
http://s000.tinyupload.com/?file_id=31694573387513766779
This was made for people who want to shoot landscapes and/or things far enough away that they don't want to deal with focusing (swipe to video mode, etc). See a beautiful sunset for example, open this app, tap the sky and hit the shutter. Its already focused in the right position.
Otherwise identical to previous post's apk. Can be installed side-by-side, as each app has its own ID.
can't use gcam because it crashes at first run
marcol87 said:
can't use gcam because it crashes at first run
Click to expand...
Click to collapse
Do u have camera2 API enabled?
Dishe said:
UPDATE: Better gcam version from Savitar/Defcomg
Click to expand...
Click to collapse
Thank you for sharing this.
Add this, BSG GCam MOD with working HDR+ and Touch to Focus for 64bit roms. Settings as per attachment! https://androidfilehost.com/?fid=889964283620770378
Dishe said:
Do u have camera2 API enabled?
Click to expand...
Click to collapse
yes, I added persist.camera.HAL3.enabled=1 to build.prop and rebooted
Dishe said:
persist.camera.HAL3.enabled=1or
Click to expand...
Click to collapse
ps: the string persist.camera.HAL3.enabled=1 is wrong in the OP
Hey Folks,
i know the topic is discussed sometimes already, but the most commong solution: "just use Gcam" doesnt really work for me.
Well to my problem, as we all know the RN8P cant shoot raw using MIUI except with Gcam or Front Cam 3rd Party Apps.
I am mostly doin astrophotography with this Phone and in AP Raw Format is kinda Must for Post Processing. Now people gonna say: But Google Camera has Astrophotography Mode!!!
Ye ye i know it does, and it is "okay" when u think its fully done with 1 button press, but comparing the Results between Google Camera AP Mode and Fully Manual Mode Shots + stacking are drasticly and very extreme. I live in a very Light Polluted Area and for me the difference between Gcam and Manual Mode is Having a Milky Way Photo or having a photo with only 20 Stars on it. So thats why GCam isnt really a solution for me. So i switched to HAVOC OS CFW which is great because now i can Shoot in RAW in Full Manual Mode with ANX Camera and 3rd Party Apps. So far so good. The Thing is, i like the whole MIUI Experience with its UI and the way they handle the Apps and all its blinky blinky animation.s More Than Stock Android like on Havoc.
Now i saw the Begonia Mods here on XDA which activated some camera mods. Sadly not the RAW Mode. Is it possible to add something to the XML like: "supports_raw"true or something like that?
Or is it possible to deactive the 64MP Mode for 3rd Party apps so it only connects to the 16MP Sensor Data with Pixel Binning and we dont get the Camera Error the whole time? Or does anyone know a fully working Manual Camera with White Balance Support, Manual Focus, Manual Exposure Time and Manual ISO which does support RAW on our Phone when using MIUI 12? I mean its basicly just a software lockout, since the phone definatly supports RAW as we can see with CFW or Gcam.
I actually checked the camera 2 api probe and its not HAL3 Full, but in CFW it is HAL3 Full. Back when i had the Mi Max 2 (oxygen) i had to enable c2api manually in the build.prop. Did someone tried to activate HAL3 manually in the build.prop already to have it on FULL support?
I am open to any solutions you guys can think of or tried yourself. I dont mind rooting MIUI 12 or so, all i want is MIUI OS + Full Manual Camera with RAW no matter how and at which costs
And please as i said earlier: "Just use Google Camera" is no Option for me
Greetings and have a nice Day
snap camera hdr allows raw capture on note 8 pro with full iso and shutter speed control but limited focus and white balance option
select raw and tap on the iso value to enable manual control
for wb and focus tap and hold on the viewfinder
https://play.google.com/store/apps/details?id=com.marginz.snap
I have same problem and you are firs person who say same. Havoc os shoot 64 mp raw? or 16 mp like gcam?
Hi folks,
once i got my oneplus 9 pro phone I instantly flashed LineageOS 18.1 and installed the latest GCam .apk built by Greatness (the GCam by BSG doesn't switch to the ultrawide lens 0.6 !). From the beginning the focus of the camera seems not to work optimally. After I've pointed the area on the screen I want to be sharp, the focus of the camera "jumps", flutters respectively several times to adjust the sharpness and suddenly starts to jump again while I suggest the focus it already set and therefore I take blurry pictures often. For the stock camera disabling the "focus tracking" option should solve the problem. Is there any option for the GCam to fix the focus issue ? Are there options within the developer settings ? The focus is working much more better using e.g. Pixtica foto app (but the resolution of Pixtica is worse)....
Since I've played a lot with the GCam settings (even with the RAM patcher and the developer settings) I guess I've adjust something wrongly.... How can I reset GCam (App -> deleting cache and settings seems not to work) ?
Thanks in advance
Really no idea ? The issue still exists ....
Hi All,
This may be the best Gcam version for Edge X30.
I created the config file to make everything work flawlessly.
1. Face retouch working for all cameras
2. Night sight is also working
3. Tweaked the post processing a little to brighten up the shadows but still keep the exposure the same (no overblown highlights)
Install Gcam and load config file.
Let me know what you think or if there is any improvement required with the
Working great here, only 60 fps video is lag.
Will this work with the moto edge 30 pro? Its the global version of edge X30.
@aniketk1 , works on Moto Edge 30 Pro without a problem.
would it be ok to try this on the edge plus 2022? thanks
wickets said:
would it be ok to try this on the edge plus 2022? thanks
Click to expand...
Click to collapse
Yes. Basically the Edge x30, Edge 30 Pro and Edge Plus 2022 are all the same models with different names.
ijuanp03 said:
Yes. Basically the Edge x30, Edge 30 Pro and Edge Plus 2022 are all the same models with different names.
Click to expand...
Click to collapse
thank you
What about the new Edge 30, will it work? I don't wanna brick the phone... Thanks in advance
How do I move the options arrow toggle thing? Almost entire convered by the pin hole front cam, took me a lot longer than I'd like to admit to figure out how to get to the camera settings
Thank you a lot for providing this XML file. However, I would like to know if there is any way to enable the Macro feature (available in the original Moto camera). I've tried modifying the configuration, with manual Focus and activating the Third Axilliary Camera (which resulted b/w, by the way) but I couldn't achieve it.
If someone has any info about that, or another config, I would be extremely grateful!
PS: I have an Edge 30 Pro
All the photos get pink tint arround the edges of the photo, is there a fix for this?
MiguelEsteves said:
All the photos get pink tint arround the edges of the photo, is there a fix for this?
Click to expand...
Click to collapse
I have the same problem with selfies, but they tend to be reddish for me. Too many problems, at the end I've switched back to the original Moto camera, I always shoot in Professional mode and I'm currently satisfied of the results
bitkris said:
I have the same problem with selfies, but they tend to be reddish for me. Too many problems, at the end I've switched back to the original Moto camera, I always shoot in Professional mode and I'm currently satisfied of the results
Click to expand...
Click to collapse
Yeah the pro mode is actually great! I was just trying to get good hdr raw files from the gcam, I got used to my now dead Mi 10T Pro, it had a great camera, but was worse than this in everything else :')
I just reloaded the config file and the photos seem better on the normal cameras. Selfie cam has purple/reddish on the border of the image.
The app works very well! The only problem I encountered is that trying to use the ultrawide sensor in video mode, the app crashes.
Using moto edge 30.
Any way I can fix?
Thanks!
MiguelEsteves said:
All the photos get pink tint arround the edges of the photo, is there a fix for this?
Click to expand...
Click to collapse
Easy fix. Go to Settings > Advanced > Black Level
Back Camera - auto
Front Camera - off
I also have another problem, in astro mode it doesn't do long exposures, is there a way to make it do long exposures?
On my Xiaomi Mi10T Pro it could do astro photography with multiple long exposures and it could take arround 2min.
Also even on my older Lenovo P2 it could do 10sec long exposures.
Please help, I wanna put this mediocre camera up to its paces
ijuanp03 said:
大家好,
这可能是 Edge X30 最好的 Gcam 版本。
我创建了配置文件以使一切正常工作。
1.面部修饰适用于所有相机
2.夜视也有效
3. 稍微调整后期处理以提亮阴影,但仍保持曝光不变(没有过度高光)
安装 Gcam 并加载配置文件。
让我知道您的想法或是否需要改进
Click to expand...
Click to collapse
感谢
Hey just wanted to point out, if you have the video in I believe 60 frames per second, if you switch to the front camera, then back to the main shooter, it causes the program to crash.
Not sure if that's caused by my lack of knowledge of where to put the config file, I just saved a random config, and copied over what was posted in this thread into that folder, then deleted the one I created.
Guys, can you post some Night Sight pics taken with Gcam and Edge 30 phones?
ijuanp03 said:
Hi All,
This may be the best Gcam version for Edge X30.
I created the config file to make everything work flawlessly.
1. Face retouch working for all cameras
2. Night sight is also working
3. Tweaked the post processing a little to brighten up the shadows but still keep the exposure the same (no overblown highlights)
Install Gcam and load config file.
Let me know what you think or if there is any improvement required with the
Click to expand...
Click to collapse
How do you load the config file?
Nevermind, found your instructions
Hi all,
I plan to get an OP 11 . Had an OP 9 before for a very short while so very new to OnePlus. Is there a GCAM app availaible ? & how good is it?
Also interested in this as I am in the same boat and the camera software/quality is all that's holding me back.
I thought I heard that GCam support stopped a few generations ago, however I could be misinformed as I have been out of the loop recently. Also I imagine that could have been talking about "official support" or smth (?), which luckily means nothing here as unofficial ports and apks are plentiful.
Gcam does work if you use a codeaurora variant from some of the popular modders featured on Celso Azevedo's Gcam Hub. Interestingly, I haven't been able to get any of the aux cameras working even with tinkering.
I suspect this is not intentional though. OnePlus acknowledged a recent update that broke Gcam compatibility with the oneplus 9 and eventually came out with a firmware update restoring the compatibility. They are definitely NOT anti-gcam. Im assuming the devs with Gcam mods will have aux working fairly soon.
I can confirm that gcam by By Shamim SGCAM_8.7.250.XX.44_STABLE_V4_ONEPLUS_PACKAGE.apk works. if any one finds one that is better let us know..
After rooting op11, I installed gcam By Shamim SGCAM_8.7.250.XX.44_STABLE_V4_ONEPLUS_PACKAGE.apk works well for main camera and front camera but none of the other cameras works.
I heard that OnePlus restrict the other cameras. Is there a magisk modular to fix that ??
Mdardir2002 said:
I heard that OnePlus restrict the other cameras. Is there a magisk modular to fix that ??
Click to expand...
Click to collapse
It took a long time to get an "enabler" for the 8Pro/9R series.
I think we will also have to wait a long time for the "11" if we get to it at all.
For the 8Pro/9R it is here:
Camera Unlocker for the OnePlus 8 Series and OnePlus 9R
A Magisk module for the OnePlus 8 series (8, Pro, T) and the OnePlus 9R. It fixes/enables/improves the following: Removes the 1/30s shutter speed cap for third party camera apps, allowing GCam to use up to 1/8s in ZSL mode. Enables 48MP RAW10 capture support on GCam, both on Main (8/8T/9R) and...
www.celsoazevedo.com
qriozum said:
It took a long time to get an "enabler" for the 8Pro/9R series.
I think we will also have to wait a long time for the "11" if we get to it at all.
For the 8Pro/9R it is here:
Camera Unlocker for the OnePlus 8 Series and OnePlus 9R
A Magisk module for the OnePlus 8 series (8, Pro, T) and the OnePlus 9R. It fixes/enables/improves the following: Removes the 1/30s shutter speed cap for third party camera apps, allowing GCam to use up to 1/8s in ZSL mode. Enables 48MP RAW10 capture support on GCam, both on Main (8/8T/9R) and...
www.celsoazevedo.com
Click to expand...
Click to collapse
What I really don't understand is that OnePlus recently brought back Aux cameras access to the 9 Pro with recent updates but then the 11 doesn't allow Aux access. It's like they haven't had the chance to fix the Color OS restrictions yet since they copy pasted the code. Kinda frustrating.
qriozum said:
It took a long time to get an "enabler" for the 8Pro/9R series.
I think we will also have to wait a long time for the "11" if we get to it at all.
For the 8Pro/9R it is here:
Camera Unlocker for the OnePlus 8 Series and OnePlus 9R
A Magisk module for the OnePlus 8 series (8, Pro, T) and the OnePlus 9R. It fixes/enables/improves the following: Removes the 1/30s shutter speed cap for third party camera apps, allowing GCam to use up to 1/8s in ZSL mode. Enables 48MP RAW10 capture support on GCam, both on Main (8/8T/9R) and...
www.celsoazevedo.com
Click to expand...
Click to collapse
Yep I tried flashing the old one and it didn't work. Both Gcam and stock cam kept crashing.
I guess we have no choice but wait. Thanks for the reply at least I know I am not missing anything.
SilentAce07 said:
What I really don't understand is that OnePlus recently brought back Aux cameras access to the 9 Pro with recent updates but then the 11 doesn't allow Aux access. It's like they haven't had the chance to fix the Color OS restrictions yet since they copy pasted the code. Kinda frustrating.
Click to expand...
Click to collapse
OnePlus got to realize there is no value in restrictions. The reason most of us choose android over iOS is the freedom to customize.
Made for LMC8.4_R18, for the Oneplus 11. Based on Matteo's M23 libs.
Instructions:
- Download and install the APK from the link above.
- Download the lib file (.so file) and the XML from this post.
- Place the lib (.so file) in Internal Storage\LMC8.4\libs
- Place the xml file in Internal Storage\LMC8.4 (load it by double-tapping the black area around the shutter button)
Modes:
Leica - Vignette effect.
LDR - Low dynamic range.
B/W: For Black & White photos with the main camera.
Main: Main Camera.
UW: Wide Camera + Macro mode
B/W2: For Black & White photos with the wide camera.
Based on Matteo's M23 libs. Tuned for the Oneplus 11.
Created to capture natural colors and much details without over sharpening the pics.
Set tone curves and gamma curves.
Set a balance between noise reduction and details.
Pics may have a bit of noise, but that is configured to capture the most amount of details.
For macro shots use wide lens with 2x zoom + set manual focus value to 40.
Notes:
- The viewfinder is customizable on LMC. You can disable all extra features in settings if you prefer a cleaner look.
Download lib file from
Mod Edit: Link Removed