Camera Mod [Higher Quality/Better]

FalcionX

Member
Dec 14, 2012
32
71
58
JPEG100% (lossless)/(4.4.4 YUV sumbsampling will be best not 4.2.0)

4K30 = 70mbit/s
1080p30 = 40mbit/s
720p30 = 25mbit/s

160kbit/s / 44100hz / Stereo


someone can make .apk with that settings or tell how to change it in "SamsungCamera2.apk" ? (N9005 4.4.2) :D
 

lude86

Member
Apr 25, 2013
35
1
0
not working for me

i have a at&t note 3 on 4.3 stock and i followed the directions to rename and replace samsungcamera2.apk and downloaded the 50mb4gb file but everytime i take a 1080 video and check the its still at 16.9 17mb and audio is only 128k..what could i be doing wrong? thanks in advance
 

brunob54

Member
Apr 20, 2014
8
4
0
Video Samsung S5 vs Sony FDR-AX100

Search google for this: samsung S5 UHD FDR-AX100 Sony

The FDR-AX100 is Sony's new 4K consumer camcorder ($2000).

It will show a youtube video comparing the new Sony 4K camcorder with the S5. I downloaded the UHD video and analysed it For the outdoor part, the S5 is more colorful and brighter. The S5 part seems slightly sharper. The S5 part looks slightly more compressed (as visible on the grass). The S5 cam might benefit as well from a higher bit rate, unless the compression I saw is the result of the youtube compression.
 

DamianKO666

Member
Jan 5, 2013
43
13
0
There is problem with 4.4.2 APK/ZIP (whatever) version
My Note 3 is deodexed,stock. Audio bitrate is fine (~188kbps) but video is only 50mbps (stock its ~48mbps)
@kevinrocksman - do you will try to change this? Do you still working on it?

Thanks.
 

brunob54

Member
Apr 20, 2014
8
4
0
My installation procedure

Here my procedure to install a modded app:

1) Root the device using a windows PC
procedure from xda
- install the Samsung Kies USB drivers
WARNING: warranty loss, no more system update from Samsung



2) install app RootBrowser (icon: black android pirate) , which does the unmout and remount of the /system automatically

3) with rootbrowser, go to /system/app/
rename SamsungCamera2.apk to SamsungCamera2.apk.bak
rename SamsungCamera2.odex SamsungCamera2.odex.bak

4) copy new camera apk to /system/app/
5) change permission of a new app: rw-r-r

6) edit media_profiles.xml in /system/etc : increase max bit rate for video from 500000 to 1000000 (or more)
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />

increase audio quality
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="256000"
minSampleRate="8000" maxSampleRate="96000"
minChannels="1" maxChannels="2" />

7) set permissions of media_profiles.xml to rw r r

8) reboot

There is problem with 4.4.2 APK/ZIP (whatever) version
My Note 3 is deodexed,stock. Audio bitrate is fine (~188kbps) but video is only 50mbps (stock its ~48mbps)
@kevinrocksman - do you will try to change this? Do you still working on it?

Thanks.
 
  • Like
Reactions: DamianKO666

Presjar

Senior Member
Jan 30, 2010
127
10
0
I have always wondered why we can't manually drive the focus with steps. Would make sense to do this but I assume there are issues with how the lens is actually moved in and out.
 

nerys71

Senior Member
May 13, 2008
2,097
415
0
anyway to lock the camera into infinite focus? or at least perform autofocus and then turn OFF auto focus so it stays put as I take pictures?

BURST mode used to be usedful. on the S3 Original rom (I keep one s3 not upgraded for just this reason got it somewhere) you could switch to burst mode. as soon as you touched the shutter button WHAM away it went 20 shots.

now you have to press and hold to use burst rendering burst mode useless for anything that is actually since its long gone by the time the system realizes HEY you want to shoot a burst of images!

anyway to restore that functionality?
 

DamianKO666

Member
Jan 5, 2013
43
13
0
Here my procedure to install a modded app:

1) Root the device using a windows PC
procedure from xda
- install the Samsung Kies USB drivers
WARNING: warranty loss, no more system update from Samsung



