Author |
Super camera driver for k750/w800/w810 |
Golku Joined: Feb 20, 2008 Posts: 60 PM |
oke so the strong is for closeups 10cm/40cm
is there a driver for pictures like 1 meter or more? |
|
Sombra Joined: Mar 28, 2007 Posts: 165 From: Brazil PM |
@Golku
No is problem with Strong's camdriver, but with your configuration for take photos.
Macro Mode is used for shots of close-up objects (plant symbol showed in LCD), "Non-Macro" mode is for distant shots (without plant symbol).
Incorrect use of this option cause blury and unsharpness images.
Sorry for my poor english.
K850i R1FA035 - Testing Strong's Camdriver 1.4 Beta2 |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
@Golku
shot with macro off or try an other cam driver and compare the result
@rokstar
in superfunction 5.7 mod I found wrong code this:
SET_AE_LOCK=$m 1 d $b1 00 0 6 $b1 00 7 1 $c1 00 $bd 01 6 1 06 02 00 01 01 01 #CMD_END $cl $bd 00 6 1 06 02 00 01 00 01 #CMD_END $cx #DF_TRANS_DELAY;
must be :SET_AE_LOCK=$m 1 d $b1 00 0 6 $b1 00 7 1 $c1 00 $bd 01 6 1 #CMD(01,01) $cl $bd 00 6 1 #CMD(01,00) $cx #DF_TRANS_DELAY;
and the code for DF_TRANS_DELAY missing.
Anyway I like this but sometimes is hard to find somethink white maybe I will include it in my new version
_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/
[ This Message was edited by: strong on 2008-02-28 10:16 ]
[ This Message was edited by: strong on 2008-02-28 10:35 ] |
Golku Joined: Feb 20, 2008 Posts: 60 PM |
this is with macro on
this is without macro
 |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
somethink wrong try an other camdriver and post the result
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
metallica1 Joined: Apr 08, 2007 Posts: 33 PM |
On 2008-02-27 18:11:05, (zalman) wrote:
metallica1
woooow... nice fotos.. so beatuful...
all fotos auto-settings ??
Zalman
Thanxs:D, in all pics is auto-settings, I just adjust the focus, anything else.
Sombra
Obrigado pelo "artista" alguns post atrás, hehe, valeu mesmo, Flw! |
jorgerolonpy Joined: May 31, 2007 Posts: 24 PM |
This is my best picture taked with my w810 in "macro mode" i use sarmad 6 camdriver..
Goodbye W810, goodbye k790, k850 en estreno!! |
petkoxray Joined: Sep 23, 2007 Posts: 76 PM, WWW
|
Some Pictures taken with Kriomag:
 |
pofi Joined: Jan 29, 2008 Posts: 33 PM |
My share..
Using Strong's Superfunction 5.7
 |
Rokstar Joined: Jan 29, 2008 Posts: 21 From: Australia PM, WWW
|
@ Strong,
I just copied AE Lock from SPU 1.3 b9 as it is & it worked fine in testing & still does, so I don`t see what`s wrong with it, it works! Why fix what isn`t broken? The trans delay is just left in from SPU`s drv as the AE Lock was in Effects. It has no code to command so I just left it, being lazy! Delete it if you like. I don`t know what you mean by white paper tho, it`s an AE Lock on/off only. The WB Lock is where you use white paper or any other colour depending on what you want your WB to look like! Thanks for yr input tho, much appreciated. I`ll copy & test yr code. Thanks. BTW Great Driver Strong, keep on modding!  |
SPU Joined: Feb 07, 2007 Posts: 131 From: Russia, SPb PM |
Rokstar
Actually you need to reapply AE lock state after each shot.
DF_TRANS_DELAY is just a delay for mode switching indication, you don't need this if you use SET_AE_LOCK in menu/button events.
strong
There is no difference between 06 02 00 01 00 01 #CMD_END and #CMD(01,00). May be the last one is a little bit slower.
W800i CID36 R1BD001 |
Shebee Joined: Feb 29, 2008 Posts: 47 PM |
I am not able to use the download link, the file has been deleted. |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
@Rokstar
superfunction has manual lock AE half press shot button
@SPU
why ? explain more
I set CMD=06 02 00 01 !1 !0 $f $d0005;
when you use #CMD_END there is no registered code
@Shebee
all drivers is here www.camdrivers.wz.cz/
_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/
[ This Message was edited by: strong on 2008-02-29 15:55 ] |
Kriomag Joined: Dec 20, 2006 Posts: > 500 From: Poland PM, WWW
|
Kriomag W810i BETA
Spring:



[ This Message was edited by: Kriomag on 2008-02-29 18:43 ] |
SPU Joined: Feb 07, 2007 Posts: 131 From: Russia, SPb PM |
strong
CMD_END=$f $d0005;
Macros with parameters in a theory must take a little more time to parse/interpret.
W800i CID36 R1BD001 |
|