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 ...
1
vote
1answer
85 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
117 views

Howto DrawText on VMR9 IDirect3DSurface9 using IVMRSurface9

I'm trying to build an in place transform filter that is inserted into a DirectShow filter graph between the decoder and the renderer for the purpose of displaying some overlay text that changes with ...
0
votes
1answer
158 views

How can I take a VLC stream and turn it into a usable Windows “video source”?

Essentially I'm trying to use VLC to stream an existing video source over a local network to another computer. I'm trying to find a way to create a video source out of that network stream so I can use ...
0
votes
2answers
250 views

DirectShow Sample Grabber being called but 'this' in callback is NULL

I'm working on a basic implementation of a DirectShow filtergraph to get images from my webcam in my application. I've read the documentation and created a simple implementation. I create this graph: ...
2
votes
1answer
532 views

Capturing Video to an AVI File with DirectShow

I'm trying to write a C++ application with directshow that saves video capture to file. The steps in the code are: 1. Create the Capture Graph Builder 2. Create the System Device Enumerator 3. ...
1
vote
1answer
66 views

What media players support the use of custom Directshow filters?

I have a directshow source filter that I have written to play a new file type. It works perfectly in GraphEdit and now I want to have a media player use it. How can you register a Directshow Filter ...
0
votes
1answer
453 views

Microsoft MPEG-2 Encoder & MPEG-2 Video Encoder failed at Windows 8

During building record graph to file from video and audio sources using Microsoft MPEG-2 Encoder at Windows 8 ICaptureGraphBuilder2::SetOutputFileName return failed 80040154 result - class not ...
1
vote
3answers
129 views

Resolving unresolved external symbol CSourceSeeking::CSourceSeeking(…) despite linking with the right library

Here is the error: Error 2 error LNK2019: unresolved external symbol "protected: __thiscall CSourceSeeking::CSourceSeeking(char const *,struct IUnknown *,long *,class CCritSec *)" (?? ...
0
votes
1answer
172 views

Directshow.net don't detect all mics in Windows 7

I'm having problems with the Directshow.net library and Windows 7. In some PC (only if in Device Manager > Controllers Sound, video, listed: "High Definition Audio Device") only detect 1 mic when ...
1
vote
0answers
44 views

Cannot access IBDA_DigitalDemodulator interface successfully though application on Win7

I need to build an application to configure some demodulator parameters(like Symbol rate, modulation type, etc), and I did these things through Microsoft BDA architecture;however, here is my code as ...
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 ...
0
votes
1answer
151 views

Debug DirectShow by Visual Studio 2010

I'm using Visual Studio 2010 and my computer is Win 7 and x64. I successfully built a COM object based on DirectShow, it's a virtual camera and now applications like Skype or YahooMessenger can see my ...
0
votes
0answers
219 views

Call to function in custom interface, in windows source filter does not seem to work

I am using a modified version of Vivek's vcam source filter. I get the reference to the custom filter as below and it works fine. hr = CoCreateInstance(CLSID_VirtualCam, ...
1
vote
1answer
348 views

How to debug H264 DirectShow filter?

I'm developping a h264 directshow filter. I have a valid hardware source which outputs NAL units properly. I have a DirectShow filter which advertises h264 and successfully connects to the default ...
4
votes
2answers
473 views

How to control bitrate MEDIASUBTYPE_H264 directshow?

I have a logitech c920 webcam that presents an encoded h264 capture pin (subtype: MEDIASUBTYPE_H264). The h264 pin supports the following resolutions: FORMAT_VideoInfo - subtype: MEDIASUBTYPE_H264 ...
1
vote
0answers
308 views

Directshow webcam plugin for Qt5

Qt5 has a nice class for working with webcam: QCamera, but on windows directshow plugin don't compile by default. I compiled this plugin and used in my application, but I faced difficulties. I use ...
1
vote
1answer
192 views

DirectShow Compile issue

I am working with vs2010 on 64bit platform and Windows SDKv 7.1. I built the baseclasses for the 64 bit platform and configured it in my project. but i am facing the following issue.I am trying to ...
0
votes
0answers
40 views

Changing the details (Title, Audio/Video…) tab of media files using C++

I am looking for something that works exactly as the IWMHeaderInfo3 interface and allows changing other known media files, such as MP4 (h264 codec) and so on. The current interface allows changing ASF ...
0
votes
1answer
152 views

Windows DirectShow: how to play multiple mp3s?

I have to play multiple sounds in my UI, like button clicks, errors, notifications etc. For this purpose, I've written the following code (never played mp3s in Windows before): bool ...
0
votes
1answer
433 views

How do I check if my DirectShow Renderer filter is being used?

In my DirectShow project I create a filter (derived from CBaseVideoRenderer) to render to a block of memory. This works in most cases perfectly well, with me adding the filter ...
1
vote
1answer
155 views

Is there any helper tool for creating graphedit files “on the fly” (programmatically)

I notice that avisynth can accept as input a "live directshow source" only through a graphedit file that includes that source in it. Is there any help tool out there to create a graphedit file on the ...
0
votes
1answer
239 views

Closed Caption to text file using directshow graphedit

I want to capture cc(closed caption) as plain text to text file; using directshow, graphedt. I have used VBICodec and Dump filter. My graph is as follow Ospray Capture Device (has 4 output ...
1
vote
1answer
385 views

DirectShow - How to read a file from a source filter

I'm writing a DirectShow source filter which is registered as a CLSID_VideoInputDeviceCategory, so it can be seen as a Video Capture Device (from Skype, for example, it is viewed as another WebCam). ...
3
votes
2answers
878 views

Can I get raw video frames from DirectShow without playback

I'm working on a media player using Media foundation. I want to support VOB files playback. However, media foundation currently does not support the VOB container. Therefore I wish to use DirectShow ...
2
votes
1answer
3k views

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 as normal webcam(virtual webcam) and takes memory stream or bytes as input. How can I develop ...
1
vote
2answers
229 views

Which events are triggered on a UAC prompt?

Are there any windows events triggered when a UAC elevation prompt is shown? I've looked at SwitchDesktop, but can't see any mention of how to receive notifications. My direct show app is behaving ...
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 ...
3
votes
1answer
2k views

DirectShow - Getting video frames

I'm creating a Windows video capture application and am using DirectShow for capture. As each frame comes in, I want to grab it as a raw RGB bitmap into a buffer, at which point my code will do ...
0
votes
1answer
285 views

Why does flac http streaming not work?

I have simple http streaming application that takes GET URL request and returns HTTP "content-type" header and then requested file data. It runs on localhost http server. Thus I can listen in player ...
0
votes
1answer
374 views

how to take video and audio from a stream and output to a video file as well as images

I am currently trying to make a program that will take a stream coming in, like a webcam and a microphone, and I am trying to save both the video and audio into an AVI file and be able to save out the ...
3
votes
1answer
5k views

DirectShow: webcam preview and image capture

After looking at a very similar question and seeing almost identical code, I've decided to ask this question separately. I want to show a video preview of the webcam's video stream to the default ...
1
vote
2answers
63 views

How to make an Installer for my DirectShow filters?

I have been writing Windows programs and DLLs for years but have never created an installer. How can I create a lightweight installer for a handful of DirectShow filters that I have written? The ...
0
votes
1answer
231 views

How to act as a microphone using DirectShow or something else on windows?

I have googled for a while to find how to create a virtual mic on windows. But I find nothing. I want to write a program acting as a microphone which can be used in Skype when there is no mic on my ...
0
votes
1answer
341 views

fast drawing Bitmaps, Directshow source filter

I need a method to render Bitmaps very fast. I use a Directshow filter graph for webcam and video images, it works great, but I need to draw other images, like diagrams, animations etc.. I can use ...
1
vote
2answers
372 views

loading video files into a buffer in C++

I am currently trying to create a program that takes a video file, usually an AVI, and trying to convert it into images. So far I got the process working perfectly and could be left alone if needed. ...
1
vote
1answer
385 views

Adding the same filter multiple times to a DirectShow Graph

the problem I have is a bit difficult to explain without first explaining what I'm trying to do so I will start with that. I'm trying to grab samples from multiple video streams using the Sample ...
1
vote
2answers
837 views

Simulating a webcam stream

Is it possible to simulate a web-cam output so that other programs that use web-cams (for example Skype) will recognize it as a real web-cam?
-3
votes
1answer
357 views

edit WMSysPr9.prx

Is there any way to edit the WMSysPr9.prx file? It doesn't matter if it's programatically or manually. I can edit that file in Windows XP but cant in Windows 7.
1
vote
1answer
588 views

simpest way to get audio/video data from directshow

I compiled the DirectShow sample player (from the Windows SDK's "Samples\multimedia\directshow\players\dshowplayer" folder). Everything works well but it renders directly to the screen and the audio ...
1
vote
1answer
732 views

Display streaming video in desktop app

I have a Windows native desktop app (C++/Delphi), and I'm successfully using Directshow to display live video in it from a 'local' video capture device. The next thing I want to do is display video ...
3
votes
1answer
1k views

DirectShow vs. Media Foundation for video capture?

I'm trying to choose between these two APIs for a Video Capture/Monitoring/Streaming application, and I'm not sure which is going to be the best bet. A bit of background: I need it to work with a ...
0
votes
0answers
429 views

Exception on QueryInterface(IID_IBaseFilter, …) Why?

I create my DShow COM dll (DirectShow filter), and try ManualLoadDLL() from inside simple application (on Windows mobile 6.5.3. Emulator). But on bold line hr = ...
1
vote
2answers
1k views

Windows: how to get cameras supported resolutions?

So to get cameras list and let user select one (C++, Boost, dshow, windows) I use such code: #include "StdAfx.h" #include "list.h" #include <windows.h> #include <dshow.h> #include ...
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. ...
0
votes
1answer
672 views

DirectShow USB camera LED flash access

I'm using C++ and need to access a USB camera's LED flash feature. I'm currently using DirectShow to interface with the camera in other ways (live preview stream, grabbing samples, etc.). I found the ...
1
vote
1answer
702 views

Direct Show Capture filter “wrapper”

I need to write a DirectShow capture filter that wraps the "real" video device (fitler) and deinterlaces the captured video. From the interface perspective, this has to be a separate video device ...
1
vote
3answers
1k views

Including DirectShow library into Qt for video thumbnail

I'm trying to implement http://msdn.microsoft.com/en-us/library/dd377634%28v=VS.85%29.aspx on Qt, to generate a poster frame/thumbnail for video files. I have installed both Windows Vista and Windows ...
1
vote
1answer
343 views

DirectShow ISampleGrabber which accepts VIDEOINFOHEADER2

As stated in http://msdn.microsoft.com/en-us/library/dd377544(VS.85).aspx, ISampleGrabber accepts only videos with VIDEOINFOHEADER structure, but not VIDEOINFOHEADER2. Is there any alternative to ...
0
votes
1answer
382 views

Why does IGraphBuilder::RenderFile not find ffdshow Video Decoder?

When I install K-Lite Codec Pack (5.90 Basic) as an administrator then run an application that calls IGraphBuilder::RenderFile as a standard user, the resulting graph doesn't have the ffdshow video ...

1 2