Author |
Hybrid Camera Driver for W800i/K750 |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
Quote:
|
On 2006-11-09 09:49:20, gprsman wrote:
@ ToryXX
Please To correct dark zones disturbed also in sides as 7.82 and then are the best one with fire than 0.85...
|
|
you want to enable the Spot????...because 7.82 is with spot enabled...tell me if you want this and i give you the driver privat! |
|
stingjoel Joined: Jan 24, 2005 Posts: 265 From: Indonesia PM |
I want your driver (spot enabled) too Tory, it's better if you post in here...I am sure many ppl will glad to get yours 
[ This Message was edited by: stingjoel on 2006-11-09 10:07 ] |
gprsman Joined: Aug 28, 2006 Posts: 269 PM |
Quote:
|
On 2006-11-09 10:23:53, ToryXX wrote:
Quote:
|
On 2006-11-09 09:49:20, gprsman wrote:
@ ToryXX
Please To correct dark zones disturbed also in sides as 7.82 and then are the best one with fire than 0.85...
|
|
you want to enable the Spot????...because 7.82 is with spot enabled...tell me if you want this and i give you the driver privat!
|
|
Yes thanks |
gprsman Joined: Aug 28, 2006 Posts: 269 PM |
Quote:
|
On 2006-11-09 10:23:53, ToryXX wrote:
Quote:
|
On 2006-11-09 09:49:20, gprsman wrote:
@ ToryXX
Please To correct dark zones disturbed also in sides as 7.82 and then are the best one with fire than 0.85...
|
|
you want to enable the Spot????...because 7.82 is with spot enabled...tell me if you want this and i give you the driver privat!
|
|
Yes thanks ,
Not touched put to focus is the best; -)
[ This Message was edited by: gprsman on 2006-11-09 10:11 ] |
jiji Joined: Nov 04, 2006 Posts: 30 PM |
Quote:
|
On 2006-11-09 09:16:30, imsje wrote:
Quote:
|
On 2006-11-09 02:21:25, jiji wrote:
ok ok
imje can you explain What is the diffrence between 2E and 1F?
|
|
//---------------------------------------------------------
//These two lines controls the locked frame rate in VR.
//Use them to test different settings!
//The value entered is the desired frame rate * 4.
//Example: 2E means 0x2E = 46 => frame rate 46 / 4 = 11.5 fps
// this is MACRO programming define and you must use it down instead of 2E end 1F
//it can work without macro , then will stay 2E and 1F.
//for 16fps you put 16*4=64=0x40 etc.
VR_NORMAL_MODE_FR=2E;
VR_NIGHT_MODE_FR=1F;
//---------------------------------------------------------
|
|
Imje man,
I'm convinced that your interpretation is out of context.. and I'm not sure that you understand driver correctly. Take Andeo link to Russian I2C and camdriver explanations.. and read it very very careful. I think you'll change the idea.
Macro is hard coded in OS and it's a small part of the driver who tell the default info to adapt after zoom, focus and aperture.
And for video.. i think (and it's my opinion only) that you got it totally wrong, man. All you have to do is to use Calculator from XP-Accesories with Scientific part.. and to multiply like this:
Y fps * 4 = X and then X to be converted to Hex. => Z number... wich can be 44=17; 40= blabbla .....
I think you have to review the documents once again.. because i saw that you want to make a driver part by part... but.. even so... you have to know whatyou coppy and what not to... Am I wright?
I don't want to offend you or smt.. but ... you have to understand that everything posted here is like a stone in deep water: Make waves. Be carefull, please.
thanks for understanding. |
imsje Joined: Sep 07, 2006 Posts: 76 From: Croatia, Dalmatia PM |
Quote:
|
On 2006-11-09 12:50:27, jiji wrote:
Quote:
|
On 2006-11-09 09:16:30, imsje wrote:
Quote:
|
On 2006-11-09 02:21:25, jiji wrote:
ok ok
imje can you explain What is the diffrence between 2E and 1F?
|
|
//---------------------------------------------------------
//These two lines controls the locked frame rate in VR.
//Use them to test different settings!
//The value entered is the desired frame rate * 4.
//Example: 2E means 0x2E = 46 => frame rate 46 / 4 = 11.5 fps
// this is MACRO programming define and you must use it down instead of 2E end 1F
//it can work without macro , then will stay 2E and 1F.
//for 16fps you put 16*4=64=0x40 etc.
VR_NORMAL_MODE_FR=2E;
VR_NIGHT_MODE_FR=1F;
//---------------------------------------------------------
|
|
Imje man,
I'm convinced that your interpretation is out of context.. and I'm not sure that you understand driver correctly. Take Andeo link to Russian I2C and camdriver explanations.. and read it very very careful. I think you'll change the idea.
Macro is hard coded in OS and it's a small part of the driver who tell the default info to adapt after zoom, focus and aperture.
And for video.. i think (and it's my opinion only) that you got it totally wrong, man. All you have to do is to use Calculator from XP-Accesories with Scientific part.. and to multiply like this:
Y fps * 4 = X and then X to be converted to Hex. => Z number... wich can be 44=17; 40= blabbla .....
I think you have to review the documents once again.. because i saw that you want to make a driver part by part... but.. even so... you have to know whatyou coppy and what not to... Am I wright?
I don't want to offend you or smt.. but ... you have to understand that everything posted here is like a stone in deep water: Make waves. Be carefull, please.
thanks for understanding.
|
|
Sorry, but which part you don't understand?
1.
I am not talking about macro distance when you take picture.
I am talking about MACRO as programming technics when some commands are substituted with others word, often with big letters.
If you write
JIJI=3c;
JIJI is MACRO [or MACROS],
then you can substitute everywhere in the driver
3c with #JIJI
OK?
2.
No , you are not right.
Explanation about FPS I took from original camdriver R1A044.
cheers
[ This Message was edited by: imsje on 2006-11-09 14:20 ] |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
imsje stay calm...and also everybody.......all of us we made or still make mistakes........who wrote up with ,,imsje man,,.........he/she have right.......macro no macro.......imsje you just must know.......,,40,, the value to my driver to the VIDEO!!!! is meaning 16 fps .....not 11.5 like you said....and this you can see with your windows xp if you have one! |
jiji Joined: Nov 04, 2006 Posts: 30 PM |
Quote:
|
On 2006-11-09 14:25:17, imsje wrote:
Quote:
|
On 2006-11-09 12:50:27, jiji wrote:
Quote:
|
On 2006-11-09 09:16:30, imsje wrote:
Quote:
|
On 2006-11-09 02:21:25, jiji wrote:
ok ok
imje can you explain What is the diffrence between 2E and 1F?
|
|
//---------------------------------------------------------
//These two lines controls the locked frame rate in VR.
//Use them to test different settings!
//The value entered is the desired frame rate * 4.
//Example: 2E means 0x2E = 46 => frame rate 46 / 4 = 11.5 fps
// this is MACRO programming define and you must use it down instead of 2E end 1F
//it can work without macro , then will stay 2E and 1F.
//for 16fps you put 16*4=64=0x40 etc.
VR_NORMAL_MODE_FR=2E;
VR_NIGHT_MODE_FR=1F;
//---------------------------------------------------------
|
|
Imje man,
I'm convinced that your interpretation is out of context.. and I'm not sure that you understand driver correctly. Take Andeo link to Russian I2C and camdriver explanations.. and read it very very careful. I think you'll change the idea.
Macro is hard coded in OS and it's a small part of the driver who tell the default info to adapt after zoom, focus and aperture.
And for video.. i think (and it's my opinion only) that you got it totally wrong, man. All you have to do is to use Calculator from XP-Accesories with Scientific part.. and to multiply like this:
Y fps * 4 = X and then X to be converted to Hex. => Z number... wich can be 44=17; 40= blabbla .....
I think you have to review the documents once again.. because i saw that you want to make a driver part by part... but.. even so... you have to know whatyou coppy and what not to... Am I wright?
I don't want to offend you or smt.. but ... you have to understand that everything posted here is like a stone in deep water: Make waves. Be carefull, please.
thanks for understanding.
|
|
Sorry, but which part you don't understand?
1.
I am not talking about macro distance when you take picture.
I am talking about MACRO as programming technics when some commands are substituted with others word, often with big letters.
If you write
JIJI=3c;
JIJI is MACRO [or MACROS],
then you can substitute everywhere in the driver
3c with #JIJI
OK?
2.
No , you are not right.
Explanation about FPS I took from original camdriver R1A044.
cheers
[ This Message was edited by: imsje on 2006-11-09 14:20 ]
|
|
maybe you'll right. as I remeber R1A044 was the first one. Naturally, according to natural law of progress, you might consider reading R1N035 original driver. (doesn't matter what K or W). You'll see that the driver was revised during time.
And back to your macros. I think the word is "variable" "values" "initialization"... etc... and now I can understand... please be more specific next time... because a lot of people unerstood MACROS as PICTURES NOT VARIABLES....
just my 2c |
jiji Joined: Nov 04, 2006 Posts: 30 PM |
cod name: zuza
age: few days
sex: as long as possible
Skills:
- clear distant shots
- clear macros
- night mode incredible
- immunity to crashes
- size : 0->400<-580 Kb
- true colors
- no overexposure unless is intentioned
-no spot
-no wife
-no problem
-no money involved
-no strings attached
- 16 fps daylight mode
- 7 fps night mode
He's needy after to prove everyone that he deserve your attention. Take it home, put it in your phone, take care of him... it's a good baby
http://www.filefactory.com/file/d2606a/
[ This Message was edited by: jiji on 2006-11-09 15:50 ] |
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
jiji well done i will get married this driver zuza....why?????....i think is the best driver what i saw untill now.....and this is true.....i made more comparation between my driver Sharp ...from yesterday and your driver....and yours is excelent.....just here i put some comparation!....and it was evening ,raw pictures fine mode!
your driver zuza(is just excelent)
and my driver cod name Sharp!
and what i saw very important ....most of the drivers take more darker picture to stop the overexposure........like you see in this pictures....the jiji driver took the natural light from outside,not darker picture...and if you see very good is not overexposure on the walls of the haus in special...lateral wall of the hauses..........but my driver ...made a little bit darker picture (to stop overexposure)....but the lateral walls they get more to the white color...to the overexposure!........ohhhhhhhh.....i love the jiji driver,really!...this is a revolution...and very good balance between colors,natural light and sharpeness for first time! |
jiji Joined: Nov 04, 2006 Posts: 30 PM |
tnk |
gprsman Joined: Aug 28, 2006 Posts: 269 PM |
Quote:
|
On 2006-11-09 10:23:53, ToryXX wrote:
Quote:
|
On 2006-11-09 09:49:20, gprsman wrote:
@ ToryXX
Please To correct dark zones disturbed also in sides as 7.82 and then are the best one with fire than 0.85...
|
|
you want to enable the Spot????...because 7.82 is with spot enabled...tell me if you want this and i give you the driver privat!
|
|
the new camdriver in privat???thanks.
|
n0brega Joined: Sep 18, 2006 Posts: 48 PM |
Hi.. I've took some pic's with macro with @ jiji 's camdriver and I must say.. I love it.. only tried macro shot's for now.. but I must say its very gd!
Im leaving you some pics of it all with macro and flash (LED) on!
This is my baby! My Beloved Digital Camera (Sony Cybershot DSC-T10 7.2 Mpix)
www.ImageShack.us" />
www.ImageShack.us" />
And My Baby Mouse! The one I use to play my ONline Games xD
www.ImageShack.us" />
|
ToryXX Joined: Aug 11, 2006 Posts: 495 From: Germany PM, WWW
|
gprsman try the jiji driver is deserving...is more good then my driver!........and i tell you that with spot enable in a driver is not good! |
gprsman Joined: Aug 28, 2006 Posts: 269 PM |
Quote:
|
On 2006-11-09 21:46:45, ToryXX wrote:
gprsman try the jiji driver is deserving...is more good then my driver!........and i tell you that with spot enable in a driver is not good!
|
|
yours camdriver it is better as focus at a distance, to be a good idea camdriver jiji and fuocos 0.85 .camdriver of jiji it is optimal in nocturnal has little disturbs. |
|