Sony Ericsson / Sony : Software, Firmware and Drivers : Mini SuperMode for K550/W610
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Mini SuperMode for K550/W610
Bookmark topic
Hi all
Version C is the last version by me, i won't release another version, but i will tell you how to change camdriver to suit your needs, if you ask.
Unfortunately it's impossible to use predefined settings together with mini supermode, but you can use quick access patch and change camdrivers on the fly.
About Shutter Speed, now we can use 2sec exposure, but due to a bug in FW it will show 2sec as 1/1.7, 1.33sec as 0.75 and 0.75sec as 1.33.
On 2008-04-01 16:56:18, shyam335 wrote:
One thing i dont like is every time i have to fiddle with menu.Not much shortcuts,but thats ok considering amount of options i have.
Thank you mate.Nice work..
Well, not every time, you have original camdriver when you open the camera and that's enough for most cases, but there are some shortcuts, 4 button for focus, 7 button for manual settings and * for flash, just scenes, white balance and preview zoom needs fiddling with menu.
It would've been nice if there was an incremental adjustment for focus.
and btw -2 always works for me for focus,no matter where subject is?
About Focus, when manual settings is set to EV , with 4 button you have 3 options, autofocus, macro(auto) and infinity, if you want to change focus manually, choose infinity, then by choosing focus from manual settings you can change it. -2 is for macro(8 cm) and +2 means infinity, it's incremental already.
[ This Message was edited by: sadeghi85 on 2008-04-01 17:50 ]
--
Posted: 2008-04-01 18:47:20
Edit :
Quote
Mini SuperMode
bug preview zoom
donīt works and restart the cam when take the pics
We fix this bug
SPU Zoom prototypes model KNC...
SM_CHANGE_ZOOM=#DF_ZOOM_INIT $s1 %0 $c1 0a $s0 00 $cl $c0 00 #DF_ZOOM_FOTO $cl #DF_ZOOM_VIDEO $cx $cx $+0 r2 06 02 00 01 $w0 61 #CMD_END;
Model KNC
//************************************
// Zoom, property 6 *****
//************************************
// 10 => 1.0 x zoom, 11 => 1.1 x zoom, ... 40 => 4.0 x zoom
//
seq_set_prop_6_a=06 02 00 01 00 61; // Value 10 => 1.0 x zoom => no zoom, set value 0
// The formula below will calculate the closest possible zoom settings.
// This will result in the following register values for 1.1 ... 4.0:
// 3A,35,31,2E,2B,28,26,24,22,20,1E,1D,1C,1B,1A,19,18,17,16,15,15,14,13,13,12,12,11,11,10,10
//
seq_set_prop_6=$s0 0a $1 1 $+0 r1 $/0 %0 06 02 00 01 $w0 61 #CMD_END;
seq_set_prop_6=$s0 0a
$1 1 //place 6?? reg1
$+0 r1//(+0 reg1)
$/0 %0 06 02 00 01 //(div by 0)
$w0 61 #CMD_END; //(61,$w0)
Model MCB750
//************************************
// Zoom, property 6 *****
//************************************
// 10 => 1.0 x zoom, 11 => 1.1 x zoom, ... 25 => 2.5 x zoom
//
seq_set_prop_6 =
#SET_REG(24,01) // ZM_SMTH_INTERVAL = 1
$s4 %0 // Place value in reg 4
$s5 40 // Place value 64 in reg 5
$*5 0a // Multiply reg 5 by a
$/5 r4 // Divide reg 5 with reg 4
$"Cam_mag_value_%5"
#COM_EVENT(61,$w5);
Edited#
[ This Message was edited by: brazuka on 2008-04-03 00:04 ]
--
Posted: 2008-04-01 20:25:33
Edit :
Quote
Sorry for the stupid question.. do i need to copy the language file in to K550?
--
Posted: 2008-04-02 18:27:51
Edit :
Quote
it isn't necessary but without that, this camdriver is hard to use. read first and second post.
--
Posted: 2008-04-02 20:16:00
Edit :
Quote
icccc.... i thought only the W610i model need to put in the language file

Thanks for the info~
--
Posted: 2008-04-03 16:21:52
Edit :
Quote
Is it possible to have a ISO lower than 100 and does the video record at 24fps?
--
Posted: 2008-04-06 11:18:10
Edit :
Quote
On 2008-04-06 11:18:10, gunsnroses wrote:
Is it possible to have a ISO lower than 100
no it isn't, ISO100 is lowest.
and does the video record at 24fps?
yes it's 24fps, night mode is 12fps, but it'll drop if lighting is poor.
--
Posted: 2008-04-06 15:10:53
Edit :
Quote
Hi, I want to make Manual Focus work with EV +/- (joystick) on "Infinity" selection, everything else I want from original driver.
Can anyone help me? What code to use?
--
Posted: 2008-04-12 08:33:10
Edit :
Quote
On 2008-04-01 18:47:20, sadeghi85 wrote:
About Focus, when manual settings is set to EV , with 4 button you have 3 options, autofocus, macro(auto) and infinity, if you want to change focus manually, choose infinity, then by choosing focus from manual settings you can change it. -2 is for macro(8 cm) and +2 means infinity, it's incremental already.
I keep missing this thread for some reason!
What i meant was more granular,but i realize the restrictions.
why is it very grainy with shutter speed >=1.7 for any ISO?
--
Posted: 2008-04-12 09:54:24
Edit :
Quote
On 2008-04-12 08:33:10, ferencziffra wrote:
Hi, I want to make Manual Focus work with EV +/- (joystick) on "Infinity" selection, everything else I want from original driver.
Can anyone help me? What code to use?
Hi
I'll look at it.
--
Posted: 2008-04-12 16:09:25
Edit :
Quote
New Topic
Reply