Author |
Modded Camera Driver for k800i/k810i |
chestertan20 Joined: Apr 10, 2007 Posts: 130 PM |
it seems this driver is ok from the results that you guys posted i have to try this myself and will be posting too some results |
|
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
for funny lines down the picture u can change
//**************************************************
// Sharpening, property 21 ****
//**************************************************
// 0 => -8 ... 8 => 0 ... 17 => 8
//-------------------------------------------------
seq_set_prop_15 = $s5 %0
$-5 0F<<<< change back to 08
#COM_EVENT(56,$w5);
for the funny blue colour u can change
//************************************************
// Exposure property 0 *****
//************************************************
// 3 => -2 EV, 9 => -(0) EV .... f => 2 EV
//---------------------------------------------------
seq_set_prop_0 = $s5 %0
$-5 0b<<<< change to 0a or 09
#COM_EVENT(06,$w5) |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
On 2007-09-28 05:20:27, genus wrote:
The blue color still can be found, dont know why? i saw the k750, w800, k770 photo, they seem having better color.
look here http://www.gsmarena.com/sony_ericsson_k770-review-168p4.php k800/k810 is easily better than the k770i
[ This Message was edited by: number1 on 2007-09-28 08:57 ] |
norbi_nw Joined: Nov 27, 2006 Posts: > 500 From: Romania, Timisoara PM |
i find k770 more better than k810 :/
and look here: http://www.phonedaily.com/news/?news_id=6176 |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
On 2007-09-28 09:38:29, number1 wrote:
for funny lines down the picture u can change
//**************************************************
// Sharpening, property 21 ****
//**************************************************
// 0 => -8 ... 8 => 0 ... 17 => 8
//-------------------------------------------------
seq_set_prop_15 = $s5 %0
$-5 0F<<<< change back to 08
#COM_EVENT(56,$w5);
for the funny blue colour u can change
//************************************************
// Exposure property 0 *****
//************************************************
// 3 => -2 EV, 9 => -(0) EV .... f => 2 EV
//---------------------------------------------------
seq_set_prop_0 = $s5 %0
$-5 0b<<<< change to 0a or 09
#COM_EVENT(06,$w5)
Wat does this mean??? So hard to understand the code... so i prefer to change the sharpness to 05 using original driver easier ^.^ |
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
On 2007-09-28 05:20:27, genus wrote:
The blue color still can be found, dont know why? i saw the k750, w800, k770 photo, they seem having better color.
for daylight pictures put the white balance to daylight and this blue shit it's gone... 
[ This Message was edited by: kopritis on 2007-09-28 09:37 ] |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
oh i see. This will improve. |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
Actually, k770 photo is more contrast, so it looks better, but some of it show little bit greenish color balance only. So, k800i can do better than it if contrast is little bit more but not increase to 01. |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
ur right better colour for the k770i pics but k810i r alot more clear and less noise |
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
Guys find that line at 3.5mod
//**************************************************
// Contrast, property 20 ****
//**************************************************
// 0 => -8 ... 8 => 0 ... 17 => 8
//-------------------------------------------------
seq_set_prop_14 = $s5 %0
$-5 08
#COM_EVENT(55,$w5);
And changed in to that:
//**************************************************
// Contrast, property 20 ****
//**************************************************
// 0 => -8 ... 8 => 0 ... 17 => 8
//-------------------------------------------------
seq_set_prop_14 = $s5 %0
$-5 0f
#COM_EVENT(55,$w5);
I thing gives a gr8 results
sample pic

[ This Message was edited by: kopritis on 2007-09-28 10:38 ] |
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
ur right well done i never fought of that |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
oh??? did the contrast setting increase? |
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
i thought Contrast is set to 20... how come its only 15...
what kopritis is pointing out is that.. it doesnt rely on sharpening alone..
but also with Contrast?
its only good during daytime... and the light from the door is overcasted.
"Darkness is the absence of light.. and not the opposite..." |
kopritis Joined: Mar 11, 2007 Posts: 295 From: Loutsa-Greece PM |
On 2007-09-28 12:04:50, rockygali wrote:
i thought Contrast is set to 20... how come its only 15...
what kopritis is pointing out is that.. it doesnt rely on sharpening alone..
but also with Contrast?
its only good during daytime... and the light from the door is overcasted.
hex 0F is 15 in dec I don't press enyone to put my mods on his phone... SO! do whatever you want!!
[ This Message was edited by: kopritis on 2007-09-28 11:49 ] |
deadman4168 Joined: Jul 24, 2007 Posts: 64 PM |
is number 1's suggestion rite to be followed |
|