Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Modded Camera Driver for k800i/k810i

Previous  123 ... 122123124 ... 229230231  Next
Author Modded Camera Driver for k800i/k810i
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 12:47
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 11:27:02, number1 wrote:

On 2007-11-26 11:19:31, cuckoo wrote:
COM_EVENT(58,07), i think it is colour saturation.

But,I used it yesterday,no effect!

COM_EVENT(58,07) .the same as 2.5 camdriver!


COM_EVENT(58,07) is colour saturation it seems to start working @ COM_EVENT(58,07) u will see a effect if u increase 07 to a higher value


This is because it should not (i think) put under NORM_MODE, if you put it at the right place, when you test the driver, there should be bug which you can see it when you change the effect setting!!! If not, that's mean you put it at the wrong place.
mario06
T68 gold
Joined: Apr 16, 2007
Posts: 73
PM
Posted: 2007-11-26 12:53
Reply with quoteEdit/Delete This PostPrint this post
@genus

there's something wrong with your new driver, when your taking a macro picture the aiming square doesn't turn green can you please fix it?

[ This Message was edited by: mario06 on 2007-11-26 11:53 ]
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 12:53
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 12:08:20, gprsman wrote:
@mario06

I'have reset Brightness ( decreased ) in 2.2 fix :

camdriver gprsman 2.2 fix + LiveColours™.rar : http://www.sendspace.com/file/1vkizh

[ This Message was edited by: gprsman on 2007-11-26 11:17 ]


Your driver doesnt have any enhance colour. I didnt see any colouer enhancement setting.

#UPDATE_COLOR; // updates colour
This is calling for the setting of effect/ enhance colour, but where did you write the setting???? so nothing will happen.

You should put like this before update_iso

UPDATE_COLOUR=
$p5 08
<=====HERE YOU CAN PUT THE SETTING
$cl
$u08
$cx;



[ This Message was edited by: genus on 2007-11-26 11:58 ]
cuckoo
T68 gold
Joined: Mar 27, 2007
Posts: 38
PM
Posted: 2007-11-26 12:53
Reply with quoteEdit/Delete This PostPrint this post
put it at the right place!where is it?-- (58,07) color

Please tell me ,thanks a lot!
quangbh30
T68 gold
Joined: Oct 04, 2007
Posts: 81
PM
Posted: 2007-11-26 12:56
Reply with quoteEdit/Delete This PostPrint this post
GPRSman's cam 2.2

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2007-11-26 12:58
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 12:47:54, genus wrote:

On 2007-11-26 11:27:02, number1 wrote:

On 2007-11-26 11:19:31, cuckoo wrote:
COM_EVENT(58,07), i think it is colour saturation.

But,I used it yesterday,no effect!

COM_EVENT(58,07) .the same as 2.5 camdriver!


COM_EVENT(58,07) is colour saturation it seems to start working @ COM_EVENT(58,07) u will see a effect if u increase 07 to a higher value


This is because it should not (i think) put under NORM_MODE, if you put it at the right place, when you test the driver, there should be bug which you can see it when you change the effect setting!!! If not, that's mean you put it at the wrong place.


it's workig fine for me, i really notice the saturated colours when using higher values than 07,
mario06
T68 gold
Joined: Apr 16, 2007
Posts: 73
PM
Posted: 2007-11-26 13:00
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 12:56:37, quangbh30 wrote:
GPRSman's cam 2.2

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us



can you please post the different settings so that we can understand?
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 13:01
Reply with quoteEdit/Delete This PostPrint this post
Here is with the setting of enhance colour from my 4.7 camdriver with WB bug fix

If the COM_EVENT(58,XX) work, it should be like that

Taken inside car


document



Off flash (-0.0ev) i think i do the wrong thing, i should not increase exposure when flash off


Auto




twilightlandscape, cloudy ( taken inside car)


[ This Message was edited by: genus on 2007-11-26 12:04 ]
cuckoo
T68 gold
Joined: Mar 27, 2007
Posts: 38
PM
Posted: 2007-11-26 13:01
Reply with quoteEdit/Delete This PostPrint this post
// Normal (non-document) mode settings
NORM_MODE
......

UPDATE_COLOUR=
$p5 08
#COM_EVENT(58,07)
$cl
$u08
$cx;


like this??
gprsman
K810 Blue
Joined: Aug 28, 2006
Posts: 269
PM
Posted: 2007-11-26 13:05
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 13:00:02, mario06 wrote:

On 2007-11-26 12:56:37, quangbh30 wrote:
GPRSman's cam 2.2

Image Hosted by ImageShack.us

Image Hosted by ImageShack.us



can you please post the different settings so that we can understand?


Hi mario06

I think first photo in auto mode minor noise ,second photo in twilight portait.
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 13:07
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-26 13:01:43, cuckoo wrote:
// Normal (non-document) mode settings
NORM_MODE
......

UPDATE_COLOUR=
$p5 08
#COM_EVENT(58,07)
$cl
$u08
$cx;


like this??

It should put before the NORM_MODE

I think you do as wat i do in my camdriver easier
http://www.4shared.com/file/3[....]108452/camdriver0_47_gnus.html

or

just change property 8 to this:

seq_set_prop_8 =
$s5 %0
$c5 00 // Effect is normal?
#COM_EVENT(58,07)
$cl
#COM_EVENT(58,00) // Reset PICT_COLORGAIN
$cx
#COM_EVENT(53,$w5);



[ This Message was edited by: genus on 2007-11-26 12:09 ]
cuckoo
T68 gold
Joined: Mar 27, 2007
Posts: 38
PM
Posted: 2007-11-26 13:07
Reply with quoteEdit/Delete This PostPrint this post
number1,(58,XX),you choose XX 08 or 09?

gens,(58,XX),where do you put it ?

THANKS~
quangbh30
T68 gold
Joined: Oct 04, 2007
Posts: 81
PM
Posted: 2007-11-26 13:08
Reply with quoteEdit/Delete This PostPrint this post
yes, sure that
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-26 13:11
Reply with quoteEdit/Delete This PostPrint this post
I think my mod was oversaturated.... this is more colourful than as wat i saw with my eye

But i like this



[ This Message was edited by: genus on 2007-11-26 12:15 ]
cuckoo
T68 gold
Joined: Mar 27, 2007
Posts: 38
PM
Posted: 2007-11-26 13:15
Reply with quoteEdit/Delete This PostPrint this post
genus,#COM_EVENT(58,07) ,should put before the NORM_MODE !

you tell me detail course ! thank you
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 122123124 ... 229230231  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic