Author |
Hybrid Camera Driver for W800i/K750 |
e_erzan Joined: Aug 04, 2006 Posts: > 500 From: Singapore,Tanglin PM |
Quote:
|
On 2006-11-05 18:16:57, ToryXX wrote:
ok erzan thank you,i see that nobody know where is the setting for macro in a cam driver......
then please tell me what is making this things?
seq_ping=;
seq_set_prop_0=$s0 %0 $-0 0A 06 02 00 01 $w0 06 #CMD_END;
seq_get_prop_0 = $s1 07 $s0 07;
|
|
I will point it out to you soon,now i need my sleep now...really had a long day... |
|
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-05 18:14:05, ToryXX wrote:
imsje 7.8 is different ....look also this is changed ,,
7.7 moded
NOM_FPS = 05 02 00 08 3c #CMD_END //2e to 3c
06 02 00 01 3c 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
NIM_FPS = 05 02 00 08 1F #CMD_END
06 02 00 01 1F 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
7.8 cam driver
NOM_FPS = 05 02 00 08 #VR_NORMAL_MODE_FR #CMD_END //2e to 3c
06 02 00 01 3c 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
NIM_FPS = 05 02 00 08 VR_NIGHT_MODE_FR #CMD_END
06 02 00 01 1F 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
|
|
SORRY, IT IS MY MISTAKE.
because macro is defined above.
it can stay without macro, as in the 7.7 moded, but it is easier change value where is macro defined.
It has to be:
NOM_FPS = 05 02 00 08 #VR_NORMAL_MODE_FR #CMD_END 06 02 00 01 #VR_NORMAL_MODE_FR 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
NIM_FPS = 05 02 00 08 #VR_NIGHT_MODE_FR #CMD_END
06 02 00 01 #VR_NIGHT_MODE_FR 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
please change this in the 7.8 driver. SORRY AGAIN.
[ This Message was edited by: imsje on 2006-11-05 18:06 ] |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
where is the macro settings in a cam driver imsje? |
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-05 19:16:29, ToryXX wrote:
where is the macro settings in a cam driver imsje?
|
|
this is macro for camera
VR_NORMAL_MODE_FR=3C;
VR_NIGHT_MODE_FR=1E;
where is big letters with = something ;
TORRY=$0 06 01 00 82;
TORRY is macro and you can write #TORRY instead write $0 06 01 00 82;
you can have macro inside macro as this:
NIM_FPS = 05 02 00 08 #VR_NIGHT_MODE_FR #CMD_END
06 02 00 01 #VR_NIGHT_MODE_FR 03 #CMD_END
06 02 00 01 81 34 #CMD_END
#WAIT_FOR_MODE;
If you think on the macro picture, i know that we have
macro, close distance, distance view.
maybe , it is somewhere with focus, i don't know, sorry.
[ This Message was edited by: imsje on 2006-11-05 18:42 ] |
Alexis_chr Joined: Nov 03, 2006 Posts: 7 From: Romania PM |
Hy could anyone post the 7.8 camera driver here so I can download it, pls. Or someone tell me which is the best driver made so far.
Did anyoane tryed thoose drivers which is the BEST one !!!!!
http://clubw800i.googlepages.com/home33
PPPLLLSSS HHHEEELLLPPP !!!!!!! |
lippax Joined: Nov 06, 2006 Posts: 3 PM |
Hey, im a little confused here. Im using 7.8 driver, im not sure it needs edited or? Can someone upload a fixed version named 7.8 fixed or 7.81 or similar. Thx |
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-06 06:50:58, lippax wrote:
Hey, im a little confused here. Im using 7.8 driver, im not sure it needs edited or? Can someone upload a fixed version named 7.8 fixed or 7.81 or similar. Thx
|
|
ver 7.8 fixed
http://rapidshare.com/files/2189982/camdriver0.dat.html |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
somebody know how i can turn off the spot in a cam driver?...from where? |
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-06 10:01:42, ToryXX wrote:
somebody know how i can turn off the spot in a cam driver?...from where?
|
|
delete this lines if has it.
seq_init=05 02 00 0B 0D #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 $f 56 #CMD_END
06 02 00 01 00 08 #CMD_END
seq_set_prop_7_0=06 02 00 01 28 03 #CMD_END
05 02 00 08 48 #CMD_END
06 02 00 01 41 34 #CMD_END
05 02 00 0C 07 #CMD_END
06 02 00 01 00 08 #CMD_END
#WAIT_FOR_MODE_TRANSITION;
seq_set_prop_7_1=06 02 00 01 0a 03 #CMD_END
05 02 00 08 1e #CMD_END
06 02 00 01 01 34 #CMD_END
05 01 00 0C 07 #CMD_END
06 02 00 01 01 08 #CMD_END
|
n0brega Joined: Sep 18, 2006 Posts: 48 PM |
Quote:
|
On 2006-11-06 10:01:42, ToryXX wrote:
somebody know how i can turn off the spot in a cam driver?...from where?
|
|
I've eard about this spot alot.. in some older camdriver's like v9.x and v10.x
could someone pls explain what spot is this ? I never noticed anything but..
Thankz in advance
|
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-06 20:53:57, n0brega wrote:
Quote:
|
On 2006-11-06 10:01:42, ToryXX wrote:
somebody know how i can turn off the spot in a cam driver?...from where?
|
|
I've eard about this spot alot.. in some older camdriver's like v9.x and v10.x
could someone pls explain what spot is this ? I never noticed anything but..
Thankz in advance
|
|
Arne Anka on 2005-07-04 18:21
With spot photometry only the light in the center of the picture is measured to calculate the exposure (otherwise the whole picture is used). Its useful if the contrast between the object to shoot and the background is to high (in such cases the object may become too light or too dark). |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
imsje your driver 7.8 is based on the driver 2.441 cam driver to overexposure???....you have overexposure values from 2.441? |
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
I must apologize .
I forgot to change lines for exposure from v2.441 as i said.
//seq_set_prop_0=$s0 %0 $-0 0a 06 02 00 01 $w0 06 #CMD_END;
seq_set_prop_0=$s0 %0 $-0 0b $b0 00 5 3 06 02 00 01 $w0 06 #CMD_END;
//seq_get_prop_12= 05 01 00 22 02 $f $r3 0 0 1;
seq_get_prop_12= 05 01 00 30 02 $f $r3 0 0 1; //from 22 to 30 AE level
if you are not satisfied with driver exposure, we can add this two lines as in the v2.441 and try. picture will be darker. what you think ? |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
just i saw now that in 7.7 moded by you ...you said that you took the exposure values from the 2.441 cam driver,isnt'it?:) |
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-06 23:17:40, ToryXX wrote:
just i saw now that in 7.7 moded by you ...you said that you took the exposure values from the 2.441 cam driver,isnt'it?:)
|
|
Are you don't read post above?
EDIT:
v7.81 with changes from above, who want to try.
rapidshare.de is full.
http://www.filefactory.com/file/e88fb8/
[ This Message was edited by: imsje on 2006-11-06 22:33 ] |
|