Esato

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

Previous  123 ... 397398399 ... 664665666  Next
Author Super camera driver for k750/w800/w810
dzonitebra
K770 Brown
Joined: Aug 13, 2007
Posts: 18
PM
Posted: 2007-08-22 00:40
Reply with quoteEdit/Delete This PostPrint this post
Kriomag 21.91 is only cam driver who can take my pics in aqua (light in my aqua is daylight and gro-lux light)



ChIlEnU
W810 black
Joined: Aug 14, 2007
Posts: 9
From: Brazil
PM, WWW
Posted: 2007-08-22 03:59
Reply with quoteEdit/Delete This PostPrint this post
Sarmad 5.8
Fine Quality + EM + MXE-60







ChIlEnU
W810 black
Joined: Aug 14, 2007
Posts: 9
From: Brazil
PM, WWW
Posted: 2007-08-22 04:20
Reply with quoteEdit/Delete This PostPrint this post
DarkMagician 0.92

Fine Quality + EM + MXE-60










leetiran
K750
Joined: Aug 15, 2007
Posts: 134
From: China
PM
Posted: 2007-08-22 05:24
Reply with quoteEdit/Delete This PostPrint this post
@lpachuong:
Thanks for ur new version camdriver. The crash of turning on camera with
macro on doesnt exist in v6.4. But can u give a guide of it in detail?



[ This Message was edited by: leetiran on 2007-08-22 05:28 ]
Coquito
W810 black
Joined: Mar 28, 2007
Posts: > 500
From: Moca, Rep.Dom
PM, WWW
Posted: 2007-08-22 05:25
Reply with quoteEdit/Delete This PostPrint this post
@lpachuong: your 5.6 driver is very good
tomorrow i m going to post some pictures

lengstreet
K770 Beige
Joined: Apr 18, 2007
Posts: 92
From: Thailand
PM
Posted: 2007-08-22 05:45
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-22 05:25:54, coquito wrote:
@lpachuong: your 5.6 driver is very good
tomorrow i m going to post some pictures



i think so A4A 5.6 good for me too(k750i fw w800i cid49)
http://www.flickr.com/photos/lengstreet
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 08:31
Reply with quoteEdit/Delete This PostPrint this post
Good morning, guys!

Now I will go on investigating max buffer size for k750 CID49 its between 601.5 KB up to 603 KB.
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/
whatsucka
X1 Silver
Joined: Feb 17, 2007
Posts: > 500
PM, WWW
Posted: 2007-08-22 09:03
Reply with quoteEdit/Delete This PostPrint this post
haha yesterday my parents yell at me cause i take so long to take 1 picture for them with my phone while we are in a very dim restaurant. i took around 4 5 pictures all very good color n nice background but all faces very blur
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 09:04
Reply with quoteEdit/Delete This PostPrint this post
To All:

Buffer Size Investigation for K750 CID 49 is Finished!

MAX Buffer Size for K750 CID 49 is 601.6 KB (camera turns off at higher values, even at 601.7 KB).


here are the buffer size values used in some popular drivers:

SARMAD 5.8

In the driver file we see this:

//-- JPEG buffer sizes (only used for ITP)
cam_ss_jpeg_buf_size_1=3A98; // 15 KB buffer for 100x60 snap
cam_ss_jpeg_buf_size_2=88B8; // 35 KB buffer for 160x120 snap
cam_ss_jpeg_buf_size_3=186A0; // 100 KB buffer for 320x240 snap
cam_ss_jpeg_buf_size_4=249f0; // 150 KB buffer for 640x480 snap
cam_ss_jpeg_buf_size_5=61A80; // 400 KB buffer for 1280x960 snap
cam_ss_jpeg_buf_size_6=927C0; // 600 KB buffer for 1600x1200 snap
cam_ss_jpeg_buf_size_7=927C0; // 600 KB buffer for 1632x1088 snap
cam_ss_jpeg_buf_size_8=927C0; // 600 KB buffer for 1632x1244 snap

but the size defining values are not real. I don't know why but Sarmad uses 1000 to define 1 MB, not 1024.

So here are the real values for Sarmad's Buffer sizes:

//-- JPEG buffer sizes (only used for ITP)
cam_ss_jpeg_buf_size_1=3A98; // 14.6 KB buffer for 100x60 snap
cam_ss_jpeg_buf_size_2=88B8; // 34.2 KB buffer for 160x120 snap
cam_ss_jpeg_buf_size_3=186A0; // 97.7 KB buffer for 320x240 snap
cam_ss_jpeg_buf_size_4=249f0; // 146.5 KB buffer for 640x480 snap
cam_ss_jpeg_buf_size_5=61A80; // 390.6 KB buffer for 1280x960 snap
cam_ss_jpeg_buf_size_6=927C0; // 585.9 KB buffer for 1600x1200 snap
cam_ss_jpeg_buf_size_7=927C0; // 585.9 KB buffer for 1632x1088 snap
cam_ss_jpeg_buf_size_8=927C0; // 585.9 KB buffer for 1632x1244 snap


Raiderski 6.5 T4

Raiderski uses same buffer sizes as Sarmad.


lpachuong A4A 6.4

In older versions lpachuong used same buffer values as sarmad, but in 6.4 he had to increase the buffer size value for for 1632x1244 snap, so here are 6.4 values:

