Click here to Skip to main content
16,012,508 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I want to know how can I use USB Webcam in my C# application without any dll? Is there any way? I already read the article "How to connect webcam using WIA.dll". So pls dont refer that.

Please provide some more information.

Thanks in advance.
Posted
Updated 30-Aug-11 22:33pm
v2

If you are ok to use DirectShow, you can have a look at Webcam using DirectShow.NET[^].
 
Share this answer
 
Comments
advancedansh 31-Aug-11 4:16am    
I think u didnot read the question i say didnt want to use any dll
Malli_S 31-Aug-11 4:36am    
If you don't wanna to use any DLL (or SDK), I wonder you may have to write your own webcam driver then!
Refer directX SDK in C#, You will get sample codes for detecting Webcam video using C#
 
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