Author |
Hybrid Camera Driver for W800i/K750 |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
and also here is the surprise!;D....ehehehe e-rzan great job the night mode is off,fine,and normal mode with macro off
[ This Message was edited by: ToryXX on 2006-10-03 15:56 ] |
|
Andeo Joined: Sep 14, 2006 Posts: 52 From: Russia, Ekaterinodar PM, WWW
|
Quote:
|
On 2006-10-03 14:02:32, Recruit wrote:
Andeo:
Now I know you managed to turn the flash on by editing this line:
seq_set_prop_e_1= 06 02 00 01 03 5a #CMD_END;
Could you please explain us, how the e_1 ... e_3 works?
Really thanks for your great job!
[ This Message was edited by: Recruit on 2006-10-03 13:04 ]
|
|
Original camera driver version 4.5
//****************************************
// Flash tube, property 14 ***
//****************************************
// Set to 1 if the camera should expect flash support
//
//---------------------------------------------------
seq_set_prop_e_0= 06 02 00 01 00 5a #CMD_END;
seq_set_prop_e_1= 06 02 00 01 04 5a #CMD_END;
seq_set_prop_e_2= 06 02 00 01 03 5a #CMD_END;
Explanation
prop_e_0= 06 02 00 01 00 5a // OFF
prop_e_1= 06 02 00 01 04 5a // AUTO
prop_e_2= 06 02 00 01 03 5a // ALWAYS ON
[ This Message was edited by: Andeo on 2006-10-03 16:01 ] |
Andeo Joined: Sep 14, 2006 Posts: 52 From: Russia, Ekaterinodar PM, WWW
|
Quote:
|
On 2006-10-03 16:38:31, ToryXX wrote:
Quote:
|
On 2006-10-03 16:31:46, tphg wrote:
@Andeo
i've tested 5.5UB with my K750 R1CA021, it's sharpness is impressive, but i also found that in dark, the white color becomes bluish.
Can you overcome this problem.
|
|
the 3.1 and 5.5ua is not difference wirh sharpeness .....
|
|
Driver version 3.1:
seq_init=05 02 00 0B 90 #CMD_END 05 02 00 0C 07 #CMD_END
06 02 00 01 00 52 #CMD_END
05 02 00 18 00 #CMD_END
06 02 00 01 03 56 #CMD_END // Sharpness 1
06 02 00 01 04 56 #CMD_END // Sharpness 2(???)
06 02 00 01 01 55 #CMD_END
Driver version 5.5U:
seq_init=05 02 00 0B D0 #CMD_END 05 02 00 0C 07 #CMD_END
06 02 00 01 00 52 #CMD_END
05 02 00 18 00 #CMD_END
06 02 00 01 05 56 #CMD_END // Sharpness
06 02 00 01 01 55 #CMD_END |
Andeo Joined: Sep 14, 2006 Posts: 52 From: Russia, Ekaterinodar PM, WWW
|
Quote:
|
On 2006-10-03 16:31:46, tphg wrote:
@Andeo
i've tested 5.5UB with my K750 R1CA021, it's sharpness is impressive, but i also found that in dark, the white color becomes bluish.
Can you overcome this problem.
|
|
Please wait, I am working on it now. |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
Quote:
|
On 2006-10-03 17:18:02, Andeo wrote:
Quote:
|
On 2006-10-03 16:31:46, tphg wrote:
@Andeo
i've tested 5.5UB with my K750 R1CA021, it's sharpness is impressive, but i also found that in dark, the white color becomes bluish.
Can you overcome this problem.
|
|
Please wait, I am working on it now.
|
|
andeo i saw that you have ..5.. but i let 4....i know why...if i whant i can change alone ,the sharpeness so to be like to you...but i don't whant because will be more noisy picture and not softer sharpeness like in 3.1 |
Andeo Joined: Sep 14, 2006 Posts: 52 From: Russia, Ekaterinodar PM, WWW
|
Quote:
|
On 2006-10-03 17:22:45, ToryXX wrote:
Quote:
|
On 2006-10-03 17:18:02, Andeo wrote:
Quote:
|
On 2006-10-03 16:31:46, tphg wrote:
@Andeo
i've tested 5.5UB with my K750 R1CA021, it's sharpness is impressive, but i also found that in dark, the white color becomes bluish.
Can you overcome this problem.
|
|
Please wait, I am working on it now.
|
|
...but i don't whant because will be more noisy picture and not softer sharpeness like in 3.1
|
|
Exposure settings have more effect on noise... |
macgywer Joined: Jun 11, 2006 Posts: 13 From: Croatia PM |
Quote:
|
On 2006-10-03 16:28:23, e_erzan wrote:
The pictures are of different angles,thus having different focal point...not a fair comparison...
Try to have same angle,same focal point,same distant....the we call that comparison...
|
|
this was my first comparsion. hope it comes better out next time. my hand might have shaked aswell.
i think 5.5ua and 3.1 are wery simillar. 5.5 might be a bit sharper but 3.1 makes smoother pictures. i made a few shots out in the evening with 5.5ua and they came bigger then i thought. around 500 kb. pictures are a bit darker then the ones made with 3.1 so i'm gonna stick to e man's driver for now.
5.5ua
http://img413.imageshack.us/img413/7821/dsc01315bo4.jpg |
Recruit Joined: Aug 10, 2006 Posts: 34 From: Hell PM |
Quote:
|
Original camera driver version 4.5
//****************************************
// Flash tube, property 14 ***
//****************************************
// Set to 1 if the camera should expect flash support
//
//---------------------------------------------------
seq_set_prop_e_0= 06 02 00 01 00 5a #CMD_END;
seq_set_prop_e_1= 06 02 00 01 04 5a #CMD_END;
seq_set_prop_e_2= 06 02 00 01 03 5a #CMD_END;
Explanation
prop_e_0= 06 02 00 01 00 5a // OFF
prop_e_1= 06 02 00 01 04 5a // AUTO
prop_e_2= 06 02 00 01 03 5a // ALWAYS ON
[ This Message was edited by: Andeo on 2006-10-03 16:01 ]
|
|
Thank you man. I really appreciate your work. |
mrmsje Joined: Sep 07, 2006 Posts: 20 From: Split, Croatia PM |
Andeo
v 5.5bu fine mode , night, raw data . first picture macro daylight
k750 r1ca021
i cannot see bluish....
for last picture i am not sure about EV -2.0 i think. |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
macgywer i'm agree with you about 3.1 and 5.5 russian version  |
aabg Joined: Sep 23, 2006 Posts: 206 PM |
5.5ub is better in night mode than 3.1, i canīt test 5.5ub in sunlight because, its cloudy.
5.5ub completely dark
macro mode:on
LED: on
night mode: on
 |
lapwing Joined: Sep 10, 2006 Posts: 53 PM |
hiiiiiii all
can ane one have 3.1 first edithen and give me the link ?
thanks |
klitz Joined: Jul 17, 2006 Posts: 6 PM |
Quote:
|
On 2006-10-03 11:24:46, e_erzan wrote:
Again with help of andeo,this is ver 3.31 with forced flash,only use it when needed,if not you will only get white pictures...
|
|
does this mean MXE-60 flash all the time? |
a_arash Joined: Oct 04, 2006 Posts: 3 PM |
Hi metes
Camdrive 2.441 METAFIX is better or 5.5 UB ?
Can any1 compare 2.441 with 5.5UB .
( macro - daylight - nightmode - landscope )
thanks . |
zammi Joined: Aug 04, 2006 Posts: 37 PM |
Quote:
|
On 2006-10-03 16:52:35, ToryXX wrote:
and also here is the surprise!;D....ehehehe e-rzan great job the night mode is off,fine,and normal mode with macro off
[ This Message was edited by: ToryXX on 2006-10-03 15:56 ]
|
|
@ToryXX
Which version of the 3.1 you are using. Is it the latest version available.
Cheers...
|
|