2) install app RootBrowser (icon: black android pirate) , which does the unmout and remount of the /system automatically

3) with rootbrowser, go to /system/app/
rename SamsungCamera2.apk to SamsungCamera2.apk.bak
rename SamsungCamera2.odex SamsungCamera2.odex.bak

4) copy new camera apk to /system/app/
5) change permission of a new app: rw-r-r

6) edit media_profiles.xml in /system/etc : increase max bit rate for video from 500000 to 1000000 (or more)
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />

increase audio quality
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="256000"
minSampleRate="8000" maxSampleRate="96000"
minChannels="1" maxChannels="2" />

7) set permissions of media_profiles.xml to rw r r

8) reboot
Thanks you man! It works!
I changed minBitRate="64000" maxBitRate="100000000" to minBitRate="64000" maxBitRate="150000000" and now i have 65mbps. I needed it!
 
  • Like
Reactions: bigron77

08solsticegxp

New member
Jun 19, 2014
3
0
0
Here my procedure to install a modded app:

1) Root the device using a windows PC
procedure from xda
- install the Samsung Kies USB drivers
WARNING: warranty loss, no more system update from Samsung



2) install app RootBrowser (icon: black android pirate) , which does the unmout and remount of the /system automatically

3) with rootbrowser, go to /system/app/
rename SamsungCamera2.apk to SamsungCamera2.apk.bak
rename SamsungCamera2.odex SamsungCamera2.odex.bak

4) copy new camera apk to /system/app/
5) change permission of a new app: rw-r-r

6) edit media_profiles.xml in /system/etc : increase max bit rate for video from 500000 to 1000000 (or more)
<VideoEncoderCap name="h264" enabled="true"
minBitRate="64000" maxBitRate="100000000"
minFrameWidth="176" maxFrameWidth="3840"
minFrameHeight="144" maxFrameHeight="2160"
minFrameRate="1" maxFrameRate="30" />

increase audio quality
<AudioEncoderCap name="aac" enabled="true"
minBitRate="8192" maxBitRate="256000"
minSampleRate="8000" maxSampleRate="96000"
minChannels="1" maxChannels="2" />

7) set permissions of media_profiles.xml to rw r r

8) reboot
I used this procedure and was able to get the camera app working... However, I still see the 5 minutes... I haven't tried to record past 5 minutes, but wanted to ask if that is supposed to still be there.
Also, I noticed the frame rate is 30 FPS... Can we get 60 or 120?
I didn't see a bit rate increase myself and I changed the number to as specified. I'm probably doing something wrong. :rolleyes:

Model: N900P
Rooted
4.4.2
 

RubenMMS2

Senior Member
Sep 13, 2012
132
112
0
Barcelona
4.3 > SamsungCamera2-100mbUnlim.zip

Hello to all,
can someone tell me if there is a improvement from 50Mbs to 100Mbs ?? I have tryied it and see no difference only the consume of MB in my SD-Card, from 360MB to 730MB for 1minute...
I see a little bit more of quality when i make x4 zoom previewing the 4K video it on the phone, put pause and make a screenshoot and compare it on my PC, but nothing more than that...
Has someone made some comparasion with other quality MOD´s ?


RubenMMS2
 
Last edited:

deforce

New member
Jun 9, 2008
1
0
0
Sorry if this is s stupid question havent kept up with android in a long time and got myself one that cant be rooted (att note 3) does this onstall on stock rom non rooted?
 

GAPO

Senior Member
Aug 15, 2012
881
412
0
Hello, kevinrocksman. I just downloaded and flashed the 4.4.2 version. Backed up first. So far, everything looks good! I have no way of comparing the images. So I guess I'm not sure if it works, but I am sure that it has caused no harm. NC5(D), rooted, Vision_X ROM.

Root is a helluva drug.....
 

oktay50000

Senior Member
Feb 28, 2006
179
15
0
i tried but cant get more than 51mbs and i think 30fps is low for 4k
it should be 60 for smooth movies...any ways to get 60 fps :D
30fps causes shuttering when moving phone