cam_ss_jpeg_buf_size_1=3A98; // 14.6 KB buffer for 100x60 snap
cam_ss_jpeg_buf_size_2=88B8; // 34.2 KB buffer for 160x120 snap
cam_ss_jpeg_buf_size_3=186A0; // 97.7 KB buffer for 320x240 snap
cam_ss_jpeg_buf_size_4=249f0; // 146.5 KB buffer for 640x480 snap
cam_ss_jpeg_buf_size_5=61A80; // 390.6 KB buffer for 1280x960 snap
cam_ss_jpeg_buf_size_6=927C0; // 585.9 KB buffer for 1600x1200 snap
cam_ss_jpeg_buf_size_7=927C0; // 585.9 KB buffer for 1632x1088 snap
cam_ss_jpeg_buf_size_8=96640; // 601.5 KB buffer for 1632x1244 snap


Tonight I will test original Sarmad 5.8 with MAX possible buffer size (601.6 KB) as in original it has 585.9 KB buffer and that is not enough very often.


whatsucka
Which driver did you use yesterday?

_________________
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/

http://picasaweb.google.com/powervano

[ This Message was edited by: Power_VANO on 2007-08-22 08:05 ]
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-22 09:06
Reply with quoteEdit/Delete This PostPrint this post
Good morning everyone and have a nice day.

It is nice to hear that you are pleased with A4A's series. If You have any problems with it please point them out. Thanks a lot. [addsig]
inter4ever
K750
Joined: Jul 09, 2007
Posts: 18
From: Craiova, Romania
PM
Posted: 2007-08-22 09:18
Reply with quoteEdit/Delete This PostPrint this post
lpachuong:) could you make a simple driver? without supermode functions?:)
just manual focus, enm, em, and... maybe shutterspeed and exposure.. there are too many functions in my opinion:)

_________________
My mother never found it ironic when she called me a son of a bitch :|

[ This Message was edited by: inter4ever on 2007-08-22 08:19 ]
lpachuong
K850 Green
Joined: Jun 06, 2007
Posts: > 500
From: Vietnam
PM
Posted: 2007-08-22 09:30
Reply with quoteEdit/Delete This PostPrint this post

On 2007-08-22 09:18:39, inter4ever wrote:
lpachuong:) could you make a simple driver? without supermode functions?:)
just manual focus, enm, em, and... maybe shutterspeed and exposure.. there are too many functions in my opinion:)

_________________
My mother never found it ironic when she called me a son of a bitch :|

[ This Message was edited by: inter4ever on 2007-08-22 08:19 ]



Hi. Here is the functions on A4A:


EV: -2.0: Change GREEN
-1.7: Change MAGENTA
-1.3: Change blue
-1.0: Change yellow
-0.7: change zoom
-0.3: change iso
0.0: focus: 1.0 auto 1.1 infinitive 1.2-4.0
+0.3: change exposure: EM/ENM is ready. read exposure information below.
+0.7: light metering/spot: 1.0 - no spot 1.1 spot on
+1.0: change shutter speed (1/5000' - 1/6' with daylight, 1/5 to 2' or more at night/low light)
+1.3: change shutter speed which can be combined with iso (1.0 -4.0 from 1/20' to 2' - Thanks to Jonaugust )
+1.7: Change saturation
+2.0: change scence

As you take a look carefully then you will see -EV just for changing colour and the two nearest valut to 0 are ISO and zoom which are not used regularly. All the +EV or useful: exposure to control overexposure, light metering: good effect, and shutterspeed here. They are the main feature in sm in my opinion so i put them side-by-side. And always use macro, normal quality for em off, fine quality for em-on. Hope this can help you
[addsig]
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 09:53
Reply with quoteEdit/Delete This PostPrint this post
After investigations I optimized buffer values and here they are:

//-- JPEG buffer sizes (only used for ITP)
cam_ss_jpeg_buf_size_1=5000; // 20 KB buffer for 100x60 snap
cam_ss_jpeg_buf_size_2=B400; // 45 KB buffer for 160x120 snap
cam_ss_jpeg_buf_size_3=19000; // 100 KB buffer for 320x240 snap
cam_ss_jpeg_buf_size_4=2D000; // 180 KB buffer for 640x480 snap
cam_ss_jpeg_buf_size_5=64000; // 400 KB buffer for 1280x960 snap
cam_ss_jpeg_buf_size_6=96666; // 601.6 KB buffer for 1600x1200 snap
cam_ss_jpeg_buf_size_7=96666; // 601.6 KB buffer for 1632x1088 snap
cam_ss_jpeg_buf_size_8=96666; // 601.6 KB buffer for 1632x1244 snap


here are 2 versions of A4A 6.4:

1) with optimized buffer settings above:
http://downloads.wow-info.net/test/camdriver0.DAT

2) with 602 KB buffer size:
http://downloads.wow-info.net/test/camdriver0_602KB_buffer.DAT

both are designed just to test. 602 KB version wont run on CID 49 K750, but I am interested in if CID 36 K750/W800 has same buffer sizes.

So to everyone who has CID 36 K750/W800, test both drivers and tell us if camera turns off automatically or not
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/
inter4ever
K750
Joined: Jul 09, 2007
Posts: 18
From: Craiova, Romania
PM
Posted: 2007-08-22 09:54
Reply with quoteEdit/Delete This PostPrint this post
hmm:) i know what every of that functions do(almost, to be onest:D)... just i think that many users(including me:D) prefer a simple driver, without supermode f-tions... that's why i sugested you to make a simple driver:)
P.S: thanks for this quick replay:)
My mother never found it ironic when she called me a son of a bitch :|
Power_VANO
K800 Black
Joined: Jun 02, 2007
Posts: 144
From: Georgia
PM, WWW
Posted: 2007-08-22 09:55
Reply with quoteEdit/Delete This PostPrint this post
inter4ever
Just don't change EV and Zoom values and you will have simlpe automatic driver
I do it from behind...

Permanent CamDriver Download Location:
http://downloads.wow-info.net/se/drivers/camera/
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 397398399 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic