0
votes
1answer
6 views

How to calculate Framerate using IVMRWindowlessControl9?

I'm working on desktop application and using DirectShow. I'm playing live stream in IVMRWindowlessControl9 control. i want to calculate framerate at which video plays on IVMRWindowlessControl9 ...
0
votes
1answer
17 views

DirectShow videoinfoheader manual set up

I'm trying to get a camera app to take pics of documents that are legible once blown up to full screen (I'm putting the png I create into a pdf file so we can transfer it to our database. The tablet ...
0
votes
1answer
22 views

Demultiplexing QuickTime MOV files for DirectShow

I'm working on a small project involving QuickTime media files (*.mov) playback. It's a simple output to specialized video card I have in my university lab. The only supported by manufacturer way to ...
0
votes
1answer
28 views

How to use IMediaObject?

I just want to query the number of streams in a file. But an unimaginable difficulty has emerged from this simple task. It seems the query involves using IMediaObject.I have searched IMediaObject ...
0
votes
0answers
76 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
62 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 | | ...
1
vote
0answers
47 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
40 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
1answer
76 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: ...
-1
votes
1answer
48 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
95 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 ...
0
votes
1answer
166 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
75 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
113 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
3answers
329 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 ...
0
votes
0answers
96 views

DirectShow IBaseFilter EnumPins returns nothing

Using GraphEdit, I can add the filter to the editor and use it to render a video. When I create the instance via COM (using DirectShow.NET), the method EnumPins (followed by Next checks) returns no ...
0
votes
1answer
143 views

DirectShow.Net no combination of filters but fine in GSpot

I'm trying to use the DirectShot.Net wrapper from "http://directshownet.sourceforge.net/" to extract frames from a number of video files. Whenever I run the DxScan sample app. I get a "No combination ...
0
votes
0answers
155 views

Directshow audio to second pin

I'm trying to add in audio recorded via microphone to my rendered avi from webcam recording, both via directshow. The video recording and rendering is working, but i can't seem to be able to add the ...
0
votes
1answer
88 views

Is this C++ [out] parameter a pointer to an enumeration, or just a single value?

Currently I'm working with DirectShow.NET, an unofficial .NET "port" for Microsoft's DirectShow (C++). Both IAMAnalogVideoDecoder and IAMTVTuner declare the method get_AvailableVideoFormats. This is ...
0
votes
1answer
231 views

Record and view video at the same time DirectShow

I have used the sample code of DirectShow in order to record a video. however, I want to display the video during recording as well. But I can't do it at the same time, this error always shows: ' ...
0
votes
1answer
356 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 ...
2
votes
1answer
86 views

How can I take a HD signal from a device with component-out and display it in a window in a C# application?

I've been tasked with getting the video from the component out ports of a video device into a window in our C# application. Think taking the component output from a TiVo or DVD player (not HDMI so no ...
0
votes
1answer
176 views

concatenate video files DirectShow

Using C#, How to concantenate two video files (.avi files) using DrirectShow ..? Kindly help! Following code is just for explaining the issue ... VideoSpanCollection newList = new ...
0
votes
1answer
159 views

Connecting Microsoft DTV-DVD Video Decoder to Sample Grabber?

I have written a WPF application that can open, edit and render .GRF files. When rendering, I did not want it to open a new window (like GraphEdit does), so I found a solution that uses the Sample ...
1
vote
1answer
196 views

Get bitmap info from MPEG-2 Program / Transport Stream?

In order to render a DirectShow graph in my WPF application, I use a sample grabber to write a bitmap to memory, and read it elsewhere in code. This may seem as a wierd solution, but seems to be the ...
0
votes
2answers
234 views

How to determine if pins can be connected?

Currently I'm working on a DirectShow based application for configuring TV capture cards. It's supposed to work with most of the capture cards out there, so it has to be as generic as possible. Since ...
0
votes
1answer
152 views

Playing AVI movie on directx 9 surface

I have got a directx9 window and i want to play an avi-video on a texture. i have heard that i can use directshow to do this? if this is really posssible, where can i find tutorials or sample code to ...
0
votes
1answer
177 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 ...
0
votes
0answers
83 views

Reading GOP header in mpeg2 PS

I need to develop an mpeg2-ps validator with directshow framework. The graph used is: Lav-splitter-source (video) +--> samplegrabber -----> mpeg2-ps-muxer --> file writer (audio) ...
2
votes
2answers
788 views

Any sample project use DirectShow.NET library to capture image and capture video in the same project?

Is there any sample project use DirectShow.NET library to capture image and capture video in the same project?
1
vote
1answer
142 views

DirectShow: detect related filters, and add those?

At the moment I'm developing a DirectShow application that helps users configuring their TV capture cards. This configuration will later be used in another program. I use the ...
0
votes
2answers
518 views

DirectShow: how to change filter properties?

I'm working on an application that helps users configure their TV tuner cards. Basically the user selects a device, and the application generates a graph file (.GRF) as output. However, there are a ...
1
vote
1answer
307 views

DirectShow.net c# - Capture image and capture video in the same project [closed]

I am very new to the DirectShow.net library. I want to create a project which should use the DirectShow.net library and capture an image as well as video. Is there any link for a sample application ...
-1
votes
1answer
136 views

Capture image and record video from specific camera

I am developing a project with C# which is using the directshow.net library. In this project I am using three web cams and I am able to find all three using the library. The problem is that I don't ...
0
votes
1answer
1k views

DirectShow Library-How to capture image using directshow library without showing the webcam live images on the PictureBox or Panel

I am using WPF application which is using DirectShow library and it is working fine for grabbing images or recording the live feed,but i wants that end user should not be able to see that any web cam ...
1
vote
1answer
99 views

How to find the IMoniker used to create a source filter?

Currently I'm writing a DirectShow based application that should help users configuring their TV capture cards, since GraphEdit seems to be too difficult for most to understand. The idea is that this ...
0
votes
1answer
177 views

duplicate AMMediaType

I am able to copy a VideoInfoHeader which is part AMMediaType with the following lines: AMMediaType mediaType = new AMMediaType(); VideoInfoHeader videoInfo = new VideoInfoHeader(); (pSampleGrabber ...
0
votes
0answers
206 views

how to convert graphedit diagram to c# code?

how to convert this graphfilter diagram in graph edit to c# code using directshow.lib graphbuilder?
0
votes
1answer
239 views

'unknown error' on renderStream

I have successfully managed to utilize directshownet DirectShow wrapper for the purpose of generating thumbnails of video files. For many test instances the code works just fine. However for some, it ...
1
vote
1answer
163 views

Directshow: DES render to file stops rendering

Tech used: .NET 3.5 C# / WPF Visual Studio 2010 SP1 Directshow.Net DES (DirectShow Editing Services) P/Invoke ======= Summary of application: I have developed a simple video editor in C#/WPF ...
0
votes
1answer
878 views

DirectShow MPEG-2 encoding from webcam to file

I've been working on an application that uses Directshow.NET, and decided to start tinkering with GraphEd.exe to figure out the exact route I need to take. The simplest version of what I want is in ...
0
votes
2answers
446 views

Change from YUY to MJPG format

I have a web cam that's capable of running both YUY and MJPG color spaces. This camera default is YUY, what do i need to alter or add in my DirectShow graph to start the camera in MJPG ...
0
votes
0answers
157 views

DirectShow GMFBridge not working as expected

I am trying to understand why wont the source filter connect with VMR9? mediaController.InsertSourceFilter(sinkFilter, m_pRenderGraph, out sourceFilter); var vmr = new VideoMixingRenderer9(); ...
2
votes
1answer
276 views

directshow - How to detect webcam plug / unplug?

Is there a simple way with DirectShow to detect if the webcam is plugged in (USB), or if someone has unplugged it (and then poll or serach for it)? I have seen code for microsoft media foundation, ...
0
votes
1answer
153 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 ...
1
vote
1answer
248 views

DirectShow - Capture Webcam While Viewing It?

I am trying to make a webcam application in c# that allows users to record video. I have been using DirectShow.Net to preview the webcam and to take snapshots. But need to be able to capture video and ...
0
votes
1answer
219 views

Directshow Live Source Filter Design

I am developing a Live DirectShow filter. I have an H264 stream source which i can get streams via SDK API. In my filter I have a Queue which i Enqueue (push) incoming stream from a thread. Then I ...
1
vote
4answers
956 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 ...
1
vote
1answer
266 views

How can I play only a specific audio channel and mute the rest in DirectShow.NET?

I'm trying to play a AVI file with multi-channel audio.How can I mute or play specific channels using DirectShow.NET ? Is there a way to do this using the existing DirectShow filter interfaces or is ...
0
votes
0answers
222 views

GMFBridge for HLS segmenter

I've developed a stream segmenter for http live streaming (for ipad/iphone devices). I used GMFBridge to create segments with no frame loss. Source graph is the classic capture with preview plus ...

1 2 3 4