The Microsoft DirectShow application programming interface (API) is a media-streaming architecture for Microsoft Windows. Using DirectShow, your applications can perform high-quality video and audio playback or capture.
0
votes
0answers
6 views
How to extract SCTE104 packet from VANC stream
my task is to extract SCTE104 packets out of the SDI. from some of the readings i've done, the packets should be in the VANC stream, provided by the BLACKMAGIC SDI card.
during run-time, i can spot ...
-2
votes
0answers
18 views
Dumping a MPEG-TS stream from a DirectShow player [closed]
I have a P2P TV player which I'd like to be able to dump video stream from. It uses its own P2P protocol, so I can't record it using any available software. I noticed that it employs its own ...
0
votes
0answers
39 views
DirectShow Capture Source and FFMPEG
I have an AJA Capture card. The drivers installed with the card include some DirectShow filter. If I pop the filter into GraphEdit I see this:
and if I run the ffmpeg command
ffmpeg -f dshow ...
0
votes
0answers
35 views
How to create a C# wrapper for custom DirectShow h264 encoder
I am trying to create some basic C# wrapper for a h264 encoder.
I am using Directshow.NET and some custom H264 encoder.
The encoder directshow filter is a part of video processing project ...
0
votes
1answer
21 views
can ISampleGrabber convert the video frames to a specific mediaType?
I found this nice example on the internet explaining how directshow works.
http://alax.info/trac/public/browser/trunk/Utilities/SetLifeCamStudioResolutionSample/SetLifeCamStudioResolutionSample.cpp
...
0
votes
1answer
23 views
howto get name of MEDIASUBTYPE from AM_MEDIA_TYPE, c++
I am using directshow to grab frames fro my webcam. During the configuration of the webcam (when I set the resolution, fps and so) I have multiple alternatives available from the cam. (47 of them).
...
-3
votes
0answers
13 views
Capture directshow output from an another computer [closed]
I want to make a setup with dxtory, this program can do an output as directshow. I dont want to encode the game while I am playing. But, if theres nothing to catch it the directshow output, no video ...
0
votes
1answer
47 views
H.264 stream in WPF GUI
I am developing a Window7, C#/WPF based GUI and I want to show H.264 video which I get from the RTP stream of a video call. I am using a C based open source library for making the video call. This is ...
0
votes
1answer
41 views
SmartTee filter and saving to file
How can I render video stream from webcam to file if I use smart tee filter?
So I add SmartTee filter and get something like that:
Capture filter
|
SmartTee filter
| |
...
0
votes
1answer
21 views
iSampleGrabber, callback method. Code works, but might need some love?
Okay. So I've got my isamplegrabber callback method to work, and I am able to get the data into opencv. But due to the fact that this is totally new to me, I just want to get some feedback if the code ...
0
votes
2answers
29 views
Create a custom class for this directshow system, cant figure out how
I'm trying to learn directshow, and computer vision with opencv. But to keep the code cleaner I want to "put away" (create a class) the directshow code that I've borrowed from the internet.
The code ...
0
votes
0answers
9 views
converting a stream media type while using IMFSourceReader
I am writing an application above a camera driver, I am using IMFSourceReader in a synchronized way to extract IMFSamples from the driver. I am able to config the SourceReader media types of each ...
0
votes
2answers
61 views
Multi core, make function called from inside function to run on second core. directshow, opencv
So, I've been working on a real time tracking system with opencv. A couple of days ago I had to start using directshow (which was totally new for me) because I needed higher resolution from the ...
0
votes
1answer
21 views
Identify Firewire device via DirectShow using EUI-64
I have 2 Firewire Video Input Devices (Canopus ADVC-300), that I want to connect to a DirectShow filter chain. However before constructing the filter chain, I'd like to know which camera is which (in ...
0
votes
0answers
14 views
Why would CLSID_VideoRenderer(DirectShow) change mediatype on window resize?
while streaming through a working graph with the following videorenderer(CLSID_VideoRenderer) i get MediaType change when resizing window's dims. this causes the AvgFramePerSecond variable , defined ...
1
vote
0answers
26 views
How to combine two video files using directshow.net
I am newbie to c#. I have functionality of concatenating two or more video files using directshow.net. I have seen the documentation form ...
-1
votes
1answer
24 views
How do I use the CreateFilter method in directshow.net?
Can someone just show me an example of how this createfilter method in directshow should work?
I see that a string is passed as a parameter but I don't understand what that string exactly is. I only ...
0
votes
2answers
70 views
Get iplImage or Mat from directshow to opencv
I had to change to directshow for my eyetracking software due to the difficulties to change resolution of the camera when using c++ and opencv.
Directshow is new to me and it is kind of hard to ...
0
votes
1answer
33 views
compress avi video file using directshow
I created an avi video file but it is uncompressed and its size is large. I want to compress the video file to lower the size . I found this code but as I am beginner , I am unable to set compression. ...
0
votes
1answer
52 views
IBasicVideo CetCurrentImage catastrophic failure(DirectShow.NET)
I'm trying to grab image from webcam using DirectShow.NET and IBasicVideo CetCurrentImage. But I only get catastrophic failure on second call GetCurrentImage.
What I'm doing particularly:
...
0
votes
2answers
90 views
Why do I get these artifacts when using Microsoft MPEG-TS Demultiplexer and H.264 decoder on a H.264 MPEG-TS stream?
I have written a live push filter that gets an mpeg-ts stream containing h.264 video and aac audio. I set up a directshow pipeline and configure the output pins. I can render the h.264 stream but I ...
0
votes
0answers
32 views
Free Codec Pack for DirectShow Encoding
As part of a project I'm involved in, we're allowing the user to select a video codec (pre-installed by the user) in order to encode video from our system to an AVI.
We're looking for a free, allowed ...
0
votes
2answers
95 views
How to grab constant stream of bitmap images from webcam in c#
We have a c# application that performs processing on video streams. This is a low-level application that receives each frame in Bitmap format, so basically we need 25 images each second. This ...
-1
votes
1answer
39 views
DirectShow goes blank after 24 hours [closed]
I am using the DirectShowNet library to play a video with the IVMRWindowlessControl (VMR-9). I passed the handle of a custom control to DirectShow to draw the video on. The video plays correctly ...
0
votes
1answer
19 views
How to execute device camera from main form to another form using Aforge direct show in C#?
I have a problem in executing the device from main form to another form I use combo box to select the device, after I select the device from main form I click the button that will open another form, ...
0
votes
1answer
90 views
How to pop up camera using picture box when button click?
I make a program in C# windows form I have tons of function in my form including two datagrid view that connected to dabase and including a camera that direcly connected to my PC I use AForge dll ...
1
vote
0answers
60 views
C# DirectShow RenderStream No Audio
I am using DirectShow.NET, and I need to write a vide player that displays custom subtitles.
My code is based on a sample's Capture.cs, and here is the relevant part:
private void SetupGraph(string ...
0
votes
1answer
69 views
Kinect - 2 features simultaneously
I am trying to extract 2 features from the Kinect :
Captured video - I followed this guide:
http://social.msdn.microsoft.com/Forums/en-US/kinectsdk/thread/4ee6e7ca-123d-4838-82b6-e5816bf6529c
and ...
1
vote
1answer
35 views
Python Memory leak when accessing GetCurrentImage() from DirectShow comtype
I have to debug someone elses code that has a memory leak. It uses up all the RAM and then eventually crashes (at a rate of 4Mb/s).
I isolated it down to a call that grabs a screen shot of a video ...
0
votes
1answer
29 views
Mirrored image when capturing from webcam
I'm capturing images from a webcam using code based on the example from http://msdn.microsoft.com/en-us/library/windows/desktop/dd407288(v=vs.85).aspx#example_code
It works fine except one strange ...
0
votes
1answer
75 views
Recording an RGB video with the Kinect
I am using the Microsoft Kinect SDK in my project (latest version - 1.7), with C# WPF.
and I am trying to record a video (rgb+audio, no IR or depth) using my Kinect sensor,
While windows recognizes ...
0
votes
1answer
42 views
How to write a no-input stream DMO (directx media object) component
DMO seems to be used for replacing DirectShow transform filter. Some documents say there could be a DMO without input streams. But how is it supposed to work? If there is no input stream, in function ...
0
votes
2answers
80 views
Changing resolution using media foundation under win 7
I am writing an app on top media foundation under win 7, I use IMFMediaSource to query the cameras interfaces to get frames and other properties. its weird but I cant find a way to change resolution. ...
0
votes
1answer
108 views
DirectShowLib-2005 easycap USB 2.0 interfacing with sony handycam image capture issue
I have sony handycam attached to Easycap USB 2.0 and I am using DirectShowLib-2005 for image capturing. The source code of the Capture class is below:
public Capture(int iDeviceNum, int iWidth, ...
0
votes
2answers
60 views
Why Repaint the Windowless Control using DirectShow(.NET)?
I am playing a video using IVMRWindowlessControl9 i.e. WindowlessControl w/ VMR-9. When I initially had difficulty setting the video up, I noticed many examples found online had this piece of code in ...
0
votes
0answers
24 views
Divx AAC Decoder doesn't work on certain fieds under XP
i face different results when using DIVX's AAC Decoder on AAC data.
after debugging the entire data flow, i realized that the decoder rejects my samples and doesn't forward them upstream, this is ...
0
votes
1answer
87 views
Aspect ratio of video is maintained on one computer but not the other with DirectShow
I have a C# application which plays videos using the DirectShowNet library. When I debug my application using Visual C# on my laptop, the video is stretched to fit the container's dimensions i.e. the ...
0
votes
0answers
66 views
WES 7 regsvr32 directshow filter can't find dll
I have a directshow filter that is 64 bits and it registers fine on my windows 8 machine as well as another windows 7 machine. When I take the dll and register it on Windows Embedded Standard 7 64 ...
0
votes
1answer
15 views
Where is DeleteMediaType() defined?
When implementing the example from http://msdn.microsoft.com/en-us/library/windows/desktop/dd387907%28v=vs.85%29.aspx I have a problem with DeleteMediaType() and VisualStudio 2010: this function is ...
0
votes
1answer
30 views
Get/set video resolution when capturing image
I'm capturing images from my webcam with some code that mainly bases on this: Using the Sample Grabber.
Here I only get the default resolution of 640x480 while the connected camera is able to show ...
0
votes
1answer
103 views
Video capture application won't work with DirectShow-compatible device
I developed a video capture application in C++ with Qt on Windows 7, using the videoInput library (which uses DirectShow). My application works fine with all the devices I previously tried (some ...
1
vote
1answer
88 views
Capture images in native resolution from Webcam
when asking Google I get a lot of information and - and that's my problem - many different ways of capturing images from an Webcam using Windows. It seems the programming interface that gives this ...
0
votes
0answers
51 views
Deadlocked on IGraphbuilder->connect ()
So calling out expert in windows direct show:
I am trying to run multiple cameras on a single computer for our test application and getting intermittent deadlocks in relation to DirectShow. The most ...
0
votes
1answer
42 views
KsProperty () returns“The data area passed to a system call is too small” ERROR_INSUFFICIENT_BUFFER while setting camera Zoom value
HRESULT hr = S_OK;
KSPROPERTY ksprop;
ZeroMemory(&ksprop, sizeof(ksprop));
PVOID pData = NULL;
ULONG valueSize = 0;
ULONG dataLength = 0;
KSPROPERTY_CAMERACONTROL_S cameraControl;
...
1
vote
1answer
61 views
Deadlocked in windows filter graph
this is a hard to reproduce bug, but I finally managed to reproduce it. However, I do not have a clear understanding of what might have caused it. I am currently trying to push myself through this ...
-1
votes
1answer
69 views
track bar in media file using DirectShow lib in c#
i want to use a track bar in a window form which opens a media file as the video or audio plays i want to move the slider of the track bar accordingly . I had set all the properties of the track bar ...
1
vote
1answer
66 views
DirectShow Read From Memory with a Callback method
Until now I used MCI & mmioInstallIOProc for video playback with the help of the mentioned callback method for reading data chunks directly from memory.
Is there any sample that accomplish the ...
0
votes
0answers
45 views
directshow: framerate of sample 'Bouncing Ball'
Bouncing Ball is one of the sample in windows sdk, and it derives from CSourceStream.
I use GraphEdit and build this simple graph:
Bouncing Ball -> ColorSpace Converter -> Video Mixing Renderer 9
...
2
votes
0answers
88 views
Invalid format specified for texture
I want to use the *Built-in iSight" camera of my macbook (I'm under bootcamp).
I create a simple program reading the video stream from the webcam using DirectShow graph. Here is the *Form1_Load()* ...
0
votes
3answers
264 views
DirectShow .Net camera capture encode output?
recently i have started workin on project of my own which is capturing a camera output using DirectShow .Net. There are few problems that i don't know how ot solve
1) How can i encode the captured ...




