Author |
Super camera driver for k750/w800/w810 |
radicalgel Joined: Oct 06, 2006 Posts: 98 PM, WWW
|
@sarmad
Hey sarmad I just wanna know how you test your cam drivers considering you have a w810. No patch available to move camdrivers to mem stick. Everytime you wanna test your driver you gotta use the FAR+SEFP method to put the driver in your phone. Man it's such a pain. Hope they come out with patches for the w810 soon. It will make life a lot easier for us w810 users!!
----------------------------------------------- http://www.flickr.com/photos/radicalgel/ |
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
@radicalgel
link in my previous post is updated (macro scan version is available). nothing big in differences:
- compression 88% (bigger value sometimes crash) for all resolutions
- buggy WB lock removed
- default saturation at 6 for both normal & fine quality
- default sharpness at 6
- slow viewfinder (good for macro)
- when macro is enabled focus can scan in macro range only (this is faster than scan in normal range)
|
679 Joined: Oct 05, 2006 Posts: 174 PM |
On 2007-06-07 16:51:57, Raiderski wrote:
...
...
...
- when macro is enabled focus can scan in macro range only (this is faster than scan in normal range)
Well, can u check drv version u downloaded for this item coz i've got sharp pictures witn MACRO on on 1.5m distance... |
jonaugust_69 Joined: Mar 31, 2007 Posts: 83 From: Greece PM, WWW
|
Super camera driver for k750/w800/w810
Professional Camera Driver v8.64
Modification _Jonaugust_69, (SPU v1.3+ Kriomag v21.8),
Mod by zy2k, v8.62, (8,52+8,53+other)
- 2 Quality Modes (Picture Quality NORMAL: Default Modes, Picture Quality FINE: EM/ENM/LedEM/LedENM)
- JPEG 89% (for Normal & Fine Picture Quality)
- Enhanced Modes Support WB Profiles (also with LED)
- Auto color correction profile (Cid 36-Cid 49)
2 Quality Modes:
Picture Quality NORMAL:
- Normal Mode = Normal Mode,
- Normal Mode + LED = Normal Mode + LED,
- Night Mode = Night Mode,
- Night Mode + LED = Night Mode + LED.
Picture Quality FINE:
- Normal Mode = EM,
- Normal Mode + LED = LedEM,
- Night Mode = ENM,
- Night Mode + LED = LedENM.
first layer of menus(marco off)
EV-2.0=Scene (1.0 -1.9) 1.0 is Default AutoExposure (1.1Portrait 1.2Landscape 1.3Twilight Portrait 1.4Twilight Landscape 1.5Sports 1.6Beach/Snow 1.7Document
EV-1.7=Contrast (1.1 -2.7)
EV-1.3=JPEG_LEVEL (1.0 -4.0) 34% - 94% step 2
EV-1.0=Manual Shutter Speed (1.0 -4.0) 1.0 is AUTO Day(1/5000 - 1/6) Night(1/5 - unknow)
EV-0.7=ISO (1.0 -2.3) 1.0 is AUTO
EV-0.3=linear zoom(1.0-4.0)(1X to 16X)
EV 0.0=original EV (1.0 -3.5)(can be changed with Manual Shutter Speed together)
EV+0.3=Manual Focus (1.0 Autofocus, 1.1 Focus to Infinity, Manual Focus Range 1.2-4.0)(support zoom)
EV+0.7=Manual WB
EV+1.0=Manual effect
EV+1.3=Spot (1.0 -1.7)1.0 is Default, 1.1 SPOT, Others unknow
EV+1.7=CC(green to red) (1.0-4.0),(00~7F)green (ff~80)red
EV+2.0=CC(yellow to blue) (1.0-4.0),(00~7F)yellow (ff~80)blue
second layer of menus(marco on)
EV-2.0=Brightness (1.0 -2.5)
EV-1.7=Contrast (1.1 -2.7)
EV-1.3=Sharpening (1.1 -2.7)
EV-1.0=Hue(1.1-4.0)
EV-0.7=Saturation(1.1-4.0)
EV-0.3=Focus setting(1.0-1.5)(1.0 marco mode 1.1 normal mode 1.2 full range 1.3 Fast mode 1.4 Fast mode and full range 1.5 Macro mode)default 1.0
EV 0.0=original EV (1.0 -3.5)(can be changed with Manual Shutter Speed together)
EV+0.3=Manual Focus (1.0 Autofocus, 1.1 Focus to Infinity, Manual Focus Range 1.2-4.0)(support zoom)
EV+0.7=Manual WB
EV+1.0=Manual effect
EV+1.3=Spot (1.0 -1.7)1.0 is Default, 1.1 SPOT, Others unknow
EV+1.7=mirroring(1.0 to 1.3)(1.0Horizontal mirroring 1.1Horizontal mirroring 1.2Vertical mirroring 1.3Vertical mirroring)
EV+2.0=SlowShutter (1.0 -4.0) 1/20' to 2' (can be changed with ISO together)
download:
http://rapidshare.com/files/35930293/v8.64_UP_07-06_2007.zip
With easy and fast change of provision of menu choices.
Open camdriver0.dat, you go to SET MENU and it is changed place of (#SM &&) in order that you like
//===== SET MENU ======
//=====================
// first layer of menus(marco off)
EV_MIN_20=#SM_SCENE;
EV_MIN_17=#SM_CONTR;
EV_MIN_13=#SM_CHANGE_JPEG_LEVEL;
EV_MIN_10=#SM_CHANGE_SHUTTERSPEED;
EV_MIN_07=#SM_CHANGE_ISO;
EV_MIN_03=#SM_CHANGE_ZOOM;
EV_MIN_00=#SM_EV;
EV_PLUS_03=#SM_MANUAL_FOCUS;
EV_PLUS_07=#SM_WB;
EV_PLUS_10=#SM_EFFECT;
EV_PLUS_13=#SM_SPOT;
EV_PLUS_17=#SM_CC_GREEN_RED;
EV_PLUS_20=#SM_CC_YELLOW_BLUE;
// second layer of menus(marco on)
EV_MIN_20M=#SM_BRIG;
EV_MIN_17M=#SM_CONTR;
EV_MIN_13M=#SM_SHARP;
EV_MIN_10M=#SM_HUE;
EV_MIN_07M=#SM_SATUR;
EV_MIN_03M=#SM_FOCUS_SET;
EV_MIN_00M=#SM_EV;
EV_PLUS_03M=#SM_MANUAL_FOCUS;
EV_PLUS_07M=#SM_WB;
EV_PLUS_10M=#SM_EFFECT;
EV_PLUS_13M=#SM_SPOT;
EV_PLUS_17M=#SM_MIRROR;
EV_PLUS_20M=#SM_SET_SLOWSHUTTER;
_________________
[ This Message was edited by: jonaugust_69 on 2007-06-08 12:04 ] |
radicalgel Joined: Oct 06, 2006 Posts: 98 PM, WWW
|
@raiderski
Thanks a load mate. Great work!!!
----------------------------------------------- http://www.flickr.com/photos/radicalgel/ |
jaccs Joined: Jun 07, 2007 Posts: 13 PM |
y have a k750i&w800i and y tryed you´re camdriver,and for me is the best. very good job.. |
whatsucka Joined: Feb 17, 2007 Posts: > 500 PM, WWW
|
can our w800 take pictures of fireworks during nite time??
can we also configure the buttons in camera mode? like 3 and 6 is for zooming. currently pressing 1 is = settings = middle of joystick.
is it possible to change middle of joystick = to take pics also??
|
Randolph Joined: May 21, 2007 Posts: 115 PM |
Is original w810 camdriver suitable for K750i??
Here are nice shots done with Sarmad 5.7 sharpness set back to 4...
Now everything is working allright, but I often get overexposed pictures when sky or bright things dominate the background... |
kutlas Joined: Apr 15, 2007 Posts: 30 PM |
On 2007-06-07 14:06:13, Raiderski wrote:
@radicalgel & 679
you must forgive me guys, i have series of my friends weddings, meetings etc. and i just can't function in normal mode not saying about finding potential issues without fresh mind. this time EM/ENM is FIXED FOR GOOD
http://www.sendspace.com/file/edlxah
[ This Message was edited by: Raiderski on 2007-06-07 15:52 ]
is this for cid 49? |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
@kutlas
you can try. if won't work - give me your firmware version and i will fix it
@679
i almost never have proper focus above 50cm. i wrote "almost" because very rare focus is correct on longer distance. this isn't important - main benefit, faster 10-40cm macro is working properly
_________________
www.flickr.com/photos/8469432@N06/
W800 CID36 R1BD001
[ This Message was edited by: Raiderski on 2007-06-07 23:30 ] |
smw0130 Joined: May 14, 2007 Posts: 8 PM |
Sarmad 5.7
|
ptkstep Joined: May 28, 2007 Posts: 52 PM |
@ Jonaugust69
I can't download your driver from this link.
http://rapidshare.com/files/35770052/v8.64_UP_07-06_2007.zip
Are you have another link? |
679 Joined: Oct 05, 2006 Posts: 174 PM |
On 2007-06-08 00:23:10, Raiderski wrote:
@679
i almost never have proper focus above 50cm. i wrote "almost" because very rare focus is correct on longer distance. this isn't important - main benefit, faster 10-40cm macro is working properly
Yes, after testing loads of very good and not very good camdrivers, and after unsuccessfull attempts to adjust some prameters in very good drvs i've got the same conclusion - autofocus is not very stable on distance longer than 1m. It is not bug in our camera, but it is feature...
For longer distance i used to use in manual focus mode zoom=1.9. It corresponds very close to hyperfocal distance for our camera. So pictures are sharp and quick for distance more then 1m.
And thnx a lot for your last 21.91 mod...
|
barek892 Joined: May 10, 2007 Posts: 5 PM |
@Randolph
On 2007-06-07 23:21:29, Randolph wrote:
Is original w810 camdriver suitable for K750i??
Here are nice shots done with Sarmad 5.7 sharpness set back to 4...
Now everything is working allright, but I often get overexposed pictures when sky or bright things dominate the background...
can u take me a link to this driver? ( sharp 4 ) your photos are amazing for me:D |
Randolph Joined: May 21, 2007 Posts: 115 PM |
@ barek892 ... here you are, but it is easy changing sharpness. Just open existing driver and change every 05 56 to 04 56 ...
Sarmad´s 5.7 for K750i changed sharpness from 5 to 4
http://rapidshare.com/files/35907971/camdriver0.dat.html
best regards,
randolph
@ all ... what can I do that camdriver has correct focus for landscape, town ... (macro is nice, but I need mor distance 10 - 100 meters)
[ This Message was edited by: Randolph on 2007-06-08 09:39 ] |
|