Top "Directshow" questions

The Microsoft DirectShow application programming interface (API) is a media-streaming architecture for Microsoft Windows.

C# + DirectShow.NET = Simple WebCam access?

I have found an example for accessing a webcam in C#. The example uses the DirectShow.NET library. I have …

c# directshow webcam directshow.net
Reading a video with openCV

I have a video engine2.avi that I want to read and show with openCV. Here's my code: #include <…

c++ opencv video-streaming directshow video-processing
How to create virtual webcam in Windows 10?

I would like to take video from a webcam, render some text on the frames and do some motion tracking …

winapi windows-10 webcam directshow video-capture
How to process raw UDP packets so that they can be decoded by a decoder filter in a directshow source filter

Long Story: There is an H264/MPEG-4 Source I can able to connect this source with RTSP protocol. I can …

directshow h.264 rtsp rtp mpeg-4
Virtual webcam input as byte stream

I dont have webcam. And I want to implement virtual webcam (or fake device driver may be) that would work …

c# c windows directshow
Virtual Webcam Driver

I want to develop a virtual webcam driver which from User mode I'll pass image to it and it will …

c++ webcam directshow device-driver wdk
Preview a camera in DirectShow and capture a still image - in VB.net

I am trying to write a program in Visual Studio 2008 that will access a webcam, show a preview on the …

vb.net webcam directshow directshow.net
Simulate a DirectShow Webcam

I am a developer in DotNet. I want to give skype a possibility to add a webcam simulator and send …

.net directx directshow directshow.net
Including a .idl file in a C++ project

I'm building a project in C++ which uses DirectShow's video capture library to connect to a camera. The video card …

c++ visual-studio-2010 directshow idl
Best DirectShow way to capture image from web cam preview ? SampleGrabber is deprecated

I have developed DirectShow C++ app which successfully previews web cam view into provided window. Now I want to capture …

c++ directshow