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
@genus: Wow, can you post your new driver?
That is what i'm searching for. Change the shuter speed @ flash.
Please let me test your settings
--
Posted: 2007-11-03 10:06:43
Edit :
Quote
i always use incandescent WB when fireing flash (indoors and night). Flash pix are a little bit red.
--
Posted: 2007-11-03 10:17:50
Edit :
Quote
On 2007-11-03 10:17:50, norbi_nw wrote:
i always use incandescent WB when fireing flash (indoors and night). Flash pix are a little bit red.
The exposure time nothing to do with the WB setting.
--
Posted: 2007-11-03 10:27:47
Edit :
Quote
@ genus u didnt ans my question
--
Posted: 2007-11-03 10:39:19
Edit :
Quote
On 2007-11-03 04:38:19, SEKseries wrote:
i could do more if i knew the command event for the k800i's shutter speed, but i don't and it's not #COM_EVENT(04,
i'm new here,but i had discover the camdriver0.dat for long time,i wonder the #SET_REG(37 do anything to exposure time or shutter speed......
hope this can help u......
This is for the flash on exposure time, not for normal scene or any things.
--
Posted: 2007-11-03 10:52:14
Edit :
Quote
ONLY FOR MODDERS!
to implement EM first of all you have to find shutter speed register. my type is:
#SET_REG(36,xx) // AE_MSHUT_SHORT
#SET_REG(37,xx) // AE_MSHUT_LONG
especially reg
37 (dunno why 2 regs are needed). i'm pretty sure that this is shutter speed because xx = 0E is described as 1/250s and xx = 1D as 1/8s (look at table below)
understand below values as 1/x sec:
00 = auto, 01 = 6400, 02 = 5000, 03 = 3200, 04 = 2500, 05 = 2000, 06 = 1600, 07 = 1250, 08 = 1000
09 = 800, 0A = 640, 0B = 500, 0C = 400, 0D = 320, 0E = 250, 0F = 200, 10 = 160, 11 = 125, 12 = 100
13 = 80, 14 = 60, 15 = 50, 16 = 40, 17 = 30, 18 = 25, 19 = 20, 1A = 15, 1B = 13, 1C = 10
1D = 8
1E = 6
1F = 5
20 = 4
21 = 3
22 = 2.5
23 = 2
24 = 1.66(6)
25 = 1.33(3)
26 = 1
27 = 0.75
28 = 0.5
to test reg 37 you can create simple temporary supermode layer:
1. create (before seq_set_prop_6)
SM_TEST= $-4 0a #SET_REG(37,$w4);
2. modify
seq_set_prop_6 = $s4 %0 #SM_TEST;
don't test with flash, use normal scene
everytime when zoom keys will be used you will change reg 37 value (zoom is turned off). correspodning values should be:
1.0x = auto shutter
1.1x = 1/6400s
1.2x = 1/5000s
1.3x = 1/3200s
...
don't go over 1/0.5s
--
Posted: 2007-11-03 10:56:31
Edit :
Quote
@genus: Can you post your driver or your settings?
please, i want to test it.
--
Posted: 2007-11-03 11:01:10
Edit :
Quote
@Raiderski what this mod do?
--
Posted: 2007-11-03 11:10:28
Edit :
Quote
why other cam drivers like kop's 3.5 focus fast compare to others? what lines are responsible for this characteristics...?
--
Posted: 2007-11-03 11:34:55
Edit :
Quote
On 2007-11-03 08:59:35, deadman4168 wrote:
whats the benefit of changing the exposure time
Increase the brightness and reduce the dark background when flash on.
But this will give warm color because of the WB setting that alrdy preset in k800i for flash.
--
Posted: 2007-11-03 11:55:08
Edit :
Quote
New Topic
Reply