Esato

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

Visitors browsing this topic: 1
Add to Bookmarks
Previous  123 ... 152153154 ... 664665666  Next
Author Super camera driver for k750/w800/w810
Nirodha
W810 black
Joined: Apr 15, 2007
Posts: 47
From: Auckland, New Zealand
PM
Posted: 2007-04-25 13:55
Reply with quoteEdit/Delete This PostPrint this post
Is anyone going to tell me what "Spot Support" is or not?
Black W810i: Crystal Case, Samsonite black leather holster, 512MB + 2GB Memory Sticks, R4DB005 firmware, Pimped FM Megabass 7.0 Acoustic, Sarmad 5.6 w/Spot Camera, 20+ extra Flash menus, custom Startup and Shutdown screens. Luvin' it!
sesshoumaru
K750
Joined: Mar 29, 2007
Posts: 25
PM
Posted: 2007-04-25 14:22
Reply with quoteEdit/Delete This PostPrint this post

On 2007-04-25 11:49:24, myavu wrote:

On 2007-04-25 11:42:18, sesshoumaru wrote:
dear all,

i'm having this problem. am using krio's 21.8 cam driver. Sometimes when i turn on the camera and then shoot the picture, it exits to the standby mode. It doesn't say saving after taking picture but exits out. What could be the problem?


There was a bug in that driver... Try 21.8 Fixed



am using 21.8 fixed. wonder why it still have the problem...
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2007-04-25 14:30
Reply with quoteEdit/Delete This PostPrint this post

On 2007-04-25 14:22:05, sesshoumaru wrote:
am using 21.8 fixed. wonder why it still have the problem...

21.9 will be released on days, now try to replace this lines:

SET_JPEG_MAX=06 02 00 0D !1 !0 #CMD_END;
SET_JPEG_MIN=06 02 00 0F !1 !0 #CMD_END;
SET_JPEG_AVG=06 02 00 11 !1 !0 #CMD_END;

SET_JPEG_QUALITY= $p1 0e
$c1 01
$s2 59
#SET_JPEG_MIN(00,01)
$cx
07 02 00 13 $w2 $w2 $w2 #CMD_END;

seq_set_prop_5_0=$z0 $p1 0e
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s6 00;

seq_set_prop_5_1=$z0 $p1 0e
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s6 01;


...with original driver lines (4.5/5.3) but remembet to add the higlighted parts peace!

[ This Message was edited by: Kriomag on 2007-04-25 13:32 ]
jonaugust_69
K750
Joined: Mar 31, 2007
Posts: 83
From: Greece
PM, WWW
Posted: 2007-04-25 14:34
Reply with quoteEdit/Delete This PostPrint this post
To @Mr.Kája and @fezzo

Try this: Kriomag_v21.8_CCkopritis_CID49__Other_modification_by_Jonaugust_69
http://rapidshare.com/files/2[....]dification_by_Jonaugust_69.zip

or
Kriomag_v21.8_CCkopritis_CID49__R2B001__modification_by_Jonaugust_69
http://rapidshare.com/files/2[....]dification_by_Jonaugust_69.zip

[ This Message was edited by: jonaugust_69 on 2007-04-25 13:48 ]
sesshoumaru
K750
Joined: Mar 29, 2007
Posts: 25
PM
Posted: 2007-04-25 14:44
Reply with quoteEdit/Delete This PostPrint this post

On 2007-04-25 14:30:31, Kriomag wrote:

On 2007-04-25 14:22:05, sesshoumaru wrote:
am using 21.8 fixed. wonder why it still have the problem...

21.9 will be released on days, now try to replace this lines:

SET_JPEG_MAX=06 02 00 0D !1 !0 #CMD_END;
SET_JPEG_MIN=06 02 00 0F !1 !0 #CMD_END;
SET_JPEG_AVG=06 02 00 11 !1 !0 #CMD_END;

SET_JPEG_QUALITY= $p1 0e
$c1 01
$s2 59
#SET_JPEG_MIN(00,01)
$cx
07 02 00 13 $w2 $w2 $w2 #CMD_END;

seq_set_prop_5_0=$z0 $p1 0e
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s6 00;

seq_set_prop_5_1=$z0 $p1 0e
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s6 01;


...with original driver lines (4.5/5.3) but remembet to add the higlighted parts peace!

[ This Message was edited by: Kriomag on 2007-04-25 13:32 ]


thanx krio!! will definitely try. hehe
GsS 7tr
W810 black
Joined: Mar 13, 2007
Posts: 21
PM
Posted: 2007-04-25 14:58
Reply with quoteEdit/Delete This PostPrint this post
@Anyone

Can someone tell me what I need to change so I can activate or desactivate EM with the Pict. Quality Option in 4.81?

NORMAL=Default
FINE= EM


THanKS
Milu
K750
Joined: Apr 11, 2007
Posts: 99
PM, WWW
Posted: 2007-04-25 15:06
Reply with quoteEdit/Delete This PostPrint this post
In the settings U've got picture quality and there U can choose that..

/sorry for my english
GsS 7tr
W810 black
Joined: Mar 13, 2007
Posts: 21
PM
Posted: 2007-04-25 15:12
Reply with quoteEdit/Delete This PostPrint this post
@Milu

That's on Krio's 2.8, but in 4.8 the pict quality is set to change CC.

What I want to know is how to change that feature on the driver.

THanKS
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2007-04-25 15:40
Reply with quoteEdit/Delete This PostPrint this post
@Kriomag
leave this compression settings... it's in camdrv for nothing, quality is calculated in "dynamic way" and it's in range from 75% to 95%. even if you put compression at 90% it doesn't mean that your picture will be saved on this level. i really don't know what SE engineers created :|

oh and...

$s2 5e
07 02 00 13 $w2 $w2 $w2 #CMD_END;

always gives you different quality level (not only 5e)


[ This Message was edited by: Raiderski on 2007-04-25 14:44 ]
pakraider
W715 Black
Joined: Jul 25, 2003
Posts: 313
PM
Posted: 2007-04-25 16:00
Reply with quoteEdit/Delete This PostPrint this post

On 2007-04-25 13:55:04, Nirodha wrote:
Is anyone going to tell me what "Spot Support" is or not?



its for Spot photometry. it means it will use the middle of the picture to determine exposure levels.. this can be useful if youre trying to shoot something indoors with sunlight in the background coming through a window or something.. without spot, the object will be black/very dark because of the exposure level.
Mr.Kája
T300
Joined: Mar 22, 2007
Posts: 180
PM
Posted: 2007-04-25 16:14
Reply with quoteEdit/Delete This PostPrint this post
to jonaugust_69: Thx, now, it seems to be working well;) I will test it
Nowadays, I'm enjoying Elm, fw R7BA076.

And here camdriver database for k750/w800/w810: www.camdrivers.wz.cz
sesshoumaru
K750
Joined: Mar 29, 2007
Posts: 25
PM
Posted: 2007-04-25 16:55
Reply with quoteEdit/Delete This PostPrint this post

On 2007-04-25 14:30:31, Kriomag wrote:

On 2007-04-25 14:22:05, sesshoumaru wrote:
am using 21.8 fixed. wonder why it still have the problem...

21.9 will be released on days, now try to replace this lines:

SET_JPEG_MAX=06 02 00 0D !1 !0 #CMD_END;
SET_JPEG_MIN=06 02 00 0F !1 !0 #CMD_END;
SET_JPEG_AVG=06 02 00 11 !1 !0 #CMD_END;

SET_JPEG_QUALITY= $p1 0e
$c1 01
$s2 59
#SET_JPEG_MIN(00,01)
$cx
07 02 00 13 $w2 $w2 $w2 #CMD_END;

seq_set_prop_5_0=$z0 $p1 0e
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s6 00;

seq_set_prop_5_1=$z0 $p1 0e
$s2 59
$c0 01 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,0F) #SET_JPEG_AVG(00,08) #SET_JPEG_QUALITY $cl
$c0 02 #SET_JPEG_MIN(00,05) #SET_JPEG_MAX(00,08) #SET_JPEG_AVG(00,06) #SET_JPEG_QUALITY $cl
$c0 03 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(00,28) #SET_JPEG_AVG(00,14) #SET_JPEG_QUALITY $cl
$c0 04 #SET_JPEG_MIN(00,50) #SET_JPEG_MAX(00,78) #SET_JPEG_AVG(00,5A) #SET_JPEG_QUALITY $cl
$c0 05 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,54) #SET_JPEG_AVG(01,2C) #SET_JPEG_QUALITY $cl
$c0 06 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(02,1c) #SET_JPEG_AVG(01,cc) #SET_JPEG_QUALITY $cl
$c0 07 #SET_JPEG_MIN(00,00) #SET_JPEG_MAX(01,f4) #SET_JPEG_AVG(01,a4) #SET_JPEG_QUALITY $cl
$c0 08 #SET_JPEG_MIN(01,90) #SET_JPEG_MAX(02,30) #SET_JPEG_AVG(01,EA) #SET_JPEG_QUALITY
$cx $cx $cx $cx $cx $cx $cx $cx
$s6 01;


...with original driver lines (4.5/5.3) but remembet to add the higlighted parts peace!

[ This Message was edited by: Kriomag on 2007-04-25 13:32 ]


krio, i've checked the 21.8 fixed cam driver. The highlighted command u asked to edit is already there
fezzo
W810 black
Joined: Apr 01, 2007
Posts: 20
PM
Posted: 2007-04-25 16:55
Reply with quoteEdit/Delete This PostPrint this post
@jonaugust_69
thanks dude, i hope the bug have been fixed
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2007-04-25 17:18
Reply with quoteEdit/Delete This PostPrint this post

On 2007-04-25 16:55:37, sesshoumaru wrote:
krio, i've checked the 21.8 fixed cam driver. The highlighted command u asked to edit is already there

i 've pasted crop from 21.8, now you have to download original 4.5 or 5.3 driver by sony and search the same lines and copy them to 21.8 (and put the highlited commands like it was in 21.


PS. sorry... you also have to change prop...5_0 to be same as 5_1 (so the compression level of jpeg be the same for NORMAL and FINE quality )

EDIT:
you know what? here you have 21.8 with default JPEG (from 4.5/5.3):

http://www.rogepost.com/n/1123347928

[ This Message was edited by: Kriomag on 2007-04-25 16:25 ]
ryanchow
K810 Blue
Joined: Nov 05, 2005
Posts: 38
PM
Posted: 2007-04-25 17:25
Reply with quoteEdit/Delete This PostPrint this post
From now on...which camdriver is the best since there so many vision of the driver?
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 152153154 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic