Author |
Super camera driver for k750/w800/w810 |
petkoxray Joined: Sep 23, 2007 Posts: 76 PM, WWW
|
@Strong u can put in your new version Kriomag WB Balances
This is just idea  |
|
ilidan Joined: Aug 20, 2007 Posts: 7 PM |
Thanks Strong, but my phone always restarts when I turn off low profile. Thats with 5.8 and 6.0. Thank you, anyway.
I will try Sarmad's 5.8 as it has NM/FEM/SEM. I need a way to reduce noise on indoor pictures. |
679 Joined: Oct 05, 2006 Posts: 174 PM |
@Kriomag
For K750 CID36.
A question for 21.93 using. For example in EM, MACRO=ON i've set custom WB (i.e. EV->0.7->EV->0.3). OK?
But also i want for this custom WB to set max SATURATION (EV->-2.0).
Seems it is impossible, coz when i set EV=-2.0 i pass throw EV=0.0, -0.3 and default WB will be set .
Can it be done by other way?
Thx |
ben11 Joined: Jan 08, 2008 Posts: 1 PM |
On 2008-03-06 11:00:30, ilidan wrote:
Thanks Strong, but my phone always restarts when I turn off low profile.
Me too.. |
dukempg Joined: Sep 11, 2007 Posts: 70 PM |
@SPU
You made a great driver, and put a new use to night mode in my cell (which I had abandoned for ages since I got my MXE-60). My question is about MXE-60: Can I increase the compression level? 50% is very low and because photos generally comes with noise, which is magnified by the compression  |
SPU Joined: Feb 07, 2007 Posts: 131 From: Russia, SPb PM |
dukempg
It's very easy. Open the driver and change value DF_MXE_JPEG_QUALITY in the Config section (default value is 32 = 50%). Don't set it above 75% because the MXE can be out of sync in this case.
W800i CID36 R1BD001 |
dukempg Joined: Sep 11, 2007 Posts: 70 PM |
On 2008-03-06 18:31:25, SPU wrote:
dukempg
It's very easy. Open the driver and change value DF_MXE_JPEG_QUALITY in the Config section (default value is 32 = 50%). Don't set it above 75% because the MXE can be out of sync in this case.
Thanks a lot SPU! I'll keep it at 70% to be on the safe side. BTW, is there a way to have sharpness set at zero only for Night Mode and MXE-60? In this two cases a lot of noise by the sensor is produced and like to use Neat Image to remove the noise before sharpening when post-processing. This produces much better results IHMO. |
Kriomag Joined: Dec 20, 2006 Posts: > 500 From: Poland PM, WWW
|
On 2008-03-06 11:47:10, 679 wrote:
@Kriomag
For K750 CID36.
A question for 21.93 using. For example in EM, MACRO=ON i've set custom WB (i.e. EV->0.7->EV->0.3). OK?
But also i want for this custom WB to set max SATURATION (EV->-2.0).
Seems it is impossible, coz when i set EV=-2.0 i pass throw EV=0.0, -0.3 and default WB will be set  .
Can it be done by other way?
Thx
it cant be done ive never had need to use custo wb + max saturation
if You need this options combined i can replace normal EV change (when macro is off) to saturation change, then you will do like that: set custom wb -> turn macro off -> set saturation
i will think about improving this... |
679 Joined: Oct 05, 2006 Posts: 174 PM |
On 2008-03-06 20:30:07, Kriomag wrote:
it cant be done  ive never had need to use custo wb + max saturation
if You need this options combined i can replace normal EV change (when macro is off) to saturation change, then you will do like that: set custom wb -> turn macro off -> set saturation
i will think about improving this...
Thx, in fact i set high (14) init saturation and semi-resolve this problem. Now it is color-poor scene around (due to the winter) so i need pick-up colours... In spring and summer i'll reduce saturation... |
pofi Joined: Jan 29, 2008 Posts: 33 PM |
@Strong
What is this for?
MACRO_ZOOM= 08; // 10=x4 - 20=x2 - 08=x8
Macro zoom for preview or the actual shots taken when macro is enabled.
|
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
zoom close-up ratio in manual focus preview
|
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
@pofi
as Raiderski said is his invention
@Raiderski
Iam looking for code how can I reset brightness and contrast at profiles can you help me a little?
@petkoxray
already testing
_________________
k750@w800 R1BC002 www.camdrivers.wz.cz/
[ This Message was edited by: strong on 2008-03-07 12:58 ] |
Raiderski Joined: Jul 03, 2006 Posts: > 500 From: Poland, Hell, Mountains PM, WWW
|
strong
i looked in 5.8 profile code, you have first version which was problematic. look:
PROFILE=
...
$c0 0a
// 1.0 = reset all settings
$cl
// profiles at 1.1, 1.2, ...
$cx
in user language this is:
1.0 = all settings to auto
1.1 = apply 1.1 settings
1.2 = apply 1.2 settings
...
do you see problem? if you want to apply 1.2 then you must to pass 1.1 and settings from 1.1 won't be moved to auto state (they can affect profile 1.2 where shouldn't be active). you must reset all settings every time when you change profile. i did this change in 6.5 final (don't remember exact version). look at profiles code in 6.7.2 and replace to this:
PROFILE=
...
// reset all settings
$c0 0b
// profile 1.1
$cl
// other profiles at 1.2, 1.3, ...
$cx
reset code can be slow - code optimization advised
|
petkoxray Joined: Sep 23, 2007 Posts: 76 PM, WWW
|
With raiderski_MOD_by me 
[ This Message was edited by: petkoxray on 2008-03-07 15:31 ] |
strong Joined: May 18, 2007 Posts: > 500 From: Greece PM |
OK thanks for your time Raider
Samsung GT-i8910 Omnia HD K850 R1FA035 modded camdriver modded acoustic drivers www.camdrivers.wz. |
|