Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i need to integrate a webcam in my wpf application to take pictures as well, i looked at the various libraries available on the .net platform like wpfmediakit, webcamcapture etc. but none seems to go well with my project, and yes compatibility with older XP systems should also be looked at..
Posted

1 solution

I haven't used any third party libraries but instead always used built in Windows APIs. I've used Video for Windows (VFW)[^] in the past and currently use DirectShow[^]. For Vista and later (although it originally came out in XP) there's also Windows Image Acquisition (WIA)[^].

Do a search on ".NET webcam" and you'll find lots of .NET wrappers using these APIs.
 
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