[ROOT][Android N] Highest image quality & High video bitrate - LG G5 Themes, Apps, and Mods

Hi,
When we had MM, I created the 60fps mod here:
https://forum.xda-developers.com/lg-g5/themes/root-60fps-1080p-video-recording-photo-t3439025
On Android N LG provided 60fps built in so this mod is just for higher image quality and (if you wish) high bitrate video.
I did just basic testing so, as always:
Warning:
As always, backup your device before. Just in case.
I am not responsible for any damage to your phone from using this mod.
There are 4 packages:
1. Back to original stock (N) configuration:
https://drive.google.com/open?id=0B-D1R0L7NVDIVTdJREdrX0EtT1E
2. Higher image quality. No change to video bitrate:
https://drive.google.com/open?id=0B-D1R0L7NVDIYVN2WHNWSmdGdTg
3. Higher image quality. 1080p bitrate 30Mbps (default is 17Mbps), 4K UHD bitrate 64Mbps (default is 48Mbps):
https://drive.google.com/open?id=0B-D1R0L7NVDIV3hIT3YxMDR3d28
Warning: 100Mbps 4K will create heat and drain battery. I tested it for few minutes, I can't tell you how it will behave it longer use.
4. Higher image quality. 1080p bitrate 30Mbps (default is 17Mbps), 4K UHD bitrate 100Mbps (default is 48Mbps):
https://drive.google.com/open?id=0B-D1R0L7NVDITDJNREhkcWsyenc
I did not create 200Mbps 4K video because the maximum allowed by LG was 100Mbps. It is easy to set it to 200 but I am not sure how safe it is. If you really want I'll add a 200Mbps as well.
Installation:
Just flash it from TWRP. No need to delete cache\dalvik etc..
Flash the original file (#1) to go back to how it was before.
I only tested it on my H850 model.
Cheers!
:good:

I flashed the high photo quality mod and it works.
Thanks for this
mkpcxxl

mkpcxxl said:
I flashed the high photo quality mod and it works.
Thanks for this
mkpcxxl
Click to expand...
Click to collapse
NP

Cool mod but i dont see any differences in quality. Also the file size isn't any different ?

JAYKETM said:
Cool mod but i dont see any differences in quality. Also the file size isn't any different
Click to expand...
Click to collapse
In video or photo?

galr said:
In video or photo?
Click to expand...
Click to collapse
In Photo theres no change.

JAYKETM said:
In Photo theres no change.
Click to expand...
Click to collapse
I actually tried test it again yesterday:
Video - bitrate change works fine.
Photo - I also did not see change in file size. I did set all the values to MAX like in previous tweaks..maybe LG changed something.
Anyway, couldn't hurt to leave it on MAX settings.
I'll extract the Camera app APK and hopefully find a way to turn off noise reduction and lower sharpness but that's for a different thread. This, in my opinion, could lead to a big jump in image quality.

galr said:
I actually tried test it again yesterday:
Video - bitrate change works fine.
Photo - I also did not see change in file size. I did set all the values to MAX like in previous tweaks..maybe LG changed something.
Anyway, couldn't hurt to leave it on MAX settings.
I'll extract the Camera app APK and hopefully find a way to turn off noise reduction and lower sharpness but that's for a different thread. This, in my opinion, could lead to a big jump in image quality.
Click to expand...
Click to collapse
I think it's a dead end. I tried to replace camera apk of lg g4 and work but the effect is the same as that of the G5. it's probably a problem with the libary or design SOC 820 or kernel modules.

galr said:
Hi,
When we had MM, I created the 60fps mod here:
https://forum.xda-developers.com/lg-g5/themes/root-60fps-1080p-video-recording-photo-t3439025
On Android N LG provided 60fps built in so this mod is just for higher image quality and (if you wish) high bitrate video.
I did just basic testing so, as always:
Warning:
As always, backup your device before. Just in case.
I am not responsible for any damage to your phone from using this mod.
There are 4 packages:
1. Back to original stock (N) configuration:
https://drive.google.com/open?id=0B-D1R0L7NVDIVTdJREdrX0EtT1E
2. Higher image quality. No change to video bitrate:
https://drive.google.com/open?id=0B-D1R0L7NVDIYVN2WHNWSmdGdTg
3. Higher image quality. 1080p bitrate 30Mbps (default is 17Mbps), 4K UHD bitrate 64Mbps (default is 48Mbps):
https://drive.google.com/open?id=0B-D1R0L7NVDIV3hIT3YxMDR3d28
Warning: 100Mbps 4K will create heat and drain battery. I tested it for few minutes, I can't tell you how it will behave it longer use.
4. Higher image quality. 1080p bitrate 30Mbps (default is 17Mbps), 4K UHD bitrate 100Mbps (default is 48Mbps):
https://drive.google.com/open?id=0B-D1R0L7NVDITDJNREhkcWsyenc
I did not create 200Mbps 4K video because the maximum allowed by LG was 100Mbps. It is easy to set it to 200 but I am not sure how safe it is. If you really want I'll add a 200Mbps as well.
Installation:
Just flash it from TWRP. No need to delete cache\dalvik etc..
Flash the original file (#1) to go back to how it was before.
I only tested it on my H850 model.
Cheers!
:good:
Click to expand...
Click to collapse
Hi there, thanks for making the mods. It is easy enough for you to make a 4K 200Mbit mod file? I would like to test it out with very short vids. I know the risks of heat.
Any case. Thanks MUCH !

Anyone tried this with Fulmics 3.5 or 4.0?

GianSeven said:
Anyone tried this with Fulmics 3.5 or 4.0?
Click to expand...
Click to collapse
It works but if you use the g6 camera app the manual photo and video mode will disappear (it's really strange)

Artek52 said:
It works but if you use the g6 camera app the manual photo and video mode will disappear (it's really strange)
Click to expand...
Click to collapse
This MOD config
<!-- Manual mode *************************************************** -->
<item name="manual_mode_supported">
true
</item>
<!-- Manual video mode *************************************************** -->
<item name="manual_video_mode_supported">
false
Fulmics Config
<!-- Manual mode *************************************************** -->
<item name="manual_mode_supported">
1
</item>
<!-- Manual video mode *************************************************** -->
<item name="manual_video_mode_supported">
1
</item>
I replace true for 1 and now its works i have manual mode again. tested on fulmics 4.5
I just uploaded it fixed

iblackrd said:
This MOD config
<!-- Manual mode *************************************************** -->
<item name="manual_mode_supported">
true
</item>
<!-- Manual video mode *************************************************** -->
<item name="manual_video_mode_supported">
false
Fulmics Config
<!-- Manual mode *************************************************** -->
<item name="manual_mode_supported">
1
</item>
<!-- Manual video mode *************************************************** -->
<item name="manual_video_mode_supported">
1
</item>
I replace true for 1 and now its works i have manual mode again. tested on fulmics 4.5
I just uploaded it fixed
Click to expand...
Click to collapse
Hi there. Do you by chance know how to make a 200MBit bitrate 4K mod zip? The OP made a 100Mbit 4K version, but I would like to test a 200Mbit version. Also would like it to be able to work in manual mode. Thanks
Thanks.. any case.

iblackrd said:
This MOD config
<!-- Manual mode *************************************************** -->
<item name="manual_mode_supported">
true
</item>
<!-- Manual video mode *************************************************** -->
<item name="manual_video_mode_supported">
false
Fulmics Config
<!-- Manual mode *************************************************** -->
<item name="manual_mode_supported">
1
</item>
<!-- Manual video mode *************************************************** -->
<item name="manual_video_mode_supported">
1
</item>
I replace true for 1 and now its works i have manual mode again. tested on fulmics 4.5
I just uploaded it fixed
Click to expand...
Click to collapse
I doesn't work for me? What have I done wrong?

poog said:
Hi there. Do you by chance know how to make a 200MBit bitrate 4K mod zip? The OP made a 100Mbit 4K version, but I would like to test a 200Mbit version. Also would like it to be able to work in manual mode. Thanks
Thanks.. any case.
Click to expand...
Click to collapse
I am not sure how safe it is. If you really want I'll add a 200Mbps as well. there is

iblackrd said:
I am not sure how safe it is. If you really want I'll add a 200Mbps as well. there is
Click to expand...
Click to collapse
Thanks a bunch ! Will test this out when I can get a chance in the next day or 2. Not sure how safe it will be, but the LG G4 can do 200Mbps .....so I figure this can to. Will do a full backup first too. Any case thanks much. Will report back.

iblackrd said:
I am not sure how safe it is. If you really want I'll add a 200Mbps as well. there is
Click to expand...
Click to collapse
Hmmm tried it but it seems to be still 100Mbit.....and manual mode is gone. I am using stock rom and stock camera app. if that matters. Is your mod for Fulmics rom only?

galr said:
Hi,
When we had MM, I created the 60fps mod here:
https://forum.xda-developers.com/lg-g5/themes/root-60fps-1080p-video-recording-photo-t3439025
On Android N LG provided 60fps built in so this mod is just for higher image quality and (if you wish) high bitrate video.
I did just basic testing so, as always:
Warning:
As always, backup your device before. Just in case.
I am not responsible for any damage to your phone from using this mod.
There are 4 packages:
1. Back to original stock (N) configuration:
https://drive.google.com/open?id=0B-D1R0L7NVDIVTdJREdrX0EtT1E
2. Higher image quality. No change to video bitrate:
https://drive.google.com/open?id=0B-D1R0L7NVDIYVN2WHNWSmdGdTg
3. Higher image quality. 1080p bitrate 30Mbps (default is 17Mbps), 4K UHD bitrate 64Mbps (default is 48Mbps):
https://drive.google.com/open?id=0B-D1R0L7NVDIV3hIT3YxMDR3d28
Warning: 100Mbps 4K will create heat and drain battery. I tested it for few minutes, I can't tell you how it will behave it longer use.
4. Higher image quality. 1080p bitrate 30Mbps (default is 17Mbps), 4K UHD bitrate 100Mbps (default is 48Mbps):
https://drive.google.com/open?id=0B-D1R0L7NVDITDJNREhkcWsyenc
I did not create 200Mbps 4K video because the maximum allowed by LG was 100Mbps. It is easy to set it to 200 but I am not sure how safe it is. If you really want I'll add a 200Mbps as well.
Installation:
Just flash it from TWRP. No need to delete cache\dalvik etc..
Flash the original file (#1) to go back to how it was before.
I only tested it on my H850 model.
Cheers!
:good:
Click to expand...
Click to collapse
Great, is it need root?

Achaemen said:
Great, is it need root?
Click to expand...
Click to collapse
yes, it needs root. They are zip files. They need to be flashed via TWRP.

Hi I tried to root using PurpleDrake but get this error. Any help please.
ERROR: Your phone is not running a compatible software version. No vulnerable mode detected, rebooting phone.
We tried to temproot you, and it didn't work. This phone isn't vulnerable, it would appear.
Please post on XDA with your phone model, carrier, and SW version in the PurpleDrake thread and someone will take a look.
Your phone has been rebooted back to normal system mode, no changes have been made. Thanks for trying!

Related

[MOD][CAM] Stock froyo LG Camera 1080p @ 30fps @ 17 mb bitrate @ 128kbp/44khz

Moved from thread to make it easier for me to keep tabs:
http://forum.xda-developers.com/showthread.php?t=1055026
Working LG Camera mod Latest [Camera-1.1.3.4].
Recomended version for froyo:
Camera-1.1.3.4_44-96.zip
Video enhancements:
-1080p @ 30fps in all quality settings.
-No recording sound fix.
-Memory buffer increase for extra speed (no real impact)
-Audio bitrate increased from 64kbps to 128kbps for 720p, 96kbps for 1080p and sample rate increased from 22khz to 44khz for all bitrates - should fix crackling sound experienced by some.
-Increased (Variable) video quality for 1080p and 720p:
(Found under video quality in the menu for each resolution)
-1080P SUPER_FINE_ENCODER_BITRATE 9mb to 17mb
-1080P FINE_ENCODER_BITRATE 7mb to 14mb
-1080P NORMAL_ENCODER_BITRATE 5mb to 11mb
-720P SUPER_FINE_ENCODER_BITRATE 4mb to 13mb
-720P FINE_ENCODER_BITRATE 3mb to 11mb
-720P NORMAL_ENCODER_BITRATE 2mb to 9mb
-Increased video preview fps to 40fps to decrease screen tearing while recording.
Image enhancements:
-Attempt to increase image resolution for 8mp.
-Attempt at brightness fix.
-Increased quality setting file size (doubled).
GPS fix/tweak for Australian residence:
-GPS_FasterFix_Oceania.zip
To install:
No need to rename the zip, just copy to sdcard, boot to CMW, select "install zip from sdcard" then select "choose zip from sdcard" and flash.
or
Extract the camera.apk from the required zip file, copy to memory card and use root explorer to delete current camera.apk file then copy to system/app folder.
Possible future to do list:
-Enable Continuous Autofocus in video recording option.
-Enhance tweak for Photo quality higher bitrate.
-Tweak custom camera options to stick once restarted stored here:
/data/data/com.android.camera/shared_prefs/arc_camera_prefs.xml
-60fps mod (should be interesting, aim is for 720p).
-Custom requests.
-Add user configurable settings in menu.
-Transparent menu?
-Fix for bottom black bar covering setting menu image in video mode.
-Raw image file format.
-Option to pause video while recording, similar to Nokia N8 feature.
Note:
-Reports state working with 64mb mod kernels, use compatible version Camera-1.1.3.4_22-64.zip.
-Currently only working for froyo/stock/modaco roms.
-Use Camera-1.1.3.4_22-64.zip if any1 is having audio issues with new build, 22khz/64kbps.
-GPS_FasterFix_Oceania.zip flash in CWM.
-3 builds:
Camera-1.1.3.4_44-128.zip - @ 17mb + highest quality audio 44khz/128kbps, (some have experienced crackling in recordings tho not myself).
Camera-1.1.3.4_44-96.zip - @ 17mb + Normal quality audio 44khz/96kbps, best compromise between avg fps and sound quality.
Camera-1.1.3.4_22-64.zip - @ 17mb + default stock audio 22khz/64kbps for original LG build + my tweaks.
Give credit to whom ever mods this if using in roms etc, if you wish to make a mod or help mod feel free to drop me a line and i can assist you.
Here is the CM7 camera mod, 1080p @ 30fps @ 20mb + AutoFocus by Lejay:
http://forum.xda-developers.com/showthread.php?t=1094424
Here is the modded Gingerbread (Pauls Gr1) camera mod by AndiCP:
http://forum.xda-developers.com/showpost.php?p=16653925&postcount=1
Edit:2012/06/18
Added LG Esteem fps camera tweaks | LG ZVD 2.7 | Gingerbread 2.3.4
Old:
http://forum.xda-developers.com/showthread.php?t=1089228
Thanx to all for the compliments, very much appreciated 8)
-smc
of coz this is good, but what is the disadvantages of this?
Not to much hopefully, definately a reduced memory card capacity tho as files are BIG.
Still working out the best bitrate to use for video recording, I think 720p could be reduced by half 8mb as it makes almost zero difference to quality imho, what do you think?
-smc
somemadcaaant said:
Not to much hopefully, definately a reduced memory card capacity tho as files are BIG.
Still working out the best bitrate to use for video recording, I think 720p could be reduced by half 8mb as it makes almost zero difference to quality imho, what do you think?
-smc
Click to expand...
Click to collapse
Make a clip of [email protected] and put it on YouTube?
could you upload the APK with the 30fps recording and 19mbps ?
I can't see the download link.
somemadcaaant said:
Move from thread to make it easier for me to keep tabs:
.....
-smc
Click to expand...
Click to collapse
somemadcaaant, could you inrease audio bitrate as well for better quality?
Oh my, you actually did it . Awesome work.
Only problem is that now I have to flash away from cm7 to check it out .
I'm pleasantly surprised the hardware is actually capable of it.
didnt work at cm, get fc
but... where's the download link?
n3n00 said:
Make a clip of [email protected] and put it on YouTube?
Click to expand...
Click to collapse
There you go
Video: http://goo.gl/tcNBp
Info: http://db.tt/LbBegYe
Sorry just modifying a new build, link is now up, I tried to make the bitrates more modest thru out 720p and 1080p.
I'll add higher audio probs tomorrow, i need a break lol
-smc
TheMorpheus said:
There you go
Video: http://goo.gl/tcNBp
Info: http://db.tt/LbBegYe
Click to expand...
Click to collapse
Wow look at the min fps @ 23,148 fps there.
-smc
Just replaced the default Camere with this one in my roms, thanks
Thank you, what is exactly name the folder? Where i put this modded apps? I can´t search system folder.
I'm just getting an fc when trying to run the camera app.. Which exact rom are you running?
All I want is just haven auto focus while recording.
carreaum said:
Thank you, what is exactly name the folder? Where i put this modded apps? I can´t search system folder.
Click to expand...
Click to collapse
i made zip file for installing in recovery, here you go :
Camera
ranrick said:
All I want is just haven auto focus while recording.
Click to expand...
Click to collapse
Well... There is one setting that looks very interesting regarding that.
Anyone got audio sync problems? Got it on my first recording.
Sent from my LG-P990 using Tapatalk
Sckank said:
Anyone got audio sync problems? Got it on my first recording.
Sent from my LG-P990 using Tapatalk
Click to expand...
Click to collapse
Which rom? I'm flashing left and right here, trying to hit something that works.

[MOD] Stock camera mod LG GB V20e/i/j/l: No shutter sounds & improved Pic/Vid quality

[MOD] Stock camera mod LG GB V20e/i/j/l: No shutter sounds & improved Pic/Vid quality
Hi folks,
I modded the stock LG Camera-app and implemented new features.
Every improvement (except 16:[email protected]) is working seamlessly with this mod. Please find the list of improvements below.
I also included the "media_profiles.xml" in the package.
V1.0 is based on V20e and can be used up to V20e.
V2.x is based on V20l and can be used from V20i onwards.
Please find the modded camera apps attached to this post. Enjoy!
Installation Instructions:
Flash the attached zip with CWM ("install zip from sd-card" --> "choose zip from sd-card").
I modded the following (in every version of the mod):
Disabled shutter & AF sounds (picture & video) - timer sounds are still enabled (on purpose --> no change!)
Increased preview fps to 40 (--> reduced page tearing)
Picture quality:
Set normal picture quality to 80 (= 20% compression)
Set fine picture quality to 90 (= 10% compression)
Set superfine picture quality to 100 (= 0% compression)
Video quality 1080p:
Set FPS from 24 to 30 (varies a little, similar to stock LG app)
Set normal video quality from 5Mbps to 7Mbps (= fine in stock LG app)
Set fine video quality from 7Mbps to 12Mbps
Set superfine video quality from 9Mbps to 17Mbps
Video quality 720p:
Set normal video quality from 2Mbps to 4Mbps (= superfine in stock LG app)
Set fine video quality from 3Mbps to 9Mbps
Set superfine video quality from 4Mbps to 14Mbps
Additional changes in the V2.x (V20l) mod are the following:
Changed 5MP picture resolution to 6MP 16:9 (3264 x 1840) - Implemented additional preview setting logic; AR not correct yet! trying to fix it.
Increased video bit rate for VGA (improves esp. quality of videos recorded by the front cam):
- Superfine from 1.5 Mbps to 5 Mbps
- Fine from 1.2 Mbps to 3 Mbps
- Normal from 768 kbps to 1.5 Mbps
Persistent flash mode setting (i.e. last flash mode is being saved; default mode is off)
DCF compliance (adopted DCF requirements like directory- and filenames)
Storage path changed to "DCIM/CAMERA/" (DCF compliant)
Removed closing/ not starting on low battery (still shows a toast to remind you on your low charge though)
Shutter-sound menu adjusted/ fixed (only option now: "Off")
Several changes in German translations
Modded further resources
Additional changes in V2.1:
Increased video bit rate for 1080p:
- Superfine: 20Mbps
- Fine: 17Mbps
- Normal: 12Mbps
Increased audio bit rate to 128kbps for 1080p and 720p
Increased audio sampling rate to 44.1kHz for 1080p and 720p
Persistent focus mode setting (focus mode is being saved)
Persistent GPS setting (GPS mode is being saved)
Music keeps on playing (removed auto-pause music on app start)
Implemented ODEX fix for odexed roms (Camera.odex is being deleted automatically)
Fixed DCF compliance for video filenames (missing underscore)
ToDo:
Fix AR for 16:9 @ 6MP
Adjust preview size for 16:9 pictures
Optimize code for better performance
The rest is still stock.
PS:
1. If you have a darker icon for your camera app, then update script worked like it should!
2. If this is useful for you, hit the "Thanks" button on the lower right!
3. If you cook this mod in your rom, please give proper reference to this thread in the list of included features and in your change log!
yeaaaaaaaaaaah, thank you very much
Froyo compatible?
Installed it succesfully on 20e, but i can not see any difference in quality. Blown up the fotos taken before and after the mod, but no difference at all.
What should be the improvement, i ask myself.
Main differences are on video mode. Original LG couldn't take very high quality/bitrates video in high resolutions...
Very nice thing to have this plus stock features as panoramic images for example (not present in CM 7).
Great and fast job!!!
O2X withTopogigi ROM 1.5/NeoBlaze kernel
Lo_RaT_PeNaT said:
yeaaaaaaaaaaah, thank you very much
Click to expand...
Click to collapse
You're welcome mate
Mediax said:
Froyo compatible?
Click to expand...
Click to collapse
No. For Froyo you can use somemadcaaant's mod.
mach2005 said:
Installed it succesfully on 20e, but i can not see any difference in quality. Blown up the fotos taken before and after the mod, but no difference at all.
What should be the improvement, i ask myself.
Click to expand...
Click to collapse
If you compare just few pics, you probably won't see a difference. But technically speaking there is quite a difference (jpeg compression i.e. picture quality was changed from 90 to 100 in superfine setting - if you're familiar with image editing of any sort, you know what I'm talking about). You can use fine/ normal quality to limit file sizes though.
Additionally picture quality is just one (small) part, video quality (incl. fps) and removed shutter & auto-focus sounds the other
Striatum_bdr said:
Main differences are on video mode. Original LG couldn't take very high quality/bitrates video in high resolutions...
Very nice thing to have this plus stock features as panoramic images for example (not present in CM 7).
Great and fast job!!!
O2X withTopogigi ROM 1.5/NeoBlaze kernel
Click to expand...
Click to collapse
Correct. Thank you!
Great job, much appreciated!
Sent from my LG-P990 using XDA App
Hi,
thanks for that mod!!
But i have a question. Is it possible to increase the fps for 720p for getting good slowmotions?
thx
@AndiCP
Is there a chance to add "touch to focus" in video recording ? or some autoF in camcorder?
action294 said:
Great job, much appreciated!
Sent from my LG-P990 using XDA App
Click to expand...
Click to collapse
Thank you!
dickeplatte said:
Hi,
thanks for that mod!!
But i have a question. Is it possible to increase the fps for 720p for getting good slowmotions?
thx
Click to expand...
Click to collapse
I'll try that in the next few days, but I think it won't work due to limitation in the kernel (max fps=30, otherwise reverting to standard fps).
petyo.tsanov said:
@AndiCP
Is there a chance to add "touch to focus" in video recording ? or some autoF in camcorder?
Click to expand...
Click to collapse
Let me see what I can do. Constant AF is not a target for me though, as the only effect would be AF-pumping (AF constantly analyzing the whole focus range to get the sharpest picture).
Possible future to do list:
-Option to pause video while recording, similar to Nokia N8 feature.
-Enhance tweak for Photo quality higher bitrate.
Is possible? Tks
Lo_RaT_PeNaT said:
Possible future to do list:
-Option to pause video while recording, similar to Nokia N8 feature.
-Enhance tweak for Photo quality higher bitrate.
Is possible? Tks
Click to expand...
Click to collapse
And it could be very useful an option to take 16:9 pictures.
Nice work guys!
Further Development
Picture quality (in terms of compression) is maxed already.
Pause mode is not possible, because it is not implemented in the API (only start & stop are).
Same goes for a non-pumping AF during video recording (not supported by API).
But I have 16:9 format for pictures and a 60 FPS mode for 720p on my list
Let's see when I can find some time to play with it...I'll keep you updated.
question...will this mod work if i'm using a CM7 or should i use this with a stock rom ?
AndiCP said:
But I have 16:9 format for pictures and a 60 FPS mode for 720p on my list
Let's see when I can find some time to play with it...I'll keep you updated.
Click to expand...
Click to collapse
sounds good
looking forward to 720p60
AndiCP said:
But I have 16:9 format for pictures and a 60 FPS mode for 720p on my list
Let's see when I can find some time to play with it...I'll keep you updated.
Click to expand...
Click to collapse
Great!!! Thx a lot!
Thanks! Working perfectly with the 20E version!
is it ok with v20c leak GB ? because i used Flair GB v3 rom atm..
update: tested already.. it's fine.. looks better for video as not lagging as before..
720p60 would be good, but 1080p24 would be very welcome too. And, I guess, easier to make
Thanks for this great Mod
The 16:9 will be amazing feature as it is a lot better to watch pics in 16:9 dipslay, which became a standard
The 720p at 60 fps will give some nice effects

[Q] Video Recording on CyanMobile

hi, after installing CyanMobile to my phone. I tried to examine the camera, and the result is a video recording quality is up to VGA resolution (640X480) but the framerate was still not maximal (still 8fps). is there a way to maximize the framerate to 30fps?
yopi_handsome92 said:
hi, after installing CyanMobile to my phone. I tried to examine the camera, and the result is a video recording quality is up to VGA resolution (640X480) but the framerate was still not maximal (still 8fps). is there a way to maximize the framerate to 30fps?
Click to expand...
Click to collapse
just use other camera apps.. lgcamera would be the best option if you want 30 fps..
hah
The best way is edit media_profiles.xml (system/etc/media_profiles.xml)
end change this line (high)
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h263"
bitRate="2000000"
width="640"
height="480"
frameRate="30" />
Now camera records 640x480 and 29,9 fps.
keemi said:
hah
The best way is edit media_profiles.xml (system/etc/media_profiles.xml)
end change this line (high)
<EncoderProfile quality="high" fileFormat="mp4" duration="30">
<Video codec="h263"
bitRate="2000000"
width="640"
height="480"
frameRate="30" />
Now camera records 640x480 and 29,9 fps.
Click to expand...
Click to collapse
have you tried it?
does it work?
if you have an example of the video?
yopi_handsome92 said:
have you tried it?
does it work?
if you have an example of the video?
Click to expand...
Click to collapse
yes I try and work
keemi said:
yes I try and work
Click to expand...
Click to collapse
on my mobile no change at all.
Can you attach media_profiles.xml with your settings ?
Wouldn't it still be easier to use another camera apps?
Someone mentioned IgCamera before, very nice app.

Take photos of low light

Low light photography for higher resolution than the default.
vthnhon said:
Low light photography for higher resolution than the default.
Click to expand...
Click to collapse
Newbie questions:
-What Gcam is this for?
-If I import this, will it only add the changes for low light or will it overwrite all settings?
conbak49 said:
Newbie questions:
-What Gcam is this for?
-If I import this, will it only add the changes for low light or will it overwrite all settings?
Click to expand...
Click to collapse
Take photos when the light is low, the default camera will give low resolution. And this will give higher image resolution should look clearer.
vthnhon said:
Take photos when the light is low, the default camera will give low resolution. And this will give higher image resolution should look clearer.
Click to expand...
Click to collapse
So what Gcam version will this work with?
conbak49 said:
So what Gcam version will this work with?
Click to expand...
Click to collapse
My experience is the Gcam apps don't use the camera config xml, only the oem camera app that comes with the lgv30. The Gcam ports, some of them, have 'night vision', which work very well in low light shots.
How would one even apply this to the default camera?
Radicalcokemonkey23 said:
How would one even apply this to the default camera?
Click to expand...
Click to collapse
That would depend on your phones setup, but, most have rooted devices with magisk installed. If that's the case for you, then you'd have to have a magisk module that would 'seamlessly' make the changes in your root directory.
In this link I created a module for the 4k video 60fps change. It would be pretty easy for someone to modify the config xml in that module and apply this change.
cheers
Would it be as simple as deleting the folders containing media details XML and replacing the camera config with this one?
Radicalcokemonkey23 said:
Would it be as simple as deleting the folders containing media details XML and replacing the camera config with this one?
Click to expand...
Click to collapse
Yes

How To Guide [ROOT] Realme GT2 Audio recording quality mod (magisk module)

I've made a mod to improve the audio quality in videos recorded with the camera. For me, it sounds much better than stock. If you try it, let me know what you think.
Installing it requires root and magisk:
1. Download GT2RecQualityMod[version].zip on the phone,
2. Open magisk,
3. Go to modules,
4. Click "install from storage",
5. Choose the file,
6. Reboot,
7. Test with stock camera.
This is my first attempt and it's tested only on my Realme GT2 (RMX3311/GDPR), Android 13 firmware C.10 and C.12, and with just the apps I have on my phone. If some apps don't work or the audio sounds like without the mod, please let me know.
Latest versions:
----------- GT2RecQualityMod1.2.zip -----------
- Updated recording profiles used by the Recorder app with improved loudness and clarity
- The rest is the same as in v1.1
----------- GT2RecQualityMod1.1.zip -----------
- Based on lvimfs (audio parameters like NS, EQ, Compresor etc.), with manual tuning of parameters in /odm/etc/lvimfs_params/LVIMFS_Parameter_ID4_MIC_Cam.txt
- I've disabled some audio processors like EQ's, Compressor, Limiter - that are not configured correctly
- Activated Wind Noise Suppression - and it works amazing! Tested by blowing into the mic )
----------- GT2RecQualityMod1.zip -----------
- Based on raw mic quality, it disables lvimfs (audio parameters like NS, EQ, Compresor etc.)
To Do: get rid of white/static noise without losing volume
Thanks for sharing, it's only replacing mixer_paths.xml and audio_platform_info.xml, right?
And a question wizard:
Would it be possible to copy the parameters or files from a custom rom for GT2 e.g. PixelOS, if that has good audio recording, or would it f*k something rom/device specific up?
Here are backups from my GT2 - RMX3311_11.C.10_EU_202303171905 if anyone needs, in /system/vendor/etc
Stock Camera got louder, but introduced noise.
Your Gcam Mod sounds the best, it's a bit quieter but 0 noise.
To adjust the volumes (mic sensitivity) you can edit mixer_paths.xml from the zip file. Search "handset-stereo-dmic-switch" and modify the marked values from below. Reinstall the module and reboot.
or
The working xml files are in /odm/etc those from system/vendor are not used by android anymore. You can edit them directly, after installing the Magisk module.
If you like to try the xml files from a custom rom (GT2 specific) you can replace mixer_paths.xml and audio_platform_info.xml located in /data/adb/modules/GT2RecQualityMod/odm-files/ and restart. files from odm-files are linked (mirrored) with those from /odm/etc
<!-- Lucian: here is the configuration set for camera apps. -->
<path name="handset-stereo-dmic-switch">
<!-- Lucian: added some options to play with volumes -->
<ctl name="TX_DEC1 Volume" value="84" />
<ctl name="TX_DEC2 Volume" value="84" />
...
...
...
<!-- Lucian: this also affect the volumes -->
<ctl name="ADC1 Volume" value="18" />
<ctl name="ADC4 Volume" va lue="18" />
</path>
Will do, i have tried the PixelOS ones, to save some time - the result is pretty much the same, louder with introduction of noise.
/here:
Can you attach those from PixelOS? I'll like to take a look
New release: GT2RecQualityMod1.1.zip
based on tuning the parameters of
/odm/etc/lvimfs_params/LVIMFS_Parameter_ID4_MIC_Cam.txt
- added and configured wind noise suppression / canceling
There are a lot of options in there, but not documented anywhere. I think the files are generated by "Qualcomm audio calibration tool" that requires license...
Qualcomm did something amazing with lvimfs_params, that allows the developer to tune every aspect of audio recording but Realme developers didn't care to do something good with this technology
If someone would like to contribute to the improvement of the audio quality, please give it a try! If we could remove the static noise it will be awesome, I think modifying the EQ to lower the static noise frequencies will help.
Regarding lvimfs_params, what I've learned so far:
lines containing "Operating Mode"
enables/disables that feature, like
0 // LVAC_LVAC_InputEq_OperatingMode disables the input equalizer, 1 enables it;
the following lines containing _InputEq_ are parameters like gain, band, frequency etc. that changes the aspects of recording.
There is no documentation, is just trials.
For changes to apply a reboot is required, maybe restarting service will be faster, but I don't know which one...
Have fun!
Have a much better sound obviously! I see one user did bitrate up mod, could you merge your mode plus 320kbps modification. Thank you!
Link
It is on my list, it won't improve much of the quality still. Now I'm more preoccupied on reducing the static noise. It will be included in the next release.
New release:
GT2RecQualityMod1.2.zip
- Updated recording profiles used by the Recorder app with improved loudness and clarity
- The rest is the same as in v1.1
Could not find a way to change the audio bitrate, if someone knows what file is responsible please help, I've tested all media_profiles(_V1_0).xml that I've found and none of them worked...
I played around with trying to get the Bitrate up but just managed to destroy Video Recording, so just as a pointer in my case only changing the Bitrates in the various recording <EncoderProfiles> in "media_profiles.xml" did not work.
I want to report some strange behavior. I face the problem with this mod on some applications. First, I'm on RUI C12 EU, with stock camera, I recorded three videos in a row and all of them have broken audio, the issue is feel like microphone have gain boost +30db sound was capped and distorted. The second app is element(chat/voice) when i try to record voice face again same problem. I will attach some samples to understand better.
When I disable the mod the issue still presents, only when remove the mod audio is stock/"fine".
@b0nb0n3v Something is wrong, but I don't know what... Do you have other magisk modules installed that could change mixer_paths.xml or lvimfs_params? Maybe they are conflicting.
I've attached a sample of how it sounds on my device. Stock camera, mod v1.2:
wizard8400 said:
@b0nb0n3v Something is wrong, but I don't know what... Do you have other magisk modules installed that could change mixer_paths.xml or lvimfs_params? Maybe they are conflicting.
I've attached a sample of how it sounds on my device. Stock camera, mod v1.2:
Click to expand...
Click to collapse
I have andreno gpu drivers and systemless host in the past i tried mixer_paths.xml for 320kbps mod but with no difference I decide to remove it. Could this mod couse this bug, it's removed long time ago? The problem is always when the sound/speech is lound on quiet place or low sound recording is fine. Tia
b0nb0n3v said:
I have andreno gpu drivers and systemless host in the past i tried mixer_paths.xml for 320kbps mod but with no difference I decide to remove it. Could this mod couse this bug, it's removed long time ago? The problem is always when the sound/speech is lound on quiet place or low sound recording is fine. Tia
Click to expand...
Click to collapse
Test if my mixer_paths backup a in the top of the thread makes a difference, if you don't have one yourself. Maybe the change stayed?
smashda said:
Test if my mixer_paths backup a in the top of the thread makes a difference, if you don't have one yourself. Maybe the change stayed?
Click to expand...
Click to collapse
Thank you I check the files and there are stock, my be I'm the private case with this "bug"...

Categories

Resources