Welcome to Esato.com


Pages:
Previous  123 ... 164165166 ... 198199200  Next


Super camera driver for k750/w800/w810


Click to view updated thread with images




Posted by Raiderski

have do i limit the shutter speed produced by EM mode????


'limits' are in calculations but of course values for 2mpx and 3mpx are probably different


Posted by number1
i'm trying to limit it for the k550i driver, because for some reason it can't produce a shutter speed above 1 second, so how do i limit it to 1 second

Posted by Milu
@krio. fine photo. colors and rest. Windows seems like crosses

Posted by (zalman)
LengStreet your v5.22 Final is great driver for my brother fon (k750i)
You driver is running on W810i ?

Posted by Kriomag

On 2008-01-20 10:39:15, Vipera ammodytes wrote:
one question guys


if i cid36 cam modul in cid49, does it have autimaticily zoom, or some modifications are needed?


no modifications needed

Posted by Sasimi
I'm not sure if this has been asked already, but do these patches work on a W880i?

PS: If it's not too much of a bother, could someone tell me/link me to a tutorial on using these patches?

Posted by lengstreet

On 2008-01-20 17:48:24, (zalman) wrote:
LengStreet your v5.22 Final is great driver for my brother fon (k750i)
You driver is running on W810i ?



Yes, Work on w810i cid49 too

Thank zalman

Posted by leetiran

On 2008-01-20 14:06:07, number1 wrote:
i'm trying to limit it for the k550i driver, because for some reason it can't produce a shutter speed above 1 second, so how do i limit it to 1 second


Maybe you can try my EM method. set slow shutter=1s, set iso=100, and let camera test the exposure time by itself.
use the below as EM codes:
#COM_EVENT(03,02) #COM_EVENT(51,04) $u01
if u dont mind a little noises, u can just use
#COM_EVENT(03,02)

have a try

[ This Message was edited by: leetiran on 2008-01-21 07:42 ]

Posted by leetiran
Enhanced Standard driver for k750/w800/w810
http://www.mediafire.com/?ct4wttnl2tt

Picture Fine: Enhanced Mode(EM): iso=100
Picture Normal: Sub-Enhanced Mode(SEM): less noises than stock driver.
Macro on: full range focus, spot light metering

most codes are from Raider6.7
EM codes use my method:
EM: set slow shutter=2s, set iso=100
SEM:set slow shutter=1s

[ This Message was edited by: leetiran on 2008-01-21 08:22 ]

Posted by number1
@leetiran how do you limit EM so it can't produce a shutter speed above 1 second

Posted by leetiran

On 2008-01-21 11:41:54, number1 wrote:
@leetiran how do you limit EM so it can't produce a shutter speed above 1 second

my EM method is different from the present EM method.
The present method estimated the shutter speed to make iso=100 and apply it.
My method is setting slow shutter and let the camera test exopsure time by itself.
slow shutter=max shutter speed
#COM_EVENT(03,02) means slow shutter=1s. so the max shutter speed=1s.


[ This Message was edited by: leetiran on 2008-01-21 12:10 ]

Posted by number1
isn't #COMMAND(3,02) also viewfinder fps????

Posted by leetiran

On 2008-01-21 12:55:38, number1 wrote:
isn't #COMMAND(3,02) also viewfinder fps????


yes, it has sth to do with that. so u just apply it in seq_ss_take

[ This Message was edited by: leetiran on 2008-01-21 12:12 ]

Posted by number1
ok i understand so if you set it under ss_take it won't effect the viewfinder fps

Posted by number1
is this em code ok, it's for the k550i driver and runs in auto mode all the time.

EM_SET=$p1 10
$c1 00
$p1 0e
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) $m0 1 $/0 03 <<< have i set the limit correct???
$c0 00
$cl
#FILTER(00,03)
$s0 40 $p2 07 $c2 01 $p2 0d $c2 01 $s0 3d $cx $cx $-0 r1
#COMMAND(04,$w0)
$cx $cx $cx $cx;


Posted by leetiran
try this:
EM_SET=$p1 10
$c1 00
#COMMAND(03,02)
$cx;

or

EM_SET=$p1 10
$c1 03 //night scene->EM
#READ_REG(23,$r2 1 1)
$m0 1 $/0 32
$c0 00
#COMMAND(03,01) #COM_EVENT(51,04) $u01
$cx
$cl //other scene->SEM
#COMMAND(03,02)
$cx;



Posted by number1
is this ok
EM_SET=$p1 10
$c1 00
$p1 0e
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) #COM_EVENT(51,04) $u01
$c0 00
$cl
#FILTER(00,03)
$cx $cx;

Posted by Raiderski

On 2008-01-21 13:06:38, leetiran wrote:

On 2008-01-21 12:55:38, number1 wrote:
isn't #COMMAND(3,02) also viewfinder fps????


yes, it has sth to do with that. so u just apply it in seq_ss_take


not exactly:

seq_ss_take = your cmd03 ->
seq_ss_verify ->
seq_ss_stop = refresh seq_set_prop_7 (old cmd03 is restored)

slow shutter applied in seq_ss_take will affect viewfinder too but you can see this because old slow shutter is restored in updated night mode property - after snapshot and before viewfinder realtime visibility


Posted by leetiran

On 2008-01-21 15:37:18, Raiderski wrote:

On 2008-01-21 13:06:38, leetiran wrote:

On 2008-01-21 12:55:38, number1 wrote:
isn't #COMMAND(3,02) also viewfinder fps????


yes, it has sth to do with that. so u just apply it in seq_ss_take


not exactly:

seq_ss_take = your cmd03 ->
seq_ss_verify ->
seq_ss_stop = refresh seq_set_prop_7 (old cmd03 is restored)

slow shutter applied in seq_ss_take will affect viewfinder too but you can see this because old slow shutter is restored in updated night mode property - after snapshot and before viewfinder realtime visibility




yes!

Posted by leetiran

EM_SET=$p1 10
$c1 03 #READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) #COM_EVENT(51,04) $u01 #FILTER(00,03)
$cx $cx;

it is simple to put EM in scene 3, otherwise need
some other codes in other place


[ This Message was edited by: leetiran on 2008-01-21 16:41 ]

Posted by number1
i want the em mode limited or fixed at 1 second shutter speed, i also need the filter commnad in it.

Posted by leetiran
number1
try this:
EM_SET=$p1 10
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COMMAND(03,02) #COM_EVENT(51,04) $u01 #FILTER(00,03)
$cx $cx;
.
.
.
seq_ss_stop = $u10;

or try this
EM_SET=$p1 10
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
#COM_EVENT(03,02) #COM_EVENT(05,01) #FILTER(00,03)
$cx $cx;
.
.
.
seq_ss_stop = #COM_EVENT(05,00);

ps: did you defined FILTER?



[ This Message was edited by: leetiran on 2008-01-22 03:19 ]

Posted by Kriomag

Auto WB (ENM):
Image Hosted by ImageShack.us


Custom WB (ENM):
(EV +0.7 pointed at white (i had only white paper) till it was 'properly' white --> EV +0.3 to block customized WB --> shot):
Image Hosted by ImageShack.us


Another Example:

Auto WB (EM):
Image Hosted by ImageShack.us


Custom WB (EM) using white paper:
Image Hosted by ImageShack.us


I just wanted to demonstrate how this function works


< rotfl >Someone asked me if i can do my logo on camera screen...< /rotfl > hehe
(sysgfx patch used)
Image Hosted by ImageShack.us

But this is only for fun Normally i use "Photo Mode" / "Video Mode" text.

[ This Message was edited by: Kriomag on 2008-01-22 22:32 ]

Posted by markztrance
@ kriomag:

cool!!! the color production is very natural. BTW how did u put the camdriver version along with the viewfinder???

Posted by Kriomag

On 2008-01-22 10:30:47, markztrance wrote:
how did u put the camdriver version along with the viewfinder???


"(sysgfx patch used)"

code for this gfx is:
e8a9.png - Photo Mode
e8ac.png - Video Mode

Posted by stat5bot
very very nice shots sir Kriomag

may i know what camera driver you are using?


Posted by Kriomag
On 2008-01-22 11:33:06, stat5bot wrote:
may i know what camera driver you are using?

Seriously? Your question made me laught

ok, Kriomag_v21.93_BETA

Posted by 679

On 2008-01-22 13:34:03, Kriomag wrote:
ok, Kriomag_v21.93_BETA


Krio

Is it possible to replace in WB menu item "fluorescent" with this new "customer WB" and free +- EV for its original function.
Just advise, bcs it is not order to change you driver of course .

And the question. I guess, when i'm using EV -0.3... -2, WB is auto, right?


Posted by markztrance
to all who make this thread alive...

do you knw that this thread has almost 1M views?? my last visit in here has reached 1003126 views!!!


cheers!!!

Posted by Kriomag
On 2008-01-22 14:00:59, 679 wrote:
Is it possible to replace in WB menu item "fluorescent" with this new "customer WB" and free +- EV for its original function.
Just advise, bcs it is not order to change you driver of course .


Yes, its very easy but... Custom WB must cooperate with WB Lock (EV+0.3) - WB Lock ofc also can be placed at camera WB Menu eg. under "Cloudy" but this is so slow in useage... (sorry, my english is terrible i must use strenge words but You understand what i mean? ).
Normal EV function can be set if You turn macro off -> Macro OFF -> set EV -> Macro ON -> set WB or Saturation

And the question. I guess, when i'm using EV -0.3... -2, WB is auto, right?


when You use EV -0.3 to -2.0 WB is Locked (as it was set by Auto WB EV 0.0) so.. yes its Auto WB (but Locked)

Posted by 679

On 2008-01-22 14:50:35, Kriomag wrote:
Yes, its very easy but... Custom WB must cooperate with WB Lock (EV+0.3) - WB Lock ofc also can be placed at camera WB Menu eg. under "Cloudy" but this is so slow in useage... (sorry, my english is terrible i must use strenge words but You understand what i mean? ).
....
when You use EV -0.3 to -2.0 WB is Locked (as it was set by Auto WB EV 0.0) so.. yes its Auto WB (but Locked)


Krio

U see, i was sticking to 21.91 and after to 21.92 for a long time... Raiderski made very useful (as for me) mods in 21.92. It is easy to change basic functions ( sharpness, contrast etc.) in "Customer" section.
Using Raiderski 6.7.X drivers i tuned it to be most close to 21.92 functionality ( sorry my english to, but hope for clear understanding). Result was quite accessible.
But original 6.7.X driver tuning possibilities (due to configuration tool) are very numerous. Seems i use only 5-10% of all that can be used, and the rest of functions for me are just excessive in driver's body and perhaps can cause some bugs, especially when i clumsy change something in driver body . Example - ISO exif issue in EM after changing $s0 to other value than 40.

In 21.93 there are no exsessive functions as for me and driver body is rather compact.
So i dreame that "Customer section" will appear in 21.93 to be comfortable for driver tuning by every unskilfully user.

Thx


[ This Message was edited by: 679 on 2008-01-22 14:55 ]

Posted by Kriomag

On 2008-01-22 15:51:27, 679 wrote:
In 21.93 there are no exsessive functions as for me and driver body is rather compact.
So i dreame that "Customer section" will appear in 21.93 to be comfortable for driver tuning by every unskilfully user.
Thx


"Customer section" like in Raiderski? i'll think about that

Posted by aceeboy
hi krio, may i ask if you're gonna make drivers for w810i?

Posted by Kriomag

On 2008-01-22 17:56:09, aceeboy wrote:
hi krio, may i ask if you're gonna make drivers for w810i?

have you tried my driver with w810i? You think it is not working with w810i?
Try cid49 version.

Posted by razvan89
This driver is better than supercamera 8.54?

Posted by Kriomag

On 2008-01-22 19:41:12, razvan89 wrote:
This driver is better than supercamera 8.54?

First of all its not superdriver - just few extra functions - not as many as in superdriver.

its different, not better/worse

Posted by metallica1
Photos with Strong Super Funcion 5.6





































All pictures are configured in auto-settings.

Posted by (zalman)
picture quality fine or normal ??
all shot on auto-settings ?

Posted by metallica1

On 2008-01-22 22:04:32, (zalman) wrote:
picture quality fine or normal ??
all shot on auto-settings ?



Fine Quality.

They were not made alterations, it just activated the camera and it taken the picture.

Posted by stat5bot

On 2008-01-22 13:34:03, Kriomag wrote:
On 2008-01-22 11:33:06, stat5bot wrote:
may i know what camera driver you are using?

Seriously? Your question made me laught

ok, Kriomag_v21.93_BETA


hahaha! no no, what i meant was what version of your driver were you using.. , but you did answer the question though. hahaha! thanks man

Posted by leetiran

On 2008-01-22 14:50:35, Kriomag wrote:
On 2008-01-22 14:00:59, 679 wrote:
Is it possible to replace in WB menu item "fluorescent" with this new "customer WB" and free +- EV for its original function.
Just advise, bcs it is not order to change you driver of course .


Yes, its very easy but... Custom WB must cooperate with WB Lock (EV+0.3) - WB Lock ofc also can be placed at camera WB Menu eg. under "Cloudy" but this is so slow in useage... (sorry, my english is terrible i must use strenge words but You understand what i mean? ).


Kriomag

I think u can put Custom WB in one menu using delay, such as:
#CMD(11,02) $d0500 #CMD(11,01)

And a question:
why not #CMD(11,07) and WB lock
#CMD(11,07) - one push is the funtion of Custom WB.
what is the difference?

[ This Message was edited by: leetiran on 2008-01-23 05:56 ]

Posted by 679

On 2008-01-23 06:24:01, leetiran wrote:

I think u can put Custom WB in one menu using delay, such as:
#CMD(11,02) $d0500 #CMD(11,01)

And a question:
why not #CMD(11,07) and WB lock
#CMD(11,07) - one push is the funtion of Custom WB.
what is the difference?

[ This Message was edited by: leetiran on 2008-01-23 05:56 ]


Ah, yep, bravo! Leetiran suggest solution i've found to propose this morning. But what delay value should be set for 2-3 s?

Posted by strong
I wonder if is possible to put on in super function 5.6 kriomags custom wb
as option function for test (at beginning) may I have the code please?

@metallica1
your phone products perfect photos you are lucky
I envy your luck
_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-01-23 08:15 ]

[ This Message was edited by: strong on 2008-01-23 08:16 ]

Posted by (zalman)
@metallica1
What firmware have you got ?
What Cid phone and Color phone(red?) have you got ?
Plz upload your driver & info

_________________
K750i@W800i R1BC002 CID 49 RED
W810i R4EA031 CID 49 RED

[ This Message was edited by: (zalman) on 2008-01-23 09:46 ]

Posted by (zalman)
K750i@W800i (my brother phone)

LengStreet v5.22 Final
Picture Quality - Fine
Macro ON - Zoom 1.1





Posted by Kriomag

On 2008-01-23 09:12:53, strong wrote:
I wonder if is possible to put on in super function 5.6 kriomags custom wb
as option function for test (at beginning) may I have the code please?


To enable Custom WB use command #CMD(11,02), next step is to block custom WB with command #CMD(11,01).
In my driver its done like this:

EV +0.7 (custom wb) point at 'grey card' or 'white card' --> EV +0.3 (wb lock) --> take picture with custom wb

Auto WB:
Image Hosted by ImageShack.us

Custom WB (using white card):
Image Hosted by ImageShack.us



Auto WB:
Image Hosted by ImageShack.us
Too cold.


Custom WB (using white card):
Image Hosted by ImageShack.us
Warm, natural colors.

[ This Message was edited by: Kriomag on 2008-01-23 13:56 ]

Posted by MAkC_UA
Kriomag,
how do you think, what will be better to make photos where much white snow (in mountains) with auto WB, or make a custom WB every time?

Posted by Kriomag

On 2008-01-23 11:52:05, MAkC_UA wrote:
Kriomag,
how do you think, what will be better to make photos where much white snow (in mountains) with auto WB, or make a custom WB every time?

hard to tell because i have not tested it in snow conditions (poland, wroclaw - winter and no snow o_O global warming i think....)
You have to test it by your self

Its not like i always walk with white card/grey card and use Custom WB in normal day conditions Auto WB is fine.

Posted by sunils120
@metallica
ur shots are good but try using em off (i.e. fine mode off) while taking outdoor shots.

Posted by strong
@Kriomag
OK thanx I will try it


Pages:
Previous  123 ... 164165166 ... 198199200  Next
Click to view updated thread with images


© Esato.com - From the Esato mobile phone discussion forum