Author |
Modded Camera Driver for k800i/k810i |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 Joined: Apr 16, 2007 Posts: 73 PM |
@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 Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 Joined: Mar 27, 2007 Posts: 38 PM |
put it at the right place!where is it?-- (58,07) color
Please tell me ,thanks a lot! |
quangbh30 Joined: Oct 04, 2007 Posts: 81 PM |
GPRSman's cam 2.2


|
number1 Joined: Sep 12, 2007 Posts: > 500 From: UK,kent,Sittingbourne PM |
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 Joined: Apr 16, 2007 Posts: 73 PM |
On 2007-11-26 12:56:37, quangbh30 wrote:
GPRSman's cam 2.2
can you please post the different settings so that we can understand? |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 Joined: Mar 27, 2007 Posts: 38 PM |
// Normal (non-document) mode settings
NORM_MODE
......
UPDATE_COLOUR=
$p5 08
#COM_EVENT(58,07)
$cl
$u08
$cx;
like this?? |
gprsman Joined: Aug 28, 2006 Posts: 269 PM |
On 2007-11-26 13:00:02, mario06 wrote:
On 2007-11-26 12:56:37, quangbh30 wrote:
GPRSman's cam 2.2
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 Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 Joined: Mar 27, 2007 Posts: 38 PM |
number1,(58,XX),you choose XX 08 or 09?
gens,(58,XX),where do you put it ?
THANKS~ |
quangbh30 Joined: Oct 04, 2007 Posts: 81 PM |
yes, sure that |
genus Joined: Apr 13, 2007 Posts: 385 From: Malaysia PM |
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 Joined: Mar 27, 2007 Posts: 38 PM |
genus,#COM_EVENT(58,07) ,should put before the NORM_MODE !
you tell me detail course ! thank you
|
|