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-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)
--
Posted: 2007-11-13 06:27:52
Edit :
Quote
I tried it alrdy, it seem didnt work.
--
Posted: 2007-11-13 10:42:00
Edit :
Quote
@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 #SET_REG(40,05) // Set flash ISO to default 250
#WB_ISO250
#COM_EVENT(58,10);
COM_EVENT(58,XX) IS UPDATE COLOR OR INCREASE COLOR, BUT THIS DOESNT GIVE TOO MUCH OF EFFECT.
--
Posted: 2007-11-13 10:50:58
Edit :
Quote
[ This Message was edited by: Goldmen on 2007-11-13 13:27 ]
--
Posted: 2007-11-13 12:18:05
Edit :
Quote
where's 4.4 cameradriver_gnus?
--
Posted: 2007-11-13 12:25:53
Edit :
Quote
colour saturation doesn't work
--
Posted: 2007-11-13 12:28:53
Edit :
Quote
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 ]
--
Posted: 2007-11-13 12:32:00
Edit :
Quote
ok thanks
--
Posted: 2007-11-13 12:37:01
Edit :
Quote
@All,
I have a question....
Is it possible to put "PhotoDJ™"AutoLevel settings in CamDriver Auto settings...?
Thnx!
--
Posted: 2007-11-13 14:27:48
Edit :
Quote
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 ]
--
Posted: 2007-11-13 14:34:26
Edit :
Quote
New Topic
Reply