Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Mini SuperMode for K550/W610

Author Mini SuperMode for K550/W610
sadeghi85
Xperia Neo Black
Joined: Oct 13, 2007
Posts: 341
PM
Posted: 2008-04-01 18:47
Reply with quoteEdit/Delete This PostPrint this post
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 ]
brazzuka's
Xperia X10 White
Joined: Nov 14, 2007
Posts: > 500
From: South World-Antartida-Sweden
PM, WWW
Posted: 2008-04-01 20:25
Reply with quoteEdit/Delete This PostPrint this post
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 $<0 6 $s1 %0 $>1 1 $+0 r1 $/0 %0 06 02 00 01 $w0 61 #CMD_END;

seq_set_prop_6=$s0 0a
$<0 6 $s1 %0 $>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 ]
twol
Model not set
Joined: Feb 17, 2008
Posts: 3
PM
Posted: 2008-04-02 18:27
Reply with quoteEdit/Delete This PostPrint this post
Sorry for the stupid question.. do i need to copy the language file in to K550?
sadeghi85
Xperia Neo Black
Joined: Oct 13, 2007
Posts: 341
PM
Posted: 2008-04-02 20:16
Reply with quoteEdit/Delete This PostPrint this post
it isn't necessary but without that, this camdriver is hard to use. read first and second post.
twol
Model not set
Joined: Feb 17, 2008
Posts: 3
PM
Posted: 2008-04-03 16:21
Reply with quoteEdit/Delete This PostPrint this post
icccc.... i thought only the W610i model need to put in the language file Thanks for the info~
gunsnroses
T68 gold
Joined: Feb 15, 2007
Posts: 62
PM
Posted: 2008-04-06 11:18
Reply with quoteEdit/Delete This PostPrint this post
Is it possible to have a ISO lower than 100 and does the video record at 24fps?
sadeghi85
Xperia Neo Black
Joined: Oct 13, 2007
Posts: 341
PM
Posted: 2008-04-06 15:10
Reply with quoteEdit/Delete This PostPrint this post

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.
ferencziffra
K310
Joined: Oct 05, 2007
Posts: 8
PM
Posted: 2008-04-12 08:33
Reply with quoteEdit/Delete This PostPrint this post
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?
shyam335
M600 black
Joined: May 25, 2004
Posts: > 500
From: 127.0.0.1
PM
Posted: 2008-04-12 09:54
Reply with quoteEdit/Delete This PostPrint this post

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?
sadeghi85
Xperia Neo Black
Joined: Oct 13, 2007
Posts: 341
PM
Posted: 2008-04-12 16:09
Reply with quoteEdit/Delete This PostPrint this post

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.
sadeghi85
Xperia Neo Black
Joined: Oct 13, 2007
Posts: 341
PM
Posted: 2008-04-12 17:23
Reply with quoteEdit/Delete This PostPrint this post

On 2008-04-12 09:54:24, shyam335 wrote:

I keep missing this thread for some reason!



I also miss it sometimes.


What i meant was more granular,but i realize the restrictions.



yeah, you're right, we have just 13 placeholders. you can change them though, values are from 32 (20 hex) to 0(infinity).


why is it very grainy with shutter speed >=1.7 for any ISO?



with original camdriver, minimum shutter speed is 1/2sec, but we can get slower shutter speeds, the problem is that it'll be grainy, it's noise, so i fixed ISO to 100 in manual shutter speed, but still it's noisy. 1.7 is 1sec and 2.0 is 2sec (in twilight scenes). slower shutter speed = more noise


some links about noise and noise-reduction:

Image noise
Noise reduction
Reducing Noise using GIMP
Dark frame subtraction

(although these are about CCD, these can be applied to CMOS too)




[ This Message was edited by: sadeghi85 on 2008-04-12 16:25 ]
f a
K550 Black
Joined: Feb 22, 2008
Posts: 7
PM, WWW
Posted: 2008-04-12 23:25
Reply with quoteEdit/Delete This PostPrint this post
thanks for the great camdriver..

but, when i play with shutter speed, suddenly my camera will become so slow, even after i enter the default shutter speed and/or setting the lowest shutter speed (1/5000 i believe). even after i close and reopen again the cybershot.

luckyly, this could be repaired by changing the camdriver with others, then put it again inside the phone.

but i worried.. does this could damage the camera itself (hardware)


sorry for my stupidity in english language. i'm no native english

ps: i'll really like to ur camdriver since ver A
sadeghi85
Xperia Neo Black
Joined: Oct 13, 2007
Posts: 341
PM
Posted: 2008-04-14 13:23
Reply with quoteEdit/Delete This PostPrint this post

ps: i'll really like to ur camdriver since ver A


Thank you.



On 2008-04-12 23:25:25, f a wrote:

but, when i play with shutter speed, suddenly my camera will become so slow, even after i enter the default shutter speed and/or setting the lowest shutter speed (1/5000 i believe). even after i close and reopen again the cybershot.

luckyly, this could be repaired by changing the camdriver with others, then put it again inside the phone.

but i worried.. does this could damage the camera itself (hardware)



That's weird. i didn't face such problem, so i don't know the reason, it may damage the camera, probably version B is better for you.
f a
K550 Black
Joined: Feb 22, 2008
Posts: 7
PM, WWW
Posted: 2008-04-15 00:57
Reply with quoteEdit/Delete This PostPrint this post
owh. ok. thanks ;)

i'm changing back to ver B
stevensteady
W610 Black
Joined: Feb 04, 2008
Posts: 45
PM
Posted: 2008-04-15 07:39
Reply with quoteEdit/Delete This PostPrint this post
sade.. erm.. my quest might be noob coz i stil nt totally understand wad is ev.. ok here is it.. hw come when i adjust the ev from 00 to +2.0 or to -2.0 i cant see da changes?
Access the forum with a mobile phone via esato.mobi
Goto page:
Lock this Topic Move this Topic Delete this Topic