Sony Ericsson / Sony : Software, Firmware and Drivers : Modded Camera Driver for k800i/k810i
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Modded Camera Driver for k800i/k810i
Bookmark topic
On 2007-12-21 04:47:52, phoenix1985 wrote:
@ jomateixa:
Can you share Kop 2.7 fixed driver for me?
http://www.4shared.com/dir/4548322/56d5acfb/Camera_Drivers.html
_________________
http://Goldman-K800i.4shared.com/[ This Message was edited by: Goldmen on 2007-12-21 08:24 ]
--
Posted: 2007-12-21 09:24:12
Edit :
Quote
pietropizzi
give me link (at PM) to your code i will try to help you
--
Posted: 2007-12-21 11:10:47
Edit :
Quote
kopritis 2.7 +8 sharpness
kopritis 2.7 + 3.7 100% fix
kopritis 3.71 final mod
i really dont know...its up to you guys
--
Posted: 2007-12-21 12:13:14
Edit :
Quote
that level of sharpness is only good for macros or if you only want small vga sized pictures, look at the picture full size and zoom in a bit your see the effect of over sharping the picture and it's horrible loads of tiny sharpend pixels, it looks good on all pics upload here cause esato resizes them.
--
Posted: 2007-12-21 12:27:06
Edit :
Quote
all pics above are completly different. i don't understand how you can compare them?
--
Posted: 2007-12-21 12:40:50
Edit :
Quote
guys i own a point and shoot camera(canon powershot a640)
an slr(nikon d200)
and s.e.(k800i)
if we're talking about the original file size of jpegs in camera phones...
surely that pixels blow up.because of small sensor.particularly night shots
even the original cam driver does have noise and abberations,etc.
for my liking..
i only use my k800i for small prints.i do bring it a lot,as in "everyday"
its the least back up camera for all the cameras i own.
and i believe that if you post-process it.
it can hurt a lot.because like what i said. small sensor.
these mods by various makers...genus,gprsman,number1,kopritis,etc.
do very good jobs in creating pictures,for less or even no post processing.
they make the best out of the cell phone's camera driver mentioned
if i we're you guys...I'd buy a point and shoot if i want good pictures in lowlight and flash photography.
an slr for overall purpose camera.
for the k800i...i just use the mod which has a good fps shooting capability,and vivid color..it doesn't matter to me if the flash is not good enough..i wouldn't expect that with a camera phone.
i always resize any pic i take with the phone, so that the blown out pixels will compress.
camera phone pictures,are just like snapshots.from my point of view.
if i want to do some general photography with the phone..id say a mod with vivid color and a good fps shooting will do.
--
Posted: 2007-12-21 15:12:15
Edit :
Quote
On 2007-12-20 22:10:48, jomateixa wrote:
On 2007-12-20 14:36:26, Guto_ViP wrote:
On 2007-12-20 14:23:09, jomateixa wrote:
On 2007-12-19 16:19:04, number1 wrote:
reducing compression gives more noise, as the k800i compresses the pictures to reduce noise anyway you done it wrong
seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90
#SET_REG(13,82) #SET_REG(14,03)
#SET_REG(17,0C) #SET_REG(18,03)
#SET_REG(15,75) #SET_REG(16,02)
the right side seems to be how the picture is compressed,
seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90
#SET_REG(13,82) #SET_REG(14,03)
#SET_REG(17,0C) #SET_REG(18,03)
#SET_REG(15,75) #SET_REG(16,03)
that gives a less compressed picture
the left side seems to be files sizes i have no idea how it works and what value is what, i guessed these in the my 2.9 driver.
@Number1
It's better to reduce jpeg compression cause jpeg algorithm does not compress noise and on flat colors it's increased.
Your 2.9 driver has too much red noise in night pics with flash and that is very irritating. I think it's because of saturation, but your driver is in the right way.
@genus
All I can say about your driver is: NOISE, very much noise in most situations but great pics at night.
By now, the best driver for me is still Kop 2.7 with many fixes and fps from Kop 3.71, as it gives an awesome clear twilight landscape mode and very less noise on flash/poor light pictures. Colors are not so beautiful (but maybe more real). I'm completely satisfied with it. Just an opinion.
Hope Number1 will do any better soon.
Thanks both of you for your work.
Well, give us some pictures taked with camdriver are u using.... Can be?
Pictures with Kopritis 2.7 fixed-
Automatic mode with flash:
Automatic mode without flash:
Twilight landscape EV +0.3:
This is a shaky one:
All automatic:
The driver I'm using is this:
http://www.4shared.com/file/2[....]s_37_fix_100_compressions.html
but changing fps to 18. Flash is forced in automatic mode for reducing noise so you have to put it off at daylight in some cases.
--
Posted: 2007-12-21 15:31:45
Edit :
Quote
On 2007-12-21 15:31:45, jomateixa wrote:
On 2007-12-20 22:10:48, jomateixa wrote:
On 2007-12-20 14:36:26, Guto_ViP wrote:
On 2007-12-20 14:23:09, jomateixa wrote:
On 2007-12-19 16:19:04, number1 wrote:
reducing compression gives more noise, as the k800i compresses the pictures to reduce noise anyway you done it wrong
seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90
#SET_REG(13,82) #SET_REG(14,03)
#SET_REG(17,0C) #SET_REG(18,03)
#SET_REG(15,75) #SET_REG(16,02)
the right side seems to be how the picture is compressed,
seq_set_prop_5_9 = $"3M_low_comp"
#SET_REG(19,5A) // JPEG_INIT_QUALITY = 0x5A = 90
#SET_REG(13,82) #SET_REG(14,03)
#SET_REG(17,0C) #SET_REG(18,03)
#SET_REG(15,75) #SET_REG(16,03)
that gives a less compressed picture
the left side seems to be files sizes i have no idea how it works and what value is what, i guessed these in the my 2.9 driver.
@Number1
It's better to reduce jpeg compression cause jpeg algorithm does not compress noise and on flat colors it's increased.
Your 2.9 driver has too much red noise in night pics with flash and that is very irritating. I think it's because of saturation, but your driver is in the right way.
@genus
All I can say about your driver is: NOISE, very much noise in most situations but great pics at night.
By now, the best driver for me is still Kop 2.7 with many fixes and fps from Kop 3.71, as it gives an awesome clear twilight landscape mode and very less noise on flash/poor light pictures. Colors are not so beautiful (but maybe more real). I'm completely satisfied with it. Just an opinion.
Hope Number1 will do any better soon.
Thanks both of you for your work.
Well, give us some pictures taked with camdriver are u using.... Can be?
Pictures with Kopritis 2.7 fixed-
Automatic mode with flash:
Automatic mode without flash:
Twilight landscape EV +0.3:
This is a shaky one:
All automatic:
The driver I'm using is this:
http://www.4shared.com/file/2[....]s_37_fix_100_compressions.html
but changing fps to 18. Flash is forced in automatic mode for reducing noise so you have to put it off at daylight in some cases.
Can you share Kop 2.7 fix modded by youself?
--
Posted: 2007-12-22 06:20:29
Edit :
Quote
Here is my final camdriver 5.8
- increase document mode exposure compare to 5.7
- change document exposure time when flash fire
- increase jpeg compression (as told by number1

)
- super night mode A change to ISO200
On document AF-LED
http://www.4shared.com/file/3[....]/58_on_gnus_advance_final.html
Off document AF-LED
http://www.4shared.com/file/3[....]d3c/58_gnus_advance_final.html
[ This Message was edited by: genus on 2007-12-22 07:27 ]
--
Posted: 2007-12-22 08:12:36
Edit :
Quote
On 2007-12-22 08:12:36, genus wrote:
Here is my final camdriver 5.8
- increase document mode exposure compare to 5.7
- change document exposure time when flash fire
- increase jpeg compression (as told by number1

)
- super night mode A change to ISO200
On document AF-LED
http://www.4shared.com/file/3[....]/58_on_gnus_advance_final.html
[ This Message was edited by: genus on 2007-12-22 07:15 ]
hehe i have just loaded your 5.71 to test it but now here comes another surprise. this is great news. thanks for the presents Genus. any taken pics with 5.8 lately?
--
Posted: 2007-12-22 08:23:27
Edit :
Quote
New Topic
Reply