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 ... 577578579 ... 664665666  Next
Author Super camera driver for k750/w800/w810
petkoxray
K750
Joined: Sep 23, 2007
Posts: 76
PM, WWW
Posted: 2008-02-29 22:51
Reply with quoteEdit/Delete This PostPrint this post
Picture taken with Strong 7.5 Simple Driver + A4A Color Cor in bad light conditions:






(Tnx to strong.He is the best guy)

[ This Message was edited by: petkoxray on 2008-02-29 21:59 ]

[ This Message was edited by: petkoxray on 2008-02-29 22:10 ]
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2008-02-29 23:25
Reply with quoteEdit/Delete This PostPrint this post
@SPU
Ι know but if set CMD=$f $d0005;

and then i.e : seq_set_prop_1_0=06 02 00 01 00 11 #CMD_END;
is the same with this? : seq_set_prop_1_0= #CMD(11,00);
Samsung GT-i8910 Omnia HD
K850 R1FA035 modded camdriver
modded acoustic drivers
www.camdrivers.wz.
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2008-02-29 23:39
Reply with quoteEdit/Delete This PostPrint this post
1.
CMD_END=$f $d0005;
seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END;

2.
CMD=06 02 00 01 !1 !0 $f $d0005;
seq_set_prop_1_0= #CMD(11,00);

1 = 2
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2008-03-01 00:11
Reply with quoteEdit/Delete This PostPrint this post
yes but if i set CMD=06 02 00 01 !1 !0 $f $d0005;

the below code works fine?
seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END;

must be :seq_set_prop_1_0= 06 02 00 01 00 11 #CMD;
right?


@petkoxray
nice try give us full size pics

_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/


[ This Message was edited by: strong on 2008-02-29 23:17 ]
Kriomag
W810 black
Joined: Dec 20, 2006
Posts: > 500
From: Poland
PM, WWW
Posted: 2008-03-01 00:39
Reply with quoteEdit/Delete This PostPrint this post

On 2008-03-01 00:11:17, strong wrote:
yes but if i set CMD=06 02 00 01 !1 !0 $f $d0005;

the below code works fine?
seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END;

must be :seq_set_prop_1_0= 06 02 00 01 00 11 #CMD;
right?

Image Hosted by ImageShack.us
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2008-03-01 00:52
Reply with quoteEdit/Delete This PostPrint this post
CMD_END=$f $d0005;
CMD=06 02 00 01 !1 !0 $f $d0005;


seq_set_prop_1_0= 06 02 00 01 00 11 #CMD;
will be: 06 02 00 01 00 11 06 02 00 01 !1 !0 $f $d0005; (not good)

should be:
- seq_set_prop_1_0= 06 02 00 01 00 11 #CMD_END; (good)
- seq_set_prop_1_0= #CMD(11,00); (good)
strong
K850 Blue
Joined: May 18, 2007
Posts: > 500
From: Greece
PM
Posted: 2008-03-01 00:58
Reply with quoteEdit/Delete This PostPrint this post
OK thanks for your time guys:)
I confused a litle from codes CMD_END and END

_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/

[ This Message was edited by: strong on 2008-03-01 00:03 ]
jonaugust_69
K750
Joined: Mar 31, 2007
Posts: 83
From: Greece
PM, WWW
Posted: 2008-03-01 13:34
Reply with quoteEdit/Delete This PostPrint this post

Ok @razvan89

You can download v8.64 with MANUAL WB CHANGE & LOCK
http://www.4shared.com/file/3[....]amera_v864_Fix_AE_Lock-WB.html

EV+0.7=Manual WB (macro on)
SM_WB= $s0 %0 $-0 0a
$c0 00
#CMD(11,%0) #AWB $cl // Manual default 1.0
$c0 01
#SM_LOCK_AE $cl // AE Lock 1.1
$c0 02
#CMD(11,00) $cl // auto 1.2
$c0 03
#CMD(11,03) $cl // Incandescent 1.3
$c0 04
#CMD(11,04) $cl // fluorescent 1.4
$c0 05
#CMD(11,05) $cl // clear sky 1.5
$c0 06
#CMD(11,06) $cl // cloudy 1.6
$c0 07
#CMD(11,00) #AWB // Manual default 1.7
$cx $cx $cx $cx $cx $cx $cx $cx;

