How can I make my program to use another one's driver?

Status
Not open for further replies.

arm_learner

Member level 2
Joined
Jan 6, 2004
Messages
42
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,288
Activity points
322
I want to use the web cam's driver for my program?
Anyone can teach me?

Thanks
 

Your request is maximum unspecific. Its the same question as:

"I want to travel to Egypt. Who can teach me ?"

EVEYTHING is missing in your question: Which programming language, which development tools, which operating system, which camera


Nobody is able to give you any usefull answer without any more detailled information from your side.
 

Oh! Sorry!
I want to use VC++ to do that.
I just want to get the image/ video from the Web cam.
Could you tell me?
Thanks

 

You are into VC++, so you have to install the MSDN (Microsoft Developer Network ) in your computer to ease searching for help in case you need it, or at least have the Microsoft Platform SDK documentation installed in your machine. One of this documentation is a must (either will do), since nobody can remember all of the API (Application Programming Interface) i.e. the function prototype to call a particular windows feature that is exposed to the programmer, it's way too much to remember. As for the image acquisition that you asked for, you can find the information in MSDN/Platform SDK (as per MSDN 2003) in the Graphics/Multimedia | WIA (Windows Image Acquisition) section. Basically, all you need will be related to WIA API that windows exposes. So learn all the facilities that windows exposes that meet your needs. Also always remember that MSDN is your best friend for information need :sm28:
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…