Welcome to Esato.com


Pages:
Previous  123 ... 163164165 ... 198199200  Next


Super camera driver for k750/w800/w810


Click to view updated thread with images




Posted by myavu


[ This Message was edited by: myavu on 2008-01-29 09:20 ]


Posted by amarsidhu
too much blue in the pics

Posted by dzonitebra
Sarmad 5.8




Posted by Kriomag
Kriomag_21.93_BETA

ENM:

Auto WB
(Macro ON: EV 0.0):
Image Hosted by ImageShack.us


Custom WB (Macro ON: EV +0.7):
Image Hosted by ImageShack.us


[ This Message was edited by: Kriomag on 2008-02-09 14:58 ]

Posted by petkoxray
Hi Kriomag!Very good driver,but i want to understand how i can edit compression in your driver tnx

Posted by number1
@kriomag can u help me a bit with your em code i'm borrowing it for the k550i driver

EM=$p1 05
$c1 01
$p1 0e
$c1 00
#READ(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
#FILTER(00,05)
$s0 40 $p2 07 $c2 01 $p2 0d $c2 01 $s0 3d $cx $cx $-0 r1
#CMD(04,$w0)
$cx $cx $cx $cx;

i just need to know which line is the shutter speed limit & which line controls what scene it's used in.

Posted by Kriomag

On 2008-01-14 20:01:30, number1 wrote:
@kriomag can u help me a bit with your em code i'm borrowing it for the k550i driver
i just need to know which line is the shutter speed limit & which line controls what scene it's used in.


EM=$p1 05 <-- check if FINE mode is selected
$c1 01 <-- if it's selected:
$p1 0e <-- check if MXE-60 is disabled
$c1 00 <- if its disabled proceed with EM:
#READ(23,$r2 1 1) <- place value from ?(i have not figured it out yet) in reg 1 (am i right? Raiderski help!)
$m0 1 $/0 28 <-- copy value from reg1 into reg0 and divide reg0 by 28 (again im not sure, Raiderski? )
$c0 00 <-- if reg0 value is 0:
$m0 1 $/0 03 <-- copy value from reg1 into reg0 and divide reg0 by 3 (?)
$c0 00 <-- if reg0 value is...
$cl <-- ...not 0 then:
#FILTER(00,05) <-- enable filtering and reduce sharpness
$s0 40 $p2 07 $c2 01 $p2 0d $c2 01 $s0 3d $cx $cx $-0 r1 <-- place value 40 in reg0, if LedEM change it to 3d, and calculate shutter speed substracting reg1 from reg0
#CMD(04,$w0) <-- set calculated shutter speed
$cx $cx $cx $cx;


[ This Message was edited by: Kriomag on 2008-01-14 21:18 ]

Posted by number1
thanks thats all i need 2 know

Posted by 679
Kriomag,

Is it misprint in last 21.93 drivers in line:

cam_power_on_7=5,0,0,0,14F;

but in all other drivers
cam_power_on_7=5,0,0,0,1F4;

Or it doesn't matter?

P.S. Sorry, guys for ridiculous formating of my post, cant understand what's the matter...

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

Posted by 679


[ This Message was edited by: 679 on 2008-01-15 11:54 ]

Posted by number1
does em have to be engaged by seq_ss_take=, or can i simply engage it by putting #EM under 1 of the scene macrosm i only want to use EM on certain scenes

Posted by Kriomag

On 2008-01-14 20:51:54, 679 wrote:
Kriomag,

Is it misprint in last 21.93 drivers in line:

cam_power_on_7=5,0,0,0,14F;

but in all other drivers
cam_power_on_7=5,0,0,0,1F4;

Or it doesn't matter?

P.S. Sorry, guys for ridiculous formating of my post, cant understand what's the matter...

oh it was my fault i have not closed table properly so next posts were corrupted, SORRY!

thanks for pointing that, it should be 1F4 ofc i dont know where 14F came from :/
It will be fixed in next beta thx

[ This Message was edited by: Kriomag on 2008-01-14 21:39 ]

Posted by Kriomag

On 2008-01-14 21:22:38, number1 wrote:
does em have to be engaged by seq_ss_take=, or can i simply engage it by putting #EM under 1 of the scene macrosm i only want to use EM on certain scenes

yes, it has to be engaged by seq_ss_take, you have to create rule to enable EM only with selected scene (like it is enabled only when you select Picture Quality FINE:
$p1 05 (place current value of property 5 in reg1)
$c1 01 (if reg1 value is 1 it means FINE is selected in camera menu)
-- code engaged only if FINE is selected--
$cx


in k550i scenes are selected by menu, in driver: seq_set_prop_10

if you want code to be executed if "Night" Scene is selected replace first two lines of my EM ($p1 05 $c1 01) with this:

$p1 10 <--place value of property 10 (scenes) in reg1
$c1 03 <--if reg1 has value 3 (it means "Night" scene is selected) proceed with EM code:
--place EM code here--
$cx;

it will ask if scene "Night" is selected instead of asking if picture quality FINE is selected (it is my way to enable EM).

But it is different camera module and registers may be different so i cant garantee that EM code will work properly... and i dont have K550i for testing... but: good luck!

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

Posted by Kriomag

On 2008-01-12 16:27:35, number1 wrote:
@kriomag try this in ur driver
seq_set_prop_1_0 = #COM_EVENT(11,80); it turns the whitebalance off it works well in k800 etc, dunno how it will work in the k750/w800

it works fine but i cant find the way to reset WB to default state after i change it in menu (or by quick WB change in my driver) and then back to #CMD(11,80) :/ so it works just like #CMD(11,01) = WB Lock
If i will find the way to reset WB to default i will use this command because in daylight (and with LED) results are very good (disabled WB is great in some situations when Auto WB gets crazy - yellowishness in sunlight with blue sky, blue with LED etc.).


Auto WB Enabled:
In the first picture Auto WB gets confused with this amounth of blue color and try to compensate adding yellow and removing blue, it causes unnatural colors.

Auto WB Disabled:
In the second picture colors are exactly as they were seen by my eyes (cold winter sunlight and almost cloudless blue sky ).


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

Posted by number1
thanks for your help, i have the whitebalance off in my k800i & k550i driver the colours on the pictures are so much better also pictures are clearer, i don't know have the update whitebalance works in the k750i but in the k800i

UPDATE_WB = // Updates white balance if necessary
$p5 01
$c5 00 // WB is auto?
$d004b // Delay 75 milliseconds
$cl
$d004b // Delay 75 milliseconds
$u01 // Update WB
$cx;

it has to have these delays to work properly, try adding the delays in the update whitebalance code.

[ This Message was edited by: number1 on 2008-01-15 10:24 ]

Posted by Kriomag

On 2008-01-15 11:20:46, number1 wrote:
thanks for your help, i have the whitebalance off in my k800i & k550i driver the colours on the pictures are so much better also pictures are clearer, i don't know have the update whitebalance works in the k750i but in the k800i

UPDATE_WB = // Updates white balance if necessary
$p5 01
$c5 00 // WB is auto?
$d004b // Delay 75 milliseconds
$cl
$d004b // Delay 75 milliseconds
$u01 // Update WB
$cx;

it has to have these delays to work properly, try adding the delays in the update whitebalance code.

it doesn't work because it updates WB, not reset it...
In my driver i get similar results (to 11,80) if i block WB very fast (before VF is fully enabled)

Posted by 679
Kriomag
This new (for me) alternative WB is very interesting. In your driver it can be used for fine WB tuning with white paper. Just set EV=0.7, point camera on white paper, wait 2-3 sek and set EV=0.3. New exact WB for existing lighting will be fixed!

Posted by Kriomag

On 2008-01-15 17:42:49, 679 wrote:
Kriomag
This new (for me) alternative WB is very interesting. In your driver it can be used for fine WB tuning with white paper. Just set EV=0.7, point camera on white paper, wait 2-3 sek and set EV=0.3. New exact WB for existing lighting will be fixed!

yes, cooperation with WB Lock (Macro ON: EV +0.3) its very useful
Im glad finally someone (other than me) appreciated this function :] hehe



EDIT:
I have (probably lame) question for advanced modders

if i subtract A from 9 what value register will have?

EDIT2:
SPU's Manual is vere useful

Answer to my question is: "FF"

[ This Message was edited by: Kriomag on 2008-01-16 00:16 ]

Posted by 679

On 2008-01-15 17:57:49, Kriomag wrote:

yes, cooperation with WB Lock (Macro ON: EV +0.3) its very useful
Im glad finally someone (other than me) appreciated this function :] hehe


BTW in SPU manual this value for CMD (11,02) is missed as well in property_1 in any driver body to.

Realy we got the same feature as in big dig camera ( for example in my old Canon) - WB adjusting with white paper. In all other cases it using will distore real scene colors especially if it has any dominant color. I guess it works to get result grey total color scene balance ( if we will "mix" all colors in scene). It is clear seen on your night pictures in previous page post.
And more, i think it works to get so called "18%grey intensity pattern", because seems i've got different iso or exposure for standard WB and this one.

[ This Message was edited by: 679 on 2008-01-15 18:03 ]

Posted by Kriomag

i will use "Custom WB" name for this feature (EV +0.7)

[ This Message was edited by: Kriomag on 2008-01-16 06:34 ]

Posted by markztrance
wheres raiderski??

Posted by pram_zx
I think Raiderski play with his new K800

Posted by fernyperez
This is a night shot with flash (total darkness). I find a lot of grain in the pic, even though i have cid36 cam module (k750 cid49 red).
Is there any way to modify any line in camdriver to be able to sharpen or lessen this grain in night pics??
Cheers!



Posted by number1
how do i limit the EM mode so the shutter speed doesn't go over 1/2 sec,
or how do i edit the EM mode so in low-light it produces iso 200 & 1/2sec shutter speed????

Posted by markztrance
ipachuong>raiderski>kriomag>who's next?? hehe

Posted by Raiderski
i'm alive i have some fun with K800


Posted by 679

On 2008-01-16 21:23:44, Raiderski wrote:
i'm alive i have some fun with K800



Raiderski, please, "get back to where u was born" ...
I first see "number of visiters brousing this page = 1" - including me .

Don't let this thread die!

Posted by 679
Well, guys.
During this free of camdriver news time gap you can see thousands of good pictures, made with K750. Seems guy get them with standard camdriver!!!

http://se-k750.livejournal.com/

May be its offtopic, but interesting enough...

Posted by paparazy
Camdriver 1.90v k750/w800/w810 Clean fast night shots, fix photos green night bug cid49, + colors!

http://www.esato.com/board/viewtopic.php?topic=147234&forum=17

Posted by Raiderski
good scene and good moment is much better that even the best camdriver

BTW. i'm not going anywhere, i will be available here. thread will not die, look... Kriomag is back, also Leetiran can evaluate in really good modder soon

Posted by shouhei
getting a K810 soon, you gonna make a driver for K800/K810 Raider?

Posted by Raiderski
yes, i will try to do something. i'm not fully satisfied from original K800 driver

Posted by lengstreet
i saw some bug pls. load LengStreet v5.22 Final
_________________
http://www.flickr.com/photos/lengstreet

[ This Message was edited by: lengstreet on 2008-01-18 02:04 ]

[ This Message was edited by: lengstreet on 2008-01-18 07:17 ]

Posted by markztrance
@ raiderski:

OMG u finally have a K800! hehe sounds cool but how bout your k750? did u sell it??

Posted by pram_zx
@lengthstreet
can you post some picture with your new camdriver?is it for w810 either?


Posted by amarsidhu
@lengstreet:

I have used your 5.11 it just great.
gonna test 5.22 today.

Posted by lengstreet
LengStreet v5.22 Final (Work on CID49)

- Base on LengStreet v5.11

- Fix: Fine+Macro 1.1+Night Problem(very brighten)

- Easy Take All Shot (Is not Super Mode)

Try it

Thank All Modder from esato forum

===================

Download LengStreet v5.22 Final ==> http://www.mediafire.com/?fxkwjdlcoww











_________________
http://www.flickr.com/photos/lengstreet


[ This Message was edited by: lengstreet on 2008-01-18 07:36 ]

Posted by VegaR

On 2008-01-17 14:19:32, Raiderski wrote:
yes, i will try to do something. i'm not fully satisfied from original K800 driver



I am waiting the supermode camdriver for k790/k800/k810 with EM by raiderski.

Posted by Raiderski
for now this is unreal K800 has abnormal zoom keys operations

Posted by shouhei
even something like the old non super mode drivers would be fine with me...but I'm sure Raider can figure something out

Posted by tass0s
HEYY i want to download supercam driver 8.54 but when i go to this site it says ''deleted,it have many times downloaded'' plz i want it

Posted by Kriomag



"WROCLAW 2008"
Kriomag_v21.93_BETA


Posted by MarkJason
@Kriomag - Why do you use RDB001 firmware?

Posted by leetiran

On 2008-01-17 13:49:46, Raiderski wrote:
good scene and good moment is much better that even the best camdriver
BTW. i'm not going anywhere, i will be available here. thread will not die, look... Kriomag is back, also Leetiran can evaluate in really good modder soon

Thanks for your encouragment. but i just want to be a small modder basing on ur driver. It is easy to mod sth on ur driver. It is hard to be an independent modder.

Modded Raider6.7.2
http://www.mediafire.com/?c0jwyyix200
EM in QUALITY: fine
Its marked cid36, you can chang it to cid49 or w810 with Raider6.7configtool0.53.

I only modded the EM codes. My method is setting slow shutter=2s and iso=100 and let the camera test the exposure time by itself. so the picture will never be overexposed and iso always = 100. I think it is better than the old one. The exposure time in old method is estimated by driver not tested by camera, so sometimes it may be overexposed.



[ This Message was edited by: leetiran on 2008-01-20 07:57 ]

Posted by Kriomag

On 2008-01-19 02:13:03, MarkJason wrote:
@Kriomag - Why do you use RDB001 firmware?

I use W800i_R1BD001 not K750i_R1DB001

I always used R1BC002 because of many patches for this firmware but now there are many patches for R1BD001 too
I have about 30 on my site: http://kriomag.4shared.com

[ This Message was edited by: Kriomag on 2008-01-19 12:38 ]

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

Posted by MarkJason
@Kriomag - Ah ok.. But why? Is it more sharper than R1BC002? is it only on CID36 or can I slide it to CID49 too?

Posted by leetiran

On 2008-01-18 20:09:07, tass0s wrote:
HEYY i want to download supercam driver 8.54 but when i go to this site it says ''deleted,it have many times downloaded'' plz i want it


http://www.camdrivers.wz.cz/drivers/8.54_update1.zip

Posted by Kriomag

On 2008-01-20 03:56:23, MarkJason wrote:
@Kriomag - Ah ok.. But why? Is it more sharper than R1BC002? is it only on CID36 or can I slide it to CID49 too?

because its newest?
i have cid49 phone so i must slide it

Posted by Vipera ammodytes
one question guys


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


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


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