click half-shutter for UNLOCK AE

- 2) You can
Automatic Exposure lock: half press the shutter button for lock AE, move to subject, press shutter,

Maximum quality of JPEG for Normal and Fine mode
- K750/W800 - 90%
- W810 - 95%

k750 cid49 FW(w800 r1bc002)
Download My Camdrivers for k(d)750/w800/w810 http://www.4shared.com/dir/5280496/c35594e/sharing.html
http://www.camdrivers.wz.cz/jonau.html
Shebee
W810 black
Joined: Feb 29, 2008
Posts: 47
PM
Posted: 2008-03-01 17:18
Reply with quoteEdit/Delete This PostPrint this post
Would be nice if you could download thisl....
petkoxray
K750
Joined: Sep 23, 2007
Posts: 76
PM, WWW
Posted: 2008-03-01 17:35
Reply with quoteEdit/Delete This PostPrint this post
Strong Simple 7.5

Shebee
W810 black
Joined: Feb 29, 2008
Posts: 47
PM
Posted: 2008-03-01 18:06
Reply with quoteEdit/Delete This PostPrint this post

On 2008-03-01 17:18:53, Shebee wrote:
Would be nice if you could download thisl....
pofi
W810 black
Joined: Jan 29, 2008
Posts: 33
PM
Posted: 2008-03-01 20:10
Reply with quoteEdit/Delete This PostPrint this post
Strong superfunction 5.8
Awesome!


Details were sharp and colors were lively.. ^_^

Best driver so far..
Raiderski
C901 Black
Joined: Jul 03, 2006
Posts: > 500
From: Poland, Hell, Mountains
PM, WWW
Posted: 2008-03-01 20:47
Reply with quoteEdit/Delete This PostPrint this post
... tested by you
Owneri
Model not set
Joined: Mar 01, 2008
Posts: 6
PM
Posted: 2008-03-01 20:52
Reply with quoteEdit/Delete This PostPrint this post
Hello, could someone reupload it, i cannot download it, the file is deleted already

[ This Message was edited by: Owneri on 2008-03-01 19:53 ]
nickpham
Model not set
Joined: Mar 01, 2008
Posts: 1
PM
Posted: 2008-03-02 08:57
Reply with quoteEdit/Delete This PostPrint this post

On 2006-11-20 04:35:24, chengrong wrote:
Hi all,
I make this new thread to discuss super camera driver for k750/w800/w810.

The Super camera driver 8.54 has released
This version 8.54 is upgrade version from v8.53.
Unlike previous versions upgrade bring exciting (8.51 to v8.52, v8.52 and v8.53),Relatively small changes in this version, Nevertheless, it is still adding some new features:

Speedup for EnhanceNight mode.
Speedup for daylight;

Add Spot support: picture fine mode for spot on ,normal mode for spot off.
JPEG levle is changed to 87 include fine & normal mode;

Add manual focus: macro on and night on, press zoom(+/-) key for focusing;
(1.0 Auto focus,1.1 focus to infinity, focus range 1.2-4.0)

LED support: EnhancNight mode is supported LED now.

Manual Shutter speed changed, adjust EV and daylight and night to change value.

Some bugs fixed:
Bug01 : when switched to the video recorder from the 1.8 scene mode thecamera system restart.
bug02 : White Balance missed.
bug03 : After take a picture, the viewfinder is very dark. it is happend onmacro on.
bug04 : The normal mode sometimes over exposed.
bug05 : Brust snap sometimes exit.
bug06 : LED white balance.

Others is same as v8.53.

Some Phone at max size can't prefrom zoom, please install 8.54 for CID49 Other.
Some phone used Cid49 can't open camera after close. please install 8.54 for CID 49 R2B001.
If your phone is common W810/W800/K750, please install 8.54 for CID36 R1CA021.

update 1 for spot.
http://s4.quicksharing.com/v/6431224/8.54_update1.zip.html

http://chengrongblog.blogspot.com/

+++++++++++++++++++++++++++++++++++++++++++++++++++

The version 8.53 camera driver for K750/W800/W810 has released.


This is a new version, adding many useful functions.
version 8.53 download link:


http://s4.quicksharing.com/v/9679326/super_camera_driver_8.53.rar.html


