Sony Ericsson / Sony : Software, Firmware and Drivers : All about camdriver modding (for modders)
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> All about camdriver modding (for modders)
Bookmark topic
OK, can't find.
What is #COM_EVENT(02,xx) for K550 camdriver?
--
Posted: 2008-03-25 13:11:43
Edit :
Quote
I tried it, apparently it has no effect for K550.
--
Posted: 2008-03-25 13:15:12
Edit :
Quote
How about that?
seq_set_prop_18_0 = $se 00 // Off, set reg e to 00
#SET_REG(2a,$w8) // Change back to old ISO
$c8 00 // AE_MODE = auto?
#COM_EVENT(02,00) // Auto
$cl
#COM_EVENT(02,04) // ISO priority
$cx;
seq_set_prop_18_1 = #COM_EVENT(02,00) // AE_MODE = Auto
$se 01;
--
Posted: 2008-03-25 13:33:54
Edit :
Quote
that's from K800, not? you want Image stabilization?
#SET_REG(2a,..)
#COM_EVENT(02,04)
is for changing ISO in K800, they aren't working on K550, use #COM_EVENT(05,..) instead.
--
Posted: 2008-03-25 13:43:10
Edit :
Quote
It's not working too.
[ This Message was edited by: killem on 2008-03-25 12:56 ]
--
Posted: 2008-03-25 13:48:09
Edit :
Quote
#COM_EVENT(05,..)?
--
Posted: 2008-03-25 13:49:47
Edit :
Quote
Not logical!
If ISO Auto then ISO=Auto else ISO=250
--
Posted: 2008-03-25 13:53:02
Edit :
Quote
sade
Image stabilization
donīt support model w610/k550
--
Posted: 2008-03-25 13:56:47
Edit :
Quote
On 2008-03-25 13:56:47, brazuka wrote:
sade
Image stabilization
donīt support model w610/k550
А я тебе говорил.... )))
--
Posted: 2008-03-25 14:00:05
Edit :
Quote
On 2008-03-25 13:53:02, killem wrote:
Not logical!
If ISO Auto then ISO=Auto else ISO=250
I don't know why you want this code, but:
Code:
$s8 00 // Used to remember ISO setting in IS mode
seq_set_prop_18_0 = ... // if IS is off use last ISO
seq_set_prop_18_1 = ... // if IS is on use auto ISO
and of course this isn't working on K550.
--
Posted: 2008-03-25 14:04:50
Edit :
Quote
New Topic
Reply