Author |
New Modded Camera Driver for K550i |
hypnos Joined: Jan 28, 2008 Posts: 5 From: Poland PM |
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. |
|
brazzuka's Joined: Nov 14, 2007 Posts: > 500 From: South World-Antartida-Sweden PM, WWW
|
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.
|
marquee Joined: May 07, 2007 Posts: 11 From: Philippines PM, WWW
|
2.46 by Antik is what I'm currently using. It produces less noise and real colors. |
jusuchin85 Joined: Nov 05, 2007 Posts: 2 PM |
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? |
marquee Joined: May 07, 2007 Posts: 11 From: Philippines PM, WWW
|
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 ] |
one love Joined: Oct 18, 2007 Posts: 49 PM |
/
plz compare the original driver with the one in the pictures. |
brazzuka's Joined: Nov 14, 2007 Posts: > 500 From: South World-Antartida-Sweden PM, WWW
|
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
|
brazzuka's Joined: Nov 14, 2007 Posts: > 500 From: South World-Antartida-Sweden PM, WWW
|
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
|
killem Joined: Dec 12, 2007 Posts: 58 From: Kyiv, Ukraine PM, WWW
|
v.2.4* by Antik
Auto
Auto + Flash
Macro + Flash
Night Landscape
 |
killem Joined: Dec 12, 2007 Posts: 58 From: Kyiv, Ukraine PM, WWW
|
С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 |
one love Joined: Oct 18, 2007 Posts: 49 PM |
Antik it's the best cam driver for W610...first impression.
I didn't get to do a comparison between antik and orig. cam driver... |
killem Joined: Dec 12, 2007 Posts: 58 From: Kyiv, Ukraine PM, WWW
|
Macro (Antik's driver)
 |
one love Joined: Oct 18, 2007 Posts: 49 PM |
Comparison between Antik 2.46 and Original>
Automatic settings/Antik
Twilight portrait/Antik
Sport/Antik
Automatic settings/Original
Twilight portrait/Original
Sport/Original
Video/Antik
http://www.4shared.com/file/40667904/19c25d1d/MOV00073.html
Video/Original
http://www.4shared.com/file/40667951/14df5dd7/MOV00077.html
|
killem Joined: Dec 12, 2007 Posts: 58 From: Kyiv, Ukraine PM, WWW
|
Updated version 2.48 by Antik[BY]
Download:
http://www.4shared.com/file/4[....]/39e1edd9/Antik_248_60308.html
[ This Message was edited by: killem on 2008-03-14 08:33 ] |
one love Joined: Oct 18, 2007 Posts: 49 PM |
Doesn't' work! And i suggest a english readme. |
|