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
wow. thanks a lot tranced. ill try this and hopefully nothing bad would happen. hahaha..
--
Posted: 2008-01-16 17:15:31
Edit :
Quote
dont you trust in yourself?
--
Posted: 2008-01-16 17:16:46
Edit :
Quote
In my first try I didn't have the #COM_EVENT(06,00) commands in the driver but I saw that exposure was also changed according to the stick +/- change when only 55,56 or 58 should be changed.
I putted a only command #COM_EVENT(06,00) just before #COM_EVENT(06,$w5) and it didn't happen to me. Colorgain and sharpness worked (I think but have to test more). Contrast worked too but if you revert back the EV to 0.0 it dissappears (contrast and exposure are almost the same).
So I thought of putting a reset afterwards would act like setting the stick to 0 again and exposure would not be affected !
But it was and still is.....
So I have to go back to Effect --> Normal and set the stick back to 0 manually
#COM_EVENT(06,00) won't work for that, you should put $-5 09 instead (at the end, before #COM_EVENT(06,$w5)). The EV will be +0.0 but the stick will remain at 2.0 or wherever you setted, so you won't be able to increase/decrease it in full range anymore.
[ This Message was edited by: jomateixa on 2008-01-16 16:37 ]
--
Posted: 2008-01-16 17:19:39
Edit :
Quote
doesn't increaing the contrast also increase the exposure, it does it by default
--
Posted: 2008-01-16 17:21:16
Edit :
Quote
On 2008-01-16 17:16:46, tranced wrote:
dont you trust in yourself?
well, i do. but im kinda new with this modding and flashing. and ive been backreading.. and i couldnt understand the codes.. hahaha!
--
Posted: 2008-01-16 17:22:44
Edit :
Quote
On 2008-01-16 17:21:16, number1 wrote:
doesn't increaing the contrast also increase the exposure, it does it by default
Increasing contrast in the way I said on later post only constrast is increased (picture looks brighter but without the common noise that appears when we play with EV)
--
Posted: 2008-01-16 17:28:24
Edit :
Quote
i see. well, you will learn if you really want it.
--
Posted: 2008-01-16 17:28:28
Edit :
Quote
On 2008-01-16 17:21:16, number1 wrote:
doesn't increaing the contrast also increase the exposure, it does it by default
Increasing contrast in the way I said on later post only constrast is increased (picture looks brighter but without the common noise that appears when we play with EV)
[ This Message was edited by: jomateixa on 2008-01-16 16:35 ]
--
Posted: 2008-01-16 17:34:11
Edit :
Quote
OK I tried:
seq_set_prop_0 =
$s5 %0
$-5 09
$p1 08 // put Effects-Property into Reg1
$c1 04 // Is Black-White Effect selected then
#COM_EVENT(43,$w5) // Set FOCUS with Stick (thx number1)
$cl
$c1 02 // Is Solarize Effect selected then
#COM_EVENT(58,$w5) // Set Colorgain with Stick
$s5 00 // Set 0 in Reg 5 so Exp wil be 0 ?
$cl
$c1 01 // Is Negative Effect selected then
#COM_EVENT(56,$w5) // Set Sharpness with Stick
$cl // IF other Effect or Normal do normal EV operation
#COM_EVENT(06,$w5)
$cx
$cx
$cx;
I did (almost) what you both advised.
Good news:
Setting FOCUS with stick is --> WOOOOAAAAAHHHHH !!!
In combination with Zoom you get great Preview !
Now If we just can HOLD that Focus because on HalfPress the AutoF sets in and overwrites the manual setting.
Maybe some command to disable AutoAF then ??
Bad news:
The $s5 00 I did by myself because I thought I should just fill the Reg5 with 0 so Exp. will also be filled with 0. Doesn't work.
It seems you're right ans stick acts not like a PC-Joystick to "recenter" back to 0, it simply stays where it was before.....
Some other trick to reset before choosing another property ?
I'd like to play with some FORCE ISO but these values arent linear so it will be tricky to calculate
--
Posted: 2008-01-16 17:43:19
Edit :
Quote
On 2008-01-16 17:28:28, tranced wrote:
i see. well, you will learn if you really want it.
well, ive done it.. but i dont know if i really did. my phone turned on and my camera is working.. now how do i check the version of my cam driver? waah!
--
Posted: 2008-01-16 17:44:01
Edit :
Quote
New Topic
Reply