Sony Ericsson / Sony : Software, Firmware and Drivers : Mini SuperMode for K550/W610
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> Mini SuperMode for K550/W610
Bookmark topic
salamat kabayan
but it seems no K550/W610 owner like this camdriver, maybe because apart from manual settings, it's exactly the original camdriver
with these settings, there is no need to change scenes in camdriver, we have all we need in menu!!!
[ This Message was edited by: sadeghi85 on 2008-03-12 12:07 ]
--
Posted: 2008-03-12 13:03:00
Edit :
Quote
On 2008-03-12 13:03:00, sadeghi85 wrote:
salamat kabayan
but it seems no K550/W610 owner like this camdriver, maybe because apart from manual settings, it's exactly the original camdriver
with these settings, there is no need to change scenes in camdriver, we have all we need in menu!!!
[ This Message was edited by: sadeghi85 on 2008-03-12 12:07 ]
Nice interface menu but someone already applied settings in the driver?
And other languages menu? Would be easier to describe the lines changed so that everyone can learn and switch to their language?
--
Posted: 2008-03-12 13:29:33
Edit :
Quote
On 2008-03-12 13:29:33, brazuka wrote:
And other languages menu? Would be easier to describe the lines changed so that everyone can learn and switch to their language?
Well, by using
LngEditor we can change menu. now every one can translate changes to EN.lng, to his/her own language by editing appropriate *.lng file that can be found in TPA/PRESET/SYSTEM/LANGUAGE.
[ This Message was edited by: sadeghi85 on 2008-03-24 17:09 ]
--
Posted: 2008-03-12 13:51:47
Edit :
Quote
@sadeghi85
yep i know sade.
but the settings will be in the driver k550/w610, the option sharpness is good??? humm Perhaps the white balance RGB option it would be better it might be a good option good well depends on the settings applied in driver.
[ This Message was edited by: brazuka on 2008-03-17 10:54 ]
--
Posted: 2008-03-12 14:25:21
Edit :
Quote
aah thanks brazuka
i'll think about white balance and focus.
[ This Message was edited by: sadeghi85 on 2008-03-24 20:19 ]
--
Posted: 2008-03-12 14:45:20
Edit :
Quote
The idea would be good to use only the function effects replacing it by a minisupermode would be more practical but as I said earlier the function blocks any action effects and encouragement.
We believe that the best way to make a supermode to w610/k550 is the functions and table prepared by Raiderski using the property exposure EV +/-
We hold a minisupermode vga for cameras using the same process at Raiderski but logically within their capabilities.
The model would replace the more practical purposes but unfortunately the actions are blocked.
The only way to use the property for something substuindo effect would be for white balance with effects of light thus decreasing the noise a bit.
Then we get two sets a supermode related to EV exposure following the example of Raiderski and a light effects minisupermode a pseudo-scene replacing the effects.
If someone has another idea would be good
--
Posted: 2008-03-13 13:32:13
Edit :
Quote
full features of supermode by raiderski
example:
shortcuts:
EM = enchanced mode
ENM = enchanced night mode
CC = color correction
functions list:
-2.0 = Contrast
1.0 = default
1.1 - 1.9 = minimum - maximum
-1.7 = CC Cyan
1.0 = automatic
1.1 - 4.0 = none - maximum
-1.3 = CC Red
1.0 = automatic
1.1 - 4.0 = none - maximum
-1.0 = Saturation
1.0 = initial
1.1 = default (neutral)
1.2 - 4.0 = desaturated - maximum
-0.7 = CC Yellow
1.0 = automatic
1.1 - 4.0 = none - maximum
-0.3 = CC Blue
1.0 = automatic
1.1 - 4.0 = none - maximum
0.0 = Focus
1.0 = automatic
1.1 = infinity
1.2 - 4.0 = manual (press and free snapshot key to enable/disable zoom 4x)
+0.3 = Exposure Compensation
1.0 = 0.0
1.1 = -3.0
2.0 = 0.0
2.6 = +2.0
+0.7 = Shutter Speed
1.0 = automatic
1.1 = normal mode (EM)
= night mode (ENM)
1.2 - 4.0 = normal mode (1/6400s - 1/8s)
1.2 - 3.0 = night mode (1/40s - 2s, all zoom values above 3.0 = 2s)
(press and free snapshot key to enable/disable preview)
+1.0 = Light Metering Method
1.1 = spot
other = default (center-weighted average)
+1.3 = Zoom
1.0 - 4.0 = 1x - 4x
+2.0 = Profile
1.0 = automatic
1.1 = cloudy landscape
1.2 = document
optional functions (enable them in configuration tool)
Brightness
1.0 = default
1.1 - 2.6 = minimum - maximum
Green Color Cast
1.0 - 4.0 = neutral - maximum
Magenta Color Cast
1.0 - 4.0 = neutral - maximum
Orange Color Cast
1.0 - 4.0 = neutral - maximum
//************************************************
// White balance, property 1 *******
//************************************************
// 0 => auto 1 => tungsten 2 => fluorescent
// 3 => clear sky 4 => cloudy
// 5 => one push 6 => hold
//---------------------------------------------------
//auto
seq_set_prop_1_0 = #COM_EVENT(11,00);
//tungsten
seq_set_prop_1_1 = #COM_EVENT(11,03);
//fluorescente(white ice/yellow)
seq_set_prop_1_2 = #COM_EVENT(11,04);
//clear sky
seq_set_prop_1_3 = #COM_EVENT(11,05);
//cloudy
seq_set_prop_1_4 = #COM_EVENT(11,06);
//onepush
seq_set_prop_1_5 = #COM_EVENT(11,07);
//hold
seq_set_prop_1_6 = #COM_EVENT(11,01);
replace others values for WB
R G B
#MANUAL WB(XX XX XX)
Effects Ligth
//***************************************************
// Effects, property 8 Effects Ligth RGB
//***************************************************
//
// 0 => normal, 1 => negative, 2 => solarize
// 3 => sepia, 4 => black&white, //inverted sepia and negative B&W
//---------------------------------------------------
seq_set_prop_8 = #COM_EVENT(53,%0);
replace the values for effects
// 0 => normal auto (no effects)
// 1 => negative/incandescent(tungsten)
// 2 => sepia/fluorescent(white ice/yellow)
// 3 => solarize/clear sky(dayligth)
// 4 => black & white/cloudy(indoor)
[ This Message was edited by: brazuka on 2008-03-13 12:57 ]
--
Posted: 2008-03-13 13:56:35
Edit :
Quote
If i'm not mistaken we can't use zoom keys in 2 and 1MP mode, can we?
supermode for VGA.... hmmm... i don't like it. K550/W610 is sooo limited unless if we could use zoom keys in all modes. another problem is ENM won't work on K550/W610.
CC is a good idea though.
--
Posted: 2008-03-13 14:27:20
Edit :
Quote
But you saw some minisupermode to vga cameras?
I think you do not understand two options would be controlled by an EV and another in the civil effects would substiuido by pseudoscenes with values WB changed effects of light, but you gave me a great idea, rather than divide the shares can do in an action applying everything this effect on the property controlled by EV joystick contrast / saturation / iso / CC_WB / sharpness ... If possible but some other controlled by the EV + / - and each value EV would function as supermode of raiderski but implemented in the property effects.
As the property has 4 modes effects would have two functions may be applied for each mode.
example:
replace by effects implemented EV
black&white=>ISO/SHUTTER/MANUALSPEED
solarize=>CONTRAST/BRIGHTNESS
sepia=>SHARPNESS/COLOR SATURATION
negative=>CUSTOM WB/COLOR CORRECTION_CC
example EV+/- joystick implemented in effects
// -------------------------------------------
// CUSTOMIZE FUNCTION
// SET_PROFILE;
// SET_SCENE;
// SET_SPOT;
// SET_EFFECT;
// SET_ZOOM;
// SET_BRIGHTNESS;
// SET_CONTRAST;
// SET_FOCUS;
// SET_EXPOSURE;
// SET_MANUAL_SSPEED;
// SET_SATURATION;
// SET_CC_BLUE;
// SET_CC_YELLOW;
// SET_CC_GREEN_RED;
// SET_CC_GREEN;
// SET_CC_MAGENTA;
// SET_ORIGINAL_EV; Original EV(joystick)
// SET_CUSTOM_WB;
// -------------------------------------------
//FUNCTIONS MENU EV+/-
EV_M_20= #SET_CUSTOM_WB;
EV_M_17= #SET_SPOT;
EV_M_13= #SET_SCENE;
EV_M_10= #SET_ZOOM;
EV_M_07= #SET_BRIGHTNESS;
EV_M_03= #SET_PROFILE;
EV_0_00= #SET_FOCUS;
EV_P_03= #SET_EXPOSURE;
EV_P_07= #SET_MANUAL_SSPEED;
EV_P_10= #SET_SATURATION;
EV_P_13= #SET_CC_BLUE;
EV_P_17= #SET_CC_YELLOW;
EV_P_20= #SET_CC_GREEN_RED;
// --------------------------------------------
The idea would seize the property effects to control these options along with the EV + / - joystick.
We have two options ... well good job guys!!!
--
Posted: 2008-03-13 15:26:45
Edit :
Quote
The configuration supermode based on studies of Raider is a model fully applied to any model of mobile respecting its capabilities.
The model configuration implemented by Raider may be useful for many models of phones and their joint hardware-sensors-chip processor-lenss.
Each record is determined by each sensor-chip because there is a table and each type of cell responds best with that particular record but it is perfectly adapted to model Raider
Establish small changes such as ISO or Saturation to be changed together with the EV very limited action impossible to make more calls with more properties and functions.
Model Raider is perfectly fair for that users do not need to have 1000000 drivers in a folder and choose one, just have that model and adjusts it...
[ This Message was edited by: brazuka on 2008-03-16 00:09 ]
--
Posted: 2008-03-16 01:07:01
Edit :
Quote
New Topic
Reply