Author |
Super camera driver for k750/w800/w810 |
rockygali Joined: Nov 21, 2005 Posts: > 500 From: PM, WWW
|
yes i know... thats actually my point... if we adjust Picture Quality from there..
were tweaking SPOT ON/OFF not FINE & NORMAL MODE. get me? it has been replaced! well its the why i understand it... but if its not... it only means that
SPOT OFF is for FINE MODE only & SPOT ON is for NORMAL MODE only.
"Darkness is the absence of light.. and not the opposite..." |
|
chengrong Joined: Sep 01, 2006 Posts: 81 PM |
@leon12
I know that, but speed and quailty, this is a question
http://chengrongblog.blogspot.com/
|
Kriomag Joined: Dec 20, 2006 Posts: > 500 From: Poland PM, WWW
|
7.7 Final
- LedENM (ENM + ENM with LED)
- 3VRm
- SPOT Support
- AE Lock
- Smooth Linear zoom x16
http://www.rogepost.com/n/5980630838 <-- Proper version 
[ This Message was edited by: Kriomag on 2007-03-31 22:34 ] |
Kriomag Joined: Dec 20, 2006 Posts: > 500 From: Poland PM, WWW
|
ups...
[ This Message was edited by: Kriomag on 2007-03-29 08:13 ] |
P_Cherry Joined: Mar 28, 2007 Posts: 36 PM, WWW
|
to HOLDIT: Thanx for help, I went to the page 1 and read 68 pages, but still have the same question... ((
So there are many versions 7.7 / 8.53 / 8.54 ...
Which is most useful for me ? I would like to have good pictures from club rock concerts (low light conditions - with long shutter you have blurred pictures:(
What is EV ???????
|
guguly Joined: Jan 12, 2007 Posts: 120 PM |
On 2007-03-29 09:54:58, P_Cherry wrote:
I would like to have good pictures from club rock concerts (low light conditions - with long shutter you have blurred pictures:(
unfortunately, no modded camdriver can get good pictures of moving subjects at low light conditions. |
elevation1 Joined: Mar 07, 2007 Posts: 31 PM |
Kriomag 7.7 final with new enm are good also for cid 49 k750i or w800i? thanks lot... mladen can you modify 8.54? i like your 8.53 + 7.7 final  |
robincys Joined: Mar 25, 2007 Posts: 2 PM |
I think if the dault mode can be changed to normal or sports for 8.54, it gonna be much easier for us. (currently, the default is night portrait).
|
P_Cherry Joined: Mar 28, 2007 Posts: 36 PM, WWW
|
To Guguly: Definitely, I am not stupid I know something about relation among shutter X ISO etc...
But what I do not know, what the EV is ?
And as for W800i, some of my concerts photos are quite good, so I know that it is possible to get quite good snapshot with this camera... but everytime, the automatics values the conditions in a different way, so some pictures are good and some are not...
|
stingjoel Joined: Jan 24, 2005 Posts: 265 From: Indonesia PM |
On 2007-03-29 11:09:30, robincys wrote:
I think if the dault mode can be changed to normal or sports for 8.54, it gonna be much easier for us. (currently, the default is night portrait).
@robincys;
Nope, the default is normal.
Actually I made a modification for scene at Chengrong v.8.54 into:
1.0 Normal
1.1 NightPotrait
1.2 Nightscene
1.3 Landscape
1.4 Potrait
1.5 Sport
1.6 Beach/Snow
1.7 Document
1.8 Cold
1.9 Green Grass
2.0 Manual Exposure
If you want it, just replace these lines:
//********************************************************************
// 0 => Sports 1 => Normal 2 => Landscape
// 3 => Portrait 4 => Nightscene 5 => Nightportrait
// 6 => Beach/snow 7 => Document 8 => Manual Exposure
//--------------------------------------------------------------------
SM_SELECT_FUNCTION=
$c6 00
06 02 00 01 00 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 01
06 02 00 01 01 51 #CMD_END
#SM_NORMAL_MODE
$cl
$c6 02
06 02 00 01 06 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 03
06 02 00 01 03 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 04
06 02 00 01 04 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 05
06 02 00 01 05 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 06
06 02 00 01 02 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 07
06 02 00 01 00 51 #CMD_END
#SM_DOCUMENT_MODE $cl
$c6 08
06 02 00 01 00 51 #CMD_END
#SM_NORMAL_MODE $cl
$c6 09
06 02 00 01 00 51 #CMD_END
#SM_NORMAL_MODE
05 02 00 20 F4 #CMD_END
05 02 00 21 E0 #CMD_END
06 02 00 01 01 13 #CMD_END
$cl
$c6 0a
06 02 00 01 00 51 #CMD_END
#SM_NORMAL_MODE
05 02 00 20 0F #CMD_END
05 02 00 21 0F #CMD_END
06 02 00 01 01 13 #CMD_END
$cx $cx $cx $cx $cx $cx $cx $cx $cx $cx $cx;
SM_RESTORE_ENHANCE_NIGHT=
$c6 00
06 02 00 01 00 51 #CMD_END $cl
$c6 01
06 02 00 01 01 51 #CMD_END $cl
$c6 02
06 02 00 01 06 51 #CMD_END $cl
$c6 03
06 02 00 01 03 51 #CMD_END $cl
$c6 04
06 02 00 01 04 51 #CMD_END $cl
$c6 05
06 02 00 01 05 51 #CMD_END $cl
$c6 06
06 02 00 01 02 51 #CMD_END $cl
06 02 00 01 00 51 #CMD_END
$cx $cx $cx $cx $cx $cx $cx;
Into:
//***********************************************************************
// 1.0 => Normal 1.1 => NightPortrait 1.2 => Nightscene
// 1.3 => Landscape 1.4 => Portrait 1.5 => Sports
// 1.6 => Beach/Snow 1.7 => Document 1.8 => Cold
// 1.9 =>Green Grass 2.0 => Manual Exposure
//-----------------------------------------------------------------------
SM_SELECT_FUNCTION=
$c6 00
06 02 00 01 00 51 #CMD_END //Normal
#SM_NORMAL_MODE $cl
$c6 01
06 02 00 01 03 51 #CMD_END //NightPortrait
#SM_NORMAL_MODE $cl
$c6 02
06 02 00 01 04 51 #CMD_END //Nightscene
#SM_NORMAL_MODE $cl
$c6 03
06 02 00 01 06 51 #CMD_END //Landscape
#SM_NORMAL_MODE $cl
$c6 04
06 02 00 01 01 51 #CMD_END //Portrait
#SM_NORMAL_MODE $cl
$c6 05
06 02 00 01 05 51 #CMD_END //Sports
#SM_NORMAL_MODE $cl
$c6 06
06 02 00 01 02 51 #CMD_END //Beach/Snow
#SM_NORMAL_MODE $cl
$c6 07
06 02 00 01 00 51 #CMD_END //Document
#SM_DOCUMENT_MODE $cl
$c6 08
06 02 00 01 00 51 #CMD_END //Cold
#SM_NORMAL_MODE
05 02 00 20 F4 #CMD_END
05 02 00 21 E0 #CMD_END
06 02 00 01 01 13 #CMD_END
$cl
$c6 09
06 02 00 01 00 51 #CMD_END //Green Grass
#SM_NORMAL_MODE
05 02 00 20 0F #CMD_END
05 02 00 21 0F #CMD_END
06 02 00 01 01 13 #CMD_END
$cl
$c6 0a
06 02 00 01 00 51 #CMD_END //Manual Exposure
#SM_NORMAL_MODE
$cx $cx $cx $cx $cx $cx $cx $cx $cx $cx $cx;
SM_RESTORE_ENHANCE_NIGHT=
$c6 00
06 02 00 01 00 51 #CMD_END $cl
$c6 01
06 02 00 01 03 51 #CMD_END $cl
$c6 02
06 02 00 01 04 51 #CMD_END $cl
$c6 03
06 02 00 01 06 51 #CMD_END $cl
$c6 04
06 02 00 01 01 51 #CMD_END $cl
$c6 05
06 02 00 01 05 51 #CMD_END $cl
$c6 06
06 02 00 01 02 51 #CMD_END $cl
06 02 00 01 00 51 #CMD_END
$cx $cx $cx $cx $cx $cx $cx;
|
679 Joined: Oct 05, 2006 Posts: 174 PM |
@ all modders
There is intersting forum with the same topic - but in russian (pity) - http://www.senews.ru/forum/showthread.php?t=5289&page=148.
Their modders have got sometimes interesting drivers -some features are better other worse - its in process.
Recently modder Pilya made very interesting driver with the best CC i ever got with other drivers - espessial in AUTO WB. I try and compare its CC in very different light situations and compare with drivers by Kriomag, Mladen750, ZUZU, 9.X and 8.53. Believe me - its result is most close to natural colors (without yellowis or bluish). The most natural green grass i've got only with it. Of course its not perfect - with low light you have got pictures with very slight redish hue. All others features are near the standard driver.
But in any case i hope its CC ideas will be useful for essato moders -its "new blood" for esato camdriver comunity...
With author permission you can try and use drivers ideas - there is link to download
http://www.rogepost.com/n/6049019340
|
BOSSHOGG Joined: Dec 19, 2002 Posts: > 500 PM |
thanks, very nice natural colours, but no manual focus. Also the auto focus seemed to take forever in low light compared to others. |
ionutph Joined: Dec 31, 2006 Posts: 7 PM |
In 8.54 I see vertical stripes (with some squares) in some pictures or in modified pictures (light, exposure...) become more visible. I know this problem is also in other driverers. Can we remove this stripes ?
and Y think is better to have:
- compresion set to 90
- sharpness from 4 to 5
- smoother preview (in 8.54 i see flickering lines distorsion apearing between window and wall, i don't know if this afect or is some HZ seting)
- increased bitrate in video recording or other tweaks for better quality (8.54 and others/user have 15/7.5 fps, I know bitrate can also bee increased but I don't know how)
or other driver (7.7 with tweaks/CC) with supermode (Mladen/Kriomag)
[ This Message was edited by: ionutph on 2007-03-29 12:45 ] |
Kriomag Joined: Dec 20, 2006 Posts: > 500 From: Poland PM, WWW
|
On 2007-03-29 13:42:27, ionutph wrote:
- increased bitrate in video recording or other tweaks for better quality (8.54 and others/user have 15/7.5 fps, I know bitrate can also bee increased but I don't know how)
Video bitrate cant be modified only fps can be changed... |
Kriomag Joined: Dec 20, 2006 Posts: > 500 From: Poland PM, WWW
|
On 2007-03-29 11:48:37, 679 wrote:
@ all modders
There is intersting forum with the same topic - but in russian (pity) - http://www.senews.ru/forum/showthread.php?t=5289&page=148.
Their modders have got sometimes interesting drivers -some features are better other worse - its in process.
Recently modder Pilya made very interesting driver with the best CC i ever got with other drivers - espessial in AUTO WB. I try and compare its CC in very different light situations and compare with drivers by Kriomag, Mladen750, ZUZU, 9.X and 8.53. Believe me - its result is most close to natural colors (without yellowis or bluish). The most natural green grass i've got only with it. Of course its not perfect - with low light you have got pictures with very slight redish hue. All others features are near the standard driver.
But in any case i hope its CC ideas will be useful for essato moders -its "new blood" for esato camdriver comunity...
With author permission you can try and use drivers ideas - there is link to download
http://www.rogepost.com/n/6049019340
See page 61, i think i have already tried this CC its good but for me toooooo much red :/ |
|