video capture using Visual C#.NET

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
Im trying to develop a Visual C# .NET app. that uses DirectShow filters to capture video from camera source. However, after going through a series of articles, I've seen that DirectShow is not directly supported in Visual C#.NET.

Im wondering if there's any way to use the video-capture filters of DirectShow in Visual C#.

Otherwise, would it be possible to create a Visual C++ DLL that uses DirectShow filters to capture video from a WDM camera source, and use it in Visual C# .NET program.

Please suggest.
 
Have you perused Code Project?
http://www.codeproject.com/

--
<%= Clinton Gallagher
A/E/C Consulting, Web Design, e-Commerce Software Development
Wauwatosa, Milwaukee County, Wisconsin USA
NET csgallagher@ REMOVETHISTEXT metromilwaukee.com
URL http://www.metromilwaukee.com/clintongallagher/



Ravi said:
Hi,
Im trying to develop a Visual C# .NET app. that uses DirectShow filters to
capture video from camera source. However, after going through a series of
articles, I've seen that DirectShow is not directly supported in Visual C#.NET.
Im wondering if there's any way to use the video-capture filters of DirectShow in Visual C#.

Otherwise, would it be possible to create a Visual C++ DLL that uses
DirectShow filters to capture video from a WDM camera source, and use it in
Visual C# .NET program.
 
Back
Top