Posted by sadeghi85
First and second post updated.
Posted by stevensteady
tried it.. dun like color correction.. prefer sharpness.. lol.. can explain wad is supermode?
the focus seems nt good..

[ This Message was edited by: stevensteady on 2008-03-28 10:39 ]
Posted by brazuka
On 2008-03-28 10:31:19, sadeghi85 wrote:
First and second post updated.
good job sade
Only removed one of the scenes to add scene sports: beach/snow and changed the clock so that the camera respond faster so.. then updated for these two versions and release minimode for camera VGA for photo and video.
Posted by brazuka
Mini Super Mode for w610/k550
Manual Settings
Most important you(user) can use any camdriver with this model
How to use this Mini Super Mode for w610/k550:
User´s Quick Guide by sadeghi post#1
Download:
post#1
HD Sadeghi
or
HD BrAzzUkA´s
Thanks SPU, Raiderski,Sonarik and to all the others developers modders and the bigger tnks a datasheet the great datasheet number one always helping us.
[ This Message was edited by: brazuka on 2008-03-31 17:34 ]
Posted by jmoncayo
wouldnt it take too much time to set up the camera properly to take a picture? i think what ppl is looking for in a driver is a good premade settings and taking pictures fast enough so ppl dont get tired waiting the shot. just an opinion
Posted by djrudra
imo, this is a nice cam driver....
i understand what is being said about the time take to prepare, but as i understand, everytime the camera is restarted, it goes back to default settings..
allow me to express my opinion...
this driver is for people who want the most out of their cellcams...
i think the settings aren't that difficult to grasp....with use, i think i'll be able to prepare the best shot in under three seconds...it is not necessary to change each and every setting now is there??
as for people getting tires, aske them to give you two mins to prepare the shot....and get a mindblowing shot and they'll be like ?????? OMG
lol
Posted by djrudra
and the best part is that it can be used with ANY camdriver...
so if you don't like the one that came with this, use MHQ/Antik and see which suits you best...
gonna try with Antik's 2.46 now..
Posted by djrudra
though maybe...
if possible you could incorporate a "best setting" though for so many varying light conditions etc, it could get annoying...
Posted by fisherman10
On 2008-03-31 14:17:56, djrudra wrote:
and the best part is that it can be used with ANY camdriver...
so if you don't like the one that came with this, use MHQ/Antik and see which suits you best...
gonna try with Antik's 2.46 now..
erm....can u enlighten me on how to put MHQ with the manual settings?
Posted by stevensteady
@fisherman
erm.. mhq+manual setting is nt really good.. trust me.. i'd try it b4..
Posted by shyam335
I missed this thread for some reason..
This is quite nice,lot of options to play with.
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..
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?
_________________
There are a terrible lot of lies going around the world, and the worst of it is half of them are true - Winston Churchill
We shape our buildings; thereafter they shape us - Winston Churchill
[ This Message was edited by: shyam335 on 2008-04-01 16:20 ]
Posted by sadeghi85
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 by brazuka
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 ]
Posted by twol
Sorry for the stupid question.. do i need to copy the language file in to K550?
Posted by sadeghi85
it isn't necessary but without that, this camdriver is hard to use. read first and second post.
Posted by twol
icccc.... i thought only the W610i model need to put in the language file
Posted by gunsnroses
Is it possible to have a ISO lower than 100 and does the video record at 24fps?
Posted by sadeghi85
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 by ferencziffra
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 by shyam335
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 by sadeghi85
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 by sadeghi85
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 ]
Posted by f a
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
Posted by sadeghi85
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.
Posted by f a
owh. ok. thanks ;)
i'm changing back to ver B
Posted by stevensteady
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?
Posted by sadeghi85
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?
Here you can download the driver.
there is a bug though, you can't change EV in normal focus mode, if you want to use normal auto focus, for changing EV go to macro, change EV and then back to normal.
Posted by sadeghi85
On 2008-04-15 07:39:13, stevensteady wrote:
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?
When you open the camera and set manual settings to EV, it'll control both shutter speed and ISO. when you change ISO and then back to EV, it'll control shutter speed. when you change shutter speed and then back to EV, it'll control ISO.
sometimes there is a limit, for example if you open the camera in a dark room, set settings to EV and scenes to twilight landscape, then camera will choose 1/2sec shutter speed and ISO100, now if you change EV to -2.0, shutter speed and ISO will remain the same.
This is my current camdriver, i only changed color correction to sharpness.
Posted by sadeghi85
On 2008-04-12 17:23:12, sadeghi85 wrote:
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:
Dark frame subtraction
(although these are about CCD, these can be applied to CMOS too)
Here is a free tool for dark frame subtraction: blackframe by Mediachance
link to the webpage
example: 1sec exposure with K550i@W610i :
original pic
dark frame
result
note1: take dark frame pic with exactly same settings that you took actual pic
note2: use this method just for shutter speed > 1/2sec
Posted by stevensteady
heres sum pic taken by tis cam driver
wif saturation 1.3
saturation off
Posted by markztrance
hey is the .lng thing can be applicable in K750i?
Posted by sadeghi85
I've just downloaded a K750 FS, but i can't extract it.
Posted by SeptorGTA
My K550 has a focus problem on long distances. Is it possible to extend the focus range in this driver? with +2 i still get blurry photos
Posted by stevensteady
sade.. is it possible 2 make image stablelize in tis cam driver?
Posted by sadeghi85
@SeptorGTA:
I saw your K550 pic on another thread, sounds cam defect.
Posted by sadeghi85
@stevensteady:
Why you're always using spot metering mode? those pics are over exposed, try manual shutter speed.
No it isn't possible to make image stabilization, it's useless btw. real image stabilization is hardware based (sensor shift + gyro processor).
Posted by stevensteady
lol.. sorry i'm not totally master tis cam driver.. give me sum advices.. like how 2 take a landscape pic wif clear and sharp? so u not gonna develop a new cam driver?
[ This Message was edited by: stevensteady on 2008-04-23 06:49 ]
Posted by sadeghi85
Landscape:
metering mode: normal
scene: landscape
sharpness: +1
focus: +2
EV: -0.3
so u not gonna develop a new cam driver?
there is no other setting i can play with and i have no free time for this.
Posted by stevensteady
okay.. thx.. erm.. but hw cum i found tat +1.3 or sumtime +1.7 focus is look more clear when wif preview zoom on? btw.. thx alot.. ur cam driver was da best..
Posted by sadeghi85
Because +2 is for infinity, that means all things from ~5 meter to infinity will be in focus, but if +1.3 is more clear, your subject is in 2-4 meter range.
ur cam driver was da best..
Thank you!
Posted by fisherman10
hi sade!
can u pls teach me how to use manual settings like manual focus with MHQ?
coz brazuka and stevensteady said that i can use this supermode thing with any driver. but i nid to know how?pls
thx
Posted by nobru
is it posible to use
iso 100
shutter speed 2 seconds
and all at the same time
cause i don't know how
[ This Message was edited by: nobru on 2008-05-04 11:18 ]
Posted by sadeghi85
@nobru:
in shutter speed mode, ISO is fixed to 100. use the method i wrote in this post to get usable pics with shutter speeds > 1/2sec.
Posted by nobru
On 2008-05-05 12:12:04, sadeghi85 wrote:
@nobru:
in shutter speed mode, ISO is fixed to 100. use the method i wrote in this post to get usable pics with shutter speeds > 1/2sec.
i saw your post but i don't understand...
i only have to choose shutter speed and take the picture cause iso will be always 100 ?
and how about if i want to take a picture with 2 secs and iso 200 or 160 ?
can someone explainme in DEATAIL how this supermode works?? please!!!
and how can i put other camdriver with this model ???
cause all says that this works with any camdriver but nobody knows how to do it
thanks in advance
Posted by sadeghi85
On 2008-05-11 00:01:34, nobru wrote:
i saw your post but i don't understand...
Why? which part of it you didn't understand?
and how about if i want to take a picture with 2 secs and iso 200 or 160 ?
When you choose shutter speed and take the pic, iso will be 100, but if you choose shutter speed, set it, and then choose EV, you can have up to iso 400 by setting EV to +2.0. this pic is taken @ 2sec + iso400, but do you like it?
can someone explainme in DEATAIL how this supermode works??
What about reading first post?
and how can i put other camdriver with this model ???
cause all says that this works with any camdriver but nobody knows how to do it
Who said that? ask himself!
But the idea of this driver is that you have all settings in menu, without need to change codes in camdriver every time you want another settings.
Posted by reg3n
thanks a lot for this amazing camdriver, really does some kool pics, may i show my first attempt with it =D
sometimes i get lost configuring the camera... like... if i get it right, when you mess with iso you shouldn't mess with shutter speed 'cause one setting "disables" the other?... and........... sorry for this but............ what does EV actually mean? ;__;
thanks again for the camdriver, really lovin' it =)
Posted by nobru
On 2008-05-15 03:00:51, reg3n wrote:
thanks a lot for this amazing camdriver, really does some kool pics, may i show my first attempt with it =D
sometimes i get lost configuring the camera... like... if i get it right, when you mess with iso you shouldn't mess with shutter speed 'cause one setting "disables" the other?... and........... sorry for this but............ what does EV actually mean? ;__;
thanks again for the camdriver, really lovin' it =)
if i get it right, when you mess with iso you shouldn't mess with shutter speed 'cause one setting "disables" the other?
yes it''disables'' the other one and ev means >>>Exposure Value (EV)
Posted by brazuka
beta_v1.15_Release_pre_configured_for_MiniSupermode Sadeghi or SuperMode™SPM1.15™ Camera Mobile Phone Digital
all automode
oppss
Photos by rodrigo
Tnks rodrigo
[ This Message was edited by: brazuka on 2008-05-26 20:06 ]
Posted by reg3n
is that a new version of yer driver man?
Posted by darkmanwe
hey, could you tell me the number of the lines that needs to be modified in the .lng file please? because I wanted to modify the xl.lng (that's spanish for latin america) and some of the labels there are repeated several times, for example, there are like 14 "automatico" (wich would be "auto" in the en.lng) and I don't know wich I have to change >.<
thanks ^^