Click here to Skip to main content
15,886,963 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hey guys i have to make a software for windows OS which recognises any external webcam and using the plug and play service (just like skype and gtalk) it accesses that webcam without any installation of any external software. I am a newbie in this kind of hardware accessing. I know the above mentioned languages. Tell me about the resources that i need to study.
Hope you guys will respond quickly.
Posted
Comments
Filipe Marques 10-Jan-13 6:40am    
You have the opencv labrary and also you have the videoInput Library. They are very easy to use.

See these links[^].
 
Share this answer
 
PLease think about it again:
You do not need to know how the webcam is installed. You just need to ask the OS for a camera and use that device.

Now please think about connecting to a USB device.
 
Share this answer
 
Hello,

Easy way of webcam access is to use DirectShow.
For C++ implementation see AMCap[^] example in SDK.
C# implementation you can find in my article: Pure .NET DirectShow Filters in C#[^] See sample applications in there.

Regards,
Maxim.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900