New features list:
Support 8 Scences: 1.0 normal,1.1 Portrait,1.2 Landscape,1.3 Nightportrait,1.4 Nightscene,1.5 sports,1.6 Beach/snow, 1.7 Document,1.8 Manual Exposure Scence.
EnhanceNight Shot: Rewriting the night exposed procedure, which uses a long exposure and low ISO to obtain best quality.
16x linear zoom: 16x smoothly Zoom for Day mode,normal zoom at Night mode.
Automatic Exposure lock: half press the shutter button for lock AE.


How to used?
Linear zoom: Macro on,Night off, Press zoom key to change.
Normal Zoom: Macro on,night on,Press zoom key to change.
change Scences: Macro off,Press zoom key to change.
EnhanceNight Shot: Just only turn night on, this is automatic work.
Automatic Exposure lock: half press the shutter button for lock AE, move to subject,press shutter.
Manual Exposure Scence: turn night on,change EV for exposure time. Best use of tripod prevent jitter.


for CID49 pls download form this link

http://s4.quicksharing.com/v/8670057/8.53_camera_driver_for_CID49.rar.html


OLD:

The SuperMode camera driver for K750/W800 has released 2nd edition.
New version is 8.52. http://www.filefactory.com/file/19aedb/

This release includes about 5 bug fixes.
A large portion of the changes is the some features added, Including 16X Zoom, Default value Setting and Manual shutter speed.
New features of SuperMode:
16x Zoom (@Normal Mode still 4x)
Default Value Setting: All function will used default value when value adjust to 1.0.
Manual Shutter Speed: Modify shutter speed as you needed.
Night Sight: At night mode change shutter speed to max. It is work only for static object because of viewfinder is very slowly.
Spot: Modify spot at runtime.

Note: open camera and press >*<<*< into Super Mode.
EV key [< >] as Function Selector
[Zoom +/-] Change value of select function.
Close camera return Normal Mode;

Normal Mode Change:
Change EV to -1;(5.3 is 0);
Add lock EV command at take photo.
Change sharpness to 05 (5.3 is 04);


EV -1.7 =JPEG_LEVEL (1.0 -4.0) 34% - 94% step 2
EV -1.3 =FPS& SlowShutter (1.0 -4.0) 1/5 to 1/20 SlowShutter for Capture, 5Fps to 15Fps for VR
EV -1.0 =Brightness (1.0 -2.5)
EV -0.7 =Sharpening (1.0 -2.6)
EV -0.3 =Contrast (1.0 -2.6)
EV 0.0 =Zoom (1.0 -4.0) (1X to 16X)
EV +0.3 =original EV (1.0 -2.6) (-3.0 to + 2.0)
EV +0.7 =Manual Shutter Speed (1.0 -4.0) 1.0 is AUTO Day(1/5000 - 1/6) Night(1/5 - unknow).
EV +1.0 =ISO (1.0 -2.6) 1.0 is AUTO
EV +1.3 =Null
EV +1.7 =Spot (1.0 -1.7) 1.0 is Default
EV +2.0 =Scene (1.0 -1.7) 1.0 is Default Auto (Sports Landscape Twilight Landscape Beach/Snow Portrait Twilight Portrait Document);


[ This Message was edited by: chengrong on 2007-02-03 17:03 ]

[ This Message was edited by: chengrong on 2007-02-04 06:19 ]

[ This Message was edited by: chengrong on 2007-02-12 05:26 ]

[ This Message was edited by: chengrong on 2007-02-25 01:35 ]

[ This Message was edited by: chengrong on 2007-02-25 01:37 ]


[ This Message was edited by: chengrong on 2007-03-27 09:46 ]

[ This Message was edited by: chengrong on 2007-03-27 09:47 ]

[ This Message was edited by: chengrong on 2007-03-28 17:04 ]

[ This Message was edited by: laffen on 2007-09-18 02:01 ]


hi, i'm really interested in your cam driver, but i'm using R1BC002 CID36 red, so i've got some problems (sometimes pictures are not saved) Could you write another cam driver for R1BC002. Thanks so much!
Access the forum with a mobile phone via esato.mobi
Previous  123 ... 577578579 ... 664665666  Next
Goto page:
Lock this Topic Move this Topic Delete this Topic