Esato

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

Visitors browsing this topic: 1
Add to Bookmarks
Previous  123 ... 107108109 ... 229230231  Next
Author Modded Camera Driver for k800i/k810i
rockygali
K810 Blue
Joined: Nov 21, 2005
Posts: > 500
From:
PM, WWW
Posted: 2007-11-13 04:13
Reply with quoteEdit/Delete This PostPrint this post
#COM_EVENT(58,10)

dont over saturate? meaning this line 10 being the highest saturation?

so can we lower it to 9, 8, 7, etc.
"Darkness is the absence of light.. and not the opposite..."
SEKseries
K810 Blue
Joined: Sep 06, 2007
Posts: 46
From: Malaysia
PM
Posted: 2007-11-13 04:50
Reply with quoteEdit/Delete This PostPrint this post
K850i original camdriver using #COM_EVENT(58,07) oni, maybe we can put value lower than 7 to get better colour......

@all modders

Just now i discovered something which is related to the EM,in K550I's EM, we read reg 28 (#READ_REG(28,$r2 3 3)) is Put shutter(H, MSB) in reg 3,and i found that in K790I/K800I/K810I's Put shutter(H, MSB) in reg 3 is #READ_REG(48,$r2 3 3),what is this register doing???Maybe we just change this line(#READ_REG(28,$r2 1 1) )in K550I's EM code to (#READ_REG(48,$r2 1 1))and the EM will work in K790I/K800I/K810I......

[ This Message was edited by: SEKseries on 2007-11-13 04:00 ]

[ This Message was edited by: SEKseries on 2007-11-13 04:02 ]
rockygali
K810 Blue
Joined: Nov 21, 2005
Posts: > 500
From:
PM, WWW
Posted: 2007-11-13 05:11
Reply with quoteEdit/Delete This PostPrint this post
@genus

is this the purple fringing you are talking about in color saturation?!

Document Mode: Flash ON: (Lowlight indoor)


i have used your 4.4 driver in shooting this.

_________________
and about the focus matrix; here is a sample from ASUS V80 phone

comes with 2MP auto focus feature. (notice the green squares)
now, this can be adjusted to 3 or a single center focus.









[ This Message was edited by: rockygali on 2007-11-13 04:45 ]
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-13 05:40
Reply with quoteEdit/Delete This PostPrint this post
Not, flash cannot seen, the purple color cannot come out at night, but during daylight shoot, when the light not so enough.

this is hex code, 10 mean 16 alrdy, even k850i just use 07, i think 16 was too far alrdy. Before i got try 0F, this also over alrdy. Meanwhile, 07 is enough alrdy. Actually this cannot gv u better color, but too much will cause WB problem, like blue and purple color when backlight.




Dont think so much of improve from camdriver, think about the technique to make a shot. If you really got learn programming and the camdriver, u will know wat can do with the camdriver, this is nothing to do more, jz can change the setting only. The real WB, focus setting is not come from camdriver, i think it is inside the main and the camera properties.

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

On 2007-11-13 04:50:43, SEKseries wrote:
K850i original camdriver using #COM_EVENT(58,07) oni, maybe we can put value lower than 7 to get better colour......

@all modders

Just now i discovered something which is related to the EM,in K550I's EM, we read reg 28 (#READ_REG(28,$r2 3 3)) is Put shutter(H, MSB) in reg 3,and i found that in K790I/K800I/K810I's Put shutter(H, MSB) in reg 3 is #READ_REG(48,$r2 3 3),what is this register doing???Maybe we just change this line(#READ_REG(28,$r2 1 1) )in K550I's EM code to (#READ_REG(48,$r2 1 1))and the EM will work in K790I/K800I/K810I......

[ This Message was edited by: SEKseries on 2007-11-13 04:00 ]

[ This Message was edited by: SEKseries on 2007-11-13 04:02 ]



How to say???? Could u gv me an example???

Yup, i think 05 will gv better color, as you can see in my 4.4 camdriver.

[ This Message was edited by: genus on 2007-11-13 05:12 ]
SEKseries
K810 Blue
Joined: Sep 06, 2007
Posts: 46
From: Malaysia
PM
Posted: 2007-11-13 06:27
Reply with quoteEdit/Delete This PostPrint this post

On 2007-11-13 06:11:35, genus wrote:

On 2007-11-13 04:50:43, SEKseries wrote:
K850i original camdriver using #COM_EVENT(58,07) oni, maybe we can put value lower than 7 to get better colour......

@all modders

Just now i discovered something which is related to the EM,in K550I's EM, we read reg 28 (#READ_REG(28,$r2 3 3)) is Put shutter(H, MSB) in reg 3,and i found that in K790I/K800I/K810I's Put shutter(H, MSB) in reg 3 is #READ_REG(48,$r2 3 3),what is this register doing???Maybe we just change this line(#READ_REG(28,$r2 1 1) )in K550I's EM code to (#READ_REG(48,$r2 1 1))and the EM will work in K790I/K800I/K810I......

[ This Message was edited by: SEKseries on 2007-11-13 04:00 ]

[ This Message was edited by: SEKseries on 2007-11-13 04:02 ]



How to say???? Could u gv me an example???

Yup, i think 05 will gv better color, as you can see in my 4.4 camdriver.

[ This Message was edited by: genus on 2007-11-13 05:12 ]


@genus
// start Enhanced Mode from Raiderski

EM_RATIO_NORMAL= $s0 40;
EM_RATIO_NIGHT= $s0 3d;

EM_SET=$p1 05
#EM_IN_QUALITY
$c1 00
#READ_REG(48,$r2 1 1) // read from the registry 48 not 28 in K810I
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$p0 07 $c0 01 #EM_RATIO_NIGHT
$cl #EM_RATIO_NORMAL
$cx
$-0 r1
#COMMAND(04,$w0)
$cx
$cx
$cx;

EM_UNSET=#COM_EVENT(04,00);

// end Enhanced Mode from Raiderski

though the shutter speed command still unknown,but i'm sure that the register is read from 48 not 28 in K810I......(y not try it out to find out more)
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-13 10:42
Reply with quoteEdit/Delete This PostPrint this post
I tried it alrdy, it seem didnt work.
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-13 10:50
Reply with quoteEdit/Delete This PostPrint this post
@gprsman

You should check your driver...

// Normal mode settings
NORM_MODE = #COM_EVENT(02,00) // AE_AUTO
#COM_EVENT(55,01) // Reset contrast
#COM_EVENT(56,04) // Sharpeness 00 to 08
#COM_EVENT(06,00) // Reset exposure
#COM_EVENT(54,00) // Reset Brightness
#UPDATE_COLOR // updates colour <===== wat does this mean????
#SET_REG(40,05) // Set flash ISO to default 250
#WB_ISO250
#COM_EVENT(58,10); <===== also colorgain

COM_EVENT(58,XX) IS UPDATE COLOR OR INCREASE COLOR, BUT THIS DOESNT GIVE TOO MUCH OF EFFECT.
Goldmen
C901 Black
Joined: Oct 07, 2007
Posts: > 500
From: Bulgaria
PM, WWW
Posted: 2007-11-13 12:18
Reply with quoteEdit/Delete This PostPrint this post


[ This Message was edited by: Goldmen on 2007-11-13 13:27 ]
whitehackker
K800 Brown
Joined: Sep 01, 2007
Posts: 154
From: philippines
PM
Posted: 2007-11-13 12:25
Reply with quoteEdit/Delete This PostPrint this post
where's 4.4 cameradriver_gnus?
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2007-11-13 12:28
Reply with quoteEdit/Delete This PostPrint this post
colour saturation doesn't work
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-13 12:32
Reply with quoteEdit/Delete This PostPrint this post
I think this is not colour saturation, it give effect when the value become very large, mayb it is hard to detect, but it seem that k800i alrdy preset the colour limit, further increase in colour will not occur.


@whitehackker

I will post it back 2mrw, i now not using my pc, dont hv the driver, so i post the wrong dirver...



[ This Message was edited by: genus on 2007-11-13 11:35 ]
whitehackker
K800 Brown
Joined: Sep 01, 2007
Posts: 154
From: philippines
PM
Posted: 2007-11-13 12:37
Reply with quoteEdit/Delete This PostPrint this post
ok thanks
Goldmen
C901 Black
Joined: Oct 07, 2007
Posts: > 500
From: Bulgaria
PM, WWW
Posted: 2007-11-13 14:27
Reply with quoteEdit/Delete This PostPrint this post
@All,
I have a question....
Is it possible to put "PhotoDJ™"AutoLevel settings in CamDriver Auto settings...?
Thnx!
genus
K800 Black
Joined: Apr 13, 2007
Posts: 385
From: Malaysia
PM
Posted: 2007-11-13 14:34
Reply with quoteEdit/Delete This PostPrint this post
I also got think about this idea, but i dont know how, is there anybody can help?

1st, we should extract the photoDJ out!

[ This Message was edited by: genus on 2007-11-13 13:40 ]
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 107108109 ... 229230231  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic