Esato

Forum > Sony Ericsson / Sony > Software, Firmware and Drivers > Super camera driver for k750/w800/w810

Previous  123 ... 543544545 ... 664665666  Next
Author Super camera driver for k750/w800/w810
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-01-14 00:28
Reply with quoteEdit/Delete This PostPrint this post

On 2008-01-13 23:07:43, Raiderski wrote:
WB profiles are too weak to help, at least for all white lights in my city with WB profiles results are: green, cyan (closest) or yellow. color correction is my friend in this case (cyan can be balanced with red). i never pay attention on this but isn't auto WB reaction different for various power (luminosity) of lights? something like small power can be balanced from green to blue but big power will stay at green. hmm, i must check this closely tomorrow

and how about #CMD(11,02) ? how this Auto WB works in this conditions? it's very agressive (for example if you point camera at blue color it will remove almost all blue).
Raz w sklepie robilem zdjecie butelek z olejem (zolte), z balansem bieli na auto butelki wyszly normalnie, z tym drugim wyszly jak woda mineralna - praktycznie zero zoltego fajny efekt.





For all:
Camera module comparison:
(Kriomag_v21.93_BETA - Normal Picture Quality = EM disabled = ISO800) 1:1 Crop







CID36 CID49
Image Hosted for Kriomag by ImageShack.us
Image Hosted for Kriomag by ImageShack.us


[ This Message was edited by: Kriomag on 2008-01-14 08:51 ]
pietropizzi
K800 Black
Joined: Nov 16, 2007
Posts: 130
From: Vienna
PM
Posted: 2008-01-14 07:22
Reply with quoteEdit/Delete This PostPrint this post
OMG ! The second one is exactly the type of picture my son punishes me for ! I showed him all the nice pictures here before x-mas and told what he will get with his new K750@ W800 - but he only got second ones....

As he's 11 a supermode isnt the right for him.... something like a "force low ISO ini all situation over shutter" maybe right for him...
...and for my K800 @K810 too....but thats another story and doesn't fit to this thread
amarsidhu
Xperia X10 Black
Joined: Mar 09, 2004
Posts: 361
PM
Posted: 2008-01-14 12:32
Reply with quoteEdit/Delete This PostPrint this post
two night shots with Kriomag 21.93
k750, cid 49, cid36 cam module



[ This Message was edited by: amarsidhu on 2008-01-14 11:38 ]
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-01-14 14:10
Reply with quoteEdit/Delete This PostPrint this post
EM_SET=$p1 05
#EM_IN_QUALITY
$c1 00
#READ_REG(23,$r2 1 1)
$m0 1 $/0 28
$c0 00
$m0 1 $/0 03
$c0 00
$cl
$p0 07
$c0 01 #EM_RATIO_NIGHT
$cl #EM_RATIO_NORMAL
$cx
$-0 r1
#COM_EVENT(04,$w0)
$cx
$cx
$cx;

wheres the command, for what scene it's used in????
myavu
Xperia Ray
Joined: Apr 09, 2007
Posts: 73
From: New Delhi, India
PM
Posted: 2008-01-14 14:15
Reply with quoteEdit/Delete This PostPrint this post
With Sarmad 5.7

Xperia Ray, W760i, S500i, W810i
myavu
Xperia Ray
Joined: Apr 09, 2007
Posts: 73
From: New Delhi, India
PM
Posted: 2008-01-14 14:26
Reply with quoteEdit/Delete This PostPrint this post


[ This Message was edited by: myavu on 2008-01-29 09:20 ]
amarsidhu
Xperia X10 Black
Joined: Mar 09, 2004
Posts: 361
PM
Posted: 2008-01-14 18:22
Reply with quoteEdit/Delete This PostPrint this post
too much blue in the pics [addsig]
dzonitebra
K770 Brown
Joined: Aug 13, 2007
Posts: 18
PM
Posted: 2008-01-14 18:38
Reply with quoteEdit/Delete This PostPrint this post
Sarmad 5.8


Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-01-14 19:17
Reply with quoteEdit/Delete This PostPrint this post
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 ]
petkoxray
K750
Joined: Sep 23, 2007
Posts: 76
PM, WWW
Posted: 2008-01-14 19:38
Reply with quoteEdit/Delete This PostPrint this post
Hi Kriomag!Very good driver,but i want to understand how i can edit compression in your driver tnx
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-01-14 20:01
Reply with quoteEdit/Delete This PostPrint this post
@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.
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-01-14 20:35
Reply with quoteEdit/Delete This PostPrint this post

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 ]
number1
P1
Joined: Sep 12, 2007
Posts: > 500
From: UK,kent,Sittingbourne
PM
Posted: 2008-01-14 20:48
Reply with quoteEdit/Delete This PostPrint this post
thanks thats all i need 2 know
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2008-01-14 20:51
Reply with quoteEdit/Delete This PostPrint this post
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 ]
679
K750
Joined: Oct 05, 2006
Posts: 174
PM
Posted: 2008-01-14 21:10
Reply with quoteEdit/Delete This PostPrint this post


[ This Message was edited by: 679 on 2008-01-15 11:54 ]
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 543544545 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic