Tagged Questions
0
votes
1answer
20 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).
...
0
votes
1answer
39 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
56 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
1answer
29 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 ...
1
vote
1answer
83 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
1answer
177 views
Using PJSIP with video support for Windows
I want to use PJSIP with video support for a Windows program (Win32/MFC/C++). By taking a look at the site of PJSIP project (http://trac.pjsip.org/repos/wiki/Getting-Started/Windows) I see among ...
1
vote
1answer
65 views
Is there a MS API for writing media containers?
Does Microsoft have a good API for writing media containers (mp4, avi ...)? I have a H.264 video stream and also some timestamps that I want to be able to write to a file. I found this overview of ...
1
vote
0answers
49 views
Video playback detection with Win32 API?
is there a way to detect if video playback is running or not with Win32 API?
For audio, I can detect playback processes by:
enumerate playback devices with MMDeviceEnumerator and,
for each device, ...
1
vote
1answer
241 views
How to write an avi file with DirectShow
I'm trying to write an avi video file based on the streaming of my Decklink SDI card, after looking in the internet and here I wrote this code by my problem is that the program doesn't write the file ...
0
votes
1answer
234 views
How can I create a DirectShow Project in VS 2010
I have Visual Studio 2010 in Win7 (64-bit) and I want to start developing DirectShow projects in C++ or C#. To be honest I don't know how can I do this in VS 2010. What is the software and libraries ...
0
votes
1answer
151 views
Video recording resolution using DirectShow
How do i change the screen resolution of a video while recording in directshow? because I have a 8 Mega-pixel web camera, which I use for video recording but after the video is saved, when I view the ...
0
votes
1answer
54 views
IVideoWindows shows outside form when use MDI
I'm using the ConferenceXP source code, when I try to set the video windows as child inside my form using MDI the IVideoWindows opens outside in a different ActiveMovie windows.
I need this to make a ...
1
vote
1answer
57 views
PushSource filter pushing sample too for render
I'm bit new to directshow. I'm using PushSource filter sample provided with DirectShow to push sequence of bmp image to avi file. But before that I'm trying to see whether filter is able to render the ...
1
vote
1answer
57 views
Seeking within different streams in DirectShow
In an application which I develop I play several layers of video using VMR9. The problem is that I need to be able to navigate within each video stream independently.
Has anyone implemented something ...
1
vote
0answers
182 views
Using DirectShow for multiple simultaneous video playback on windows Embedded Compact 7
Hello i am struggling for past few days, with simple application which could create multiple previews for simultaneous video playback of different video streams ( but same formats in example mpeg4 ). ...
1
vote
1answer
185 views
DirectShow Filter to grab a specific window
I saw another question that sounds almost the same but the answers seem to be about whole desktop screen capture: DirectShow Source filter using Dekstop window as source.
I have looked at the ...
0
votes
1answer
48 views
graph builder is not released and render is in the background
I had some problems in my app
I made an app that can detect the available webcams and render them
we can shift from one webcam to another at any time
but the problems is when i switch the new ...
1
vote
4answers
889 views
Run multiple webcams at a time using DirectShow
I'm using Windows 7 OS. working with Visual Studio 2010. Here I'm usng DirectShow2005-Lib.dll.
Here I'm able to run two webcams at a time. But when I'm going to connect and run the 3rd webcam .. I'm ...
2
votes
1answer
115 views
uniquiely differentiate between multiple cameras [dshow, directx, win32api]
Is there a sure way to programmatically differentiate between multiple cameras?
I enumerate CLSID_VideoInputDeviceCategory and then I GetDisplayName on each IMoniker. What I found out is that with ...
0
votes
1answer
60 views
Microsoft Lync colospaces for DirecShow
I'm developping a DirectShow filter which will act as an adapter between my ip camera and Microsoft Lync.
I'm not sure what colorspaces formats are supported.
Any clue on where I can find such ...
1
vote
0answers
193 views
Screenshot from an inactive to an RDP session
I need to do a screen capture using DirectShow from the RDP session, but the problem is that the seizure does not occur if the disconnect from the session. Is there any way to make a drawing of the ...
0
votes
1answer
102 views
Getting the error “The owner SID on a per-user subscription doesn't exist ” when the MediaFoundation API ProcessMessage() returns back to the caller.
I am using VC++, VS2008.
I get the error "The owner SID on a per-user subscription doesn't exist ".
ProcessMessage() (IMFTransform) returns with a success status & if I
see the call stack, ...
0
votes
1answer
277 views
AVI Decompressor suddenly stopped decoding video with DirectShow Graphedit
I have an issue with one of the applications utilizing an AVI Decompressor Filter. The error returns that there is no suitable decompresser that could be found... however it has worked everyday for ...
0
votes
1answer
178 views
How many buffers is enough in ALLOCATOR_PROPERTIES::cBuffers?
I'm working on a custom video transform filter derived from CTransformFilter. It doesn't do anything unusual in DirectShow terms such as extra internal buffering of media samples, queueing of output ...
0
votes
1answer
115 views
How to call OleCreatePropertyFrameIndirect from c#
I'm writing an application in c# that needs to display a property page. I have the code:
ISpecifyPropertyPages pProp = sourceObject as ISpecifyPropertyPages;
int hr = 0;
//Get the name of the filter ...
0
votes
2answers
267 views
how to retrieve media information without using IMediaDet interface?
I need to get the framerate and the duration of the media for an application which uses VMR9. But ImediaDet cannot be used with d3d9. Are there any alternative interfaces for IMediaDet?
0
votes
1answer
31 views
How to create a thread that emulates the precision timing of a capture filter when producing audio data?
I have a DirectShow push source filter that accumulates data from custom audio streams that are not timestamped. It buffers them, and then sends them to an external audio output device that accepts ...
1
vote
1answer
224 views
How to access raw decoded audio data using Windows' built in mp3 decoder?
Since Windows Media Player 6.1, Windows has its' own mp3 decoder. Can I use that decoder to get access to the decoded audio (raw) data?
I assume it would have to be done with DirectShow.
Related ...
2
votes
1answer
2k views
take picture from webcam c#
I'm streaming video to my Window Form with DirectShowLib. I also want to save image when i press button "Save" for example. How to get picture from webcam with DirectShowLib methods or with WIN32 API ...
-2
votes
1answer
147 views
What might cause our application not work? C++
void CCaptureDlg::ListDevice()
{
((CComboBox *)GetDlgItem(IDC_COMBO_DEVICE))->ResetContent();
HRESULT hr;
IMoniker * pMoniker =NULL;
ULONG cFetched;
ICreateDevEnum * pDevEnum ...
2
votes
1answer
420 views
Controlling the aspect ratio in DirectShow (full screen mode)
I'm using DirectShow with a simple approach (IGraphBuilder RenderFile) and try to control everything else with querying supplemental interfaces.
The option in question is aspect ratio. I thought ...
4
votes
2answers
862 views
ISampleGrabber deprecated?
I have an old computer vision experiment that uses Video for Windows to grab frames from a camera connected to the PC. It's a hack, it uses VfW to create a preview window, then it does a GetDIBits ...
1
vote
1answer
226 views
Is it possible to use the h264 and aac encoders that ship with windows 7 from directshow?
I see that windows 7 ships with an aac encoder and an h264 encoder. I'm writing a directshow application that needs to do video encoding. I think: "Great! Now I don't have to license a video ...
2
votes
4answers
913 views
C++ and DirectShow
I'm just getting started with DirectShow programming, and the 'C' nature of the DirectShow API is making my skin crawl. Endless return codes instead of exceptions, addref/release all over the place, ...
0
votes
1answer
2k views
How to play MPEG-TS videos by DirectShow on Windows 7?
Our application uses IGraphBuilder::RenderFile to build filter graph. On Windows 7, this application can play MPEG-PS videos smoothly, but it cannot open/play MPEG-TS(transport stream) videos. ...
5
votes
3answers
2k views
Direct Show graph - how to get the current fps?
I have an instance of IFilterGraph - my own graph with video filters (source, transofrm and renderer). How can I obtain the current fps (video frame rate) of running graph?
Regards
Dominik
0
votes
1answer
192 views
How can I find the typelib identifier of the DirectShow interfaces for use with COM4j
I'm trying to interact with a webcam from Java on Windows (without going through the FMJ or JMF frameworks) by using COM4j. However, I'm unable to find the typelib identifier for Direct Show in order ...
-1
votes
1answer
326 views
why create CLSID_CaptureGraphBuilder2 instance always failed in a machine
It's a real strange issue, the machine information below is from DXDiag. There is no error reported, but create CLSID_CaptureGraphBuilder2 instance always failed in the machine. It's okay to create ...
1
vote
2answers
666 views
How to detect the device name for a capture device?
I am writing a GStreamer application (GStreamer uses DirectShow under the hood on Windows) that captures a computer's microphone and videocamera. It works fine, but requires me to specify the device ...
2
votes
5answers
5k views
Simplest way to play mp3 from Visual C++
A few years back, I wrote some util library around DShow/DSound to let me play MP3s in a Windows C++ application. Is that still the normal way to do it in a C++/MFC app, or is that an area of DirectX ...
2
votes
2answers
410 views
SetPosition
Task: grabbing arbitrary frames from mpeg2 video files.
Now I use custom render filter for grabbing, but problem with positioning video on required frame.
I use SetPosition(), after Pause() for ...
1
vote
1answer
119 views
Turn Off Message Dispatch within A Handler
I am working on a Windows program which is completely single-threaded and has no protection to any data structure. However, the program use DirectShow API which open their own internal ...
3
votes
1answer
2k views
DirectShow: Graph works in GraphEdit, not in code
I've built the following graph in GraphEdit: Logitech Webcam -> Infinite Tee Pin Filter -> VideoRenderer. This works fine (with GraphEdit automatically inserting a few intermediate filters between the ...
2
votes
2answers
2k views
How to capture PCM data from Wave Out
How would it be possible to capture the audio programmatically? I am implementing an application that streams in real time the desktop on the network. The video part is finished. I need to implement ...

