Sony Ericsson / Sony : Software, Firmware and Drivers : New Modded Camera Driver for K550i
>
New Topic
>
Reply<
Esato Forum Index
>
Sony Ericsson / Sony >
Software, Firmware and Drivers
> New Modded Camera Driver for K550i
Bookmark topic
On 2008-03-05 20:33:37, andreiuc88 wrote:
Does this produces less noise? and isnt it kind of dark?
IMO Antik's driver produces more noise than any MHQ driver. Photos are brighter but it dosen't recompense quality which runs away.
--
Posted: 2008-03-06 14:12:39
Edit :
Quote
w610/K550 of hardware doesn´t work well with large exposure, longer exposure biggest noise in the picture, I think the best way is to let the default exposure working with the sensor and correction the colors, dark environments for the use of flash is essential not to force the exhibition.
--
Posted: 2008-03-06 17:21:42
Edit :
Quote
2.46 by Antik is what I'm currently using. It produces less noise and real colors.
--
Posted: 2008-03-07 12:26:02
Edit :
Quote
On 2008-03-07 12:26:02, / wrote:
2.46 by Antik is what I'm currently using. It produces less noise and real colors.
can show us some pictures using your Antik camera driver?
--
Posted: 2008-03-09 11:08:42
Edit :
Quote
Original v2.4 by Antik (not the edited one)
This next one is taken with without autofocus
..

[ This Message was edited by: / on 2008-03-10 07:56 ]
--
Posted: 2008-03-10 08:51:43
Edit :
Quote
/
plz compare the original driver with the one in the pictures.
--
Posted: 2008-03-10 12:06:56
Edit :
Quote
For modders who copied the property
cam_i2c_clock_fr of the driver for w610/k550 BrAzzUkA's. We made a mistake in relation to the parameters of registers.
apologize for mistake.
The property only worked with these registers in most models chip camera phone
Fix correction register
cam_i2c_clock_freq=[2]; // I2C frequency in kHz
// [0] => 433 kHz
// [1] => 325 kHz (but not supported for all models)
// [2] => 100 kHz
// all other Values => 100 kHz => default
reg[0]=>support to 433khz
reg[1]=>support to 325khz
reg[2]=>support to 100khz
All values are in hexa but follows a diagramm blocks
--
Posted: 2008-03-10 23:17:33
Edit :
Quote
White Balance-Effects Ligth
To attempt to soften the noise a way to reduce the noise effects could replace the filter for white balance with effects of light
w610/k550
//************************************************
// White balance, property 1 *******
//************************************************
// 0 => auto 1 => tungsten 2 => fluorescent (white-yellow)
// 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);
//fluorescent (white-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);
//one push
seq_set_prop_1_5 = #COM_EVENT(11,07);
//hold
seq_set_prop_1_6 = #COM_EVENT(11,01);
//***************************************************
// Effects, property 8 *****
//***************************************************
//
// 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:
//normal
seq_set_prop_8_0 = #COM_EVENT(53,%0);
//negative
seq_set_prop_8_1 = #COM_EVENT(53,%0);
//solarize
seq_set_prop_8_2 = #COM_EVENT(53,%0);
//sepia
seq_set_prop_8_3 = #COM_EVENT(53,%0);
//black&white
seq_set_prop_8_4 = #COM_EVENT(53,%0);
try
--
Posted: 2008-03-10 23:33:46
Edit :
Quote
v.2.4* by Antik
Auto
Auto + Flash
Macro + Flash
Night Landscape
--
Posted: 2008-03-11 09:51:43
Edit :
Quote
Сomparison
Left to right: Antik 2.48 - SonarikK510 2.38 B - Brazuka 4.87 Standard - Number1 3.0
Download (1.4 Mb):
http://www.4shared.com/file/40548130/9fa6aae7/Comparison.html
--
Posted: 2008-03-12 09:48:38
Edit :
Quote
New Topic
Reply