Sony Ericsson / Sony : Software, Firmware and Drivers : Super camera driver for k750/w800/w810
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Super camera driver for k750/w800/w810
Bookmark topic
On 2008-01-21 11:41:54, number1 wrote:
@leetiran how do you limit EM so it can't produce a shutter speed above 1 second
my EM method is different from the present EM method.
The present method estimated the shutter speed to make iso=100 and apply it.
My method is setting slow shutter and let the camera test exopsure time by itself.
slow shutter=max shutter speed
#COM_EVENT(03,02) means slow shutter=1s. so the max shutter speed=1s.
[ This Message was edited by: leetiran on 2008-01-21 12:10 ]
--
Posted: 2008-01-21 12:52:54
Edit :
Quote
isn't #COMMAND(3,02) also viewfinder fps????
--
Posted: 2008-01-21 12:55:38
Edit :
Quote
On 2008-01-21 12:55:38, number1 wrote:
isn't #COMMAND(3,02) also viewfinder fps????
yes, it has sth to do with that. so u just apply it in seq_ss_take
[ This Message was edited by: leetiran on 2008-01-21 12:12 ]
--
Posted: 2008-01-21 13:06:38
Edit :
Quote
ok i understand so if you set it under ss_take it won't effect the viewfinder fps
--
Posted: 2008-01-21 13:16:21
Edit :
Quote
is this em code ok, it's for the k550i driver and runs in auto mode all the time.
EM_SET=$p1 10
$c1 00
$p1 0e
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) $m0 1 $/0 03 $c0 00
$cl
#FILTER(00,03)
$s0 40 $p2 07 $c2 01 $p2 0d $c2 01 $s0 3d $cx $cx $-0 r1
#COMMAND(04,$w0)
$cx $cx $cx $cx;
--
Posted: 2008-01-21 13:32:03
Edit :
Quote
try this:
EM_SET=$p1 10
$c1 00
#COMMAND(03,02)
$cx;
or
EM_SET=$p1 10
$c1 03 //night scene->EM
#READ_REG(23,$r2 1 1)
$m0 1 $/0 32
$c0 00
#COMMAND(03,01) #COM_EVENT(51,04) $u01
$cx
$cl //other scene->SEM
#COMMAND(03,02)
$cx;
--
Posted: 2008-01-21 14:08:15
Edit :
Quote
is this ok
EM_SET=$p1 10
$c1 00
$p1 0e
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) #COM_EVENT(51,04) $u01
$c0 00
$cl
#FILTER(00,03)
$cx $cx;
--
Posted: 2008-01-21 15:22:16
Edit :
Quote
On 2008-01-21 13:06:38, leetiran wrote:
On 2008-01-21 12:55:38, number1 wrote:
isn't #COMMAND(3,02) also viewfinder fps????
yes, it has sth to do with that. so u just apply it in seq_ss_take
not exactly:
seq_ss_take = your cmd03 ->
seq_ss_verify ->
seq_ss_stop = refresh seq_set_prop_7 (old cmd03 is restored)
slow shutter applied in seq_ss_take will affect viewfinder too but you can see this because old slow shutter is restored in updated night mode property - after snapshot and before viewfinder realtime visibility
--
Posted: 2008-01-21 15:37:18
Edit :
Quote
On 2008-01-21 15:37:18, Raiderski wrote:
On 2008-01-21 13:06:38, leetiran wrote:
On 2008-01-21 12:55:38, number1 wrote:
isn't #COMMAND(3,02) also viewfinder fps????
yes, it has sth to do with that. so u just apply it in seq_ss_take
not exactly:
seq_ss_take = your cmd03 ->
seq_ss_verify ->
seq_ss_stop = refresh seq_set_prop_7 (old cmd03 is restored)
slow shutter applied in seq_ss_take will affect viewfinder too but you can see this because old slow shutter is restored in updated night mode property - after snapshot and before viewfinder realtime visibility
yes!
--
Posted: 2008-01-21 16:22:04
Edit :
Quote
EM_SET=$p1 10
$c1 03 #READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) #COM_EVENT(51,04) $u01 #FILTER(00,03)
$cx $cx;
it is simple to put EM in scene 3, otherwise need
some other codes in other place
[ This Message was edited by: leetiran on 2008-01-21 16:41 ]
--
Posted: 2008-01-21 16:41:49
Edit :
Quote
New Topic
Reply