The purpose of this library is to allow access to Microsoft's DirectShow functionality from within .NET applications. This library supports both Visual Basic .NET and C#, and theoretically, should work with any .NET language.
0
votes
0answers
37 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
42 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
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
1answer
53 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
40 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
70 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
110 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
61 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
89 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
309 views
Live video streaming using Directshow.net
I am creating a windows service,which will start capturing webcam input from client computer and stream it live(rtmp) after H.264 encoding.I already know how to capture video from webcam using ...
0
votes
3answers
268 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
38 views
Why i cannot get properties from IAMVideoProcAmp but these properties are shown on Property Pages?
When i used IAMVideoProcAmp:GetRange to get value (max/min/default) of properties (brightness,contrast,Hue,...) from my webcam, i received ErrorCode = -2147023728 for all properties , it told me that ...
0
votes
1answer
100 views
How can i set brightness for camera using IAMVideoProcAmp?
I'm trying to use IAMVideoProcAmp (directshow.net C#) to set brightness for a microsoft camera (lifecam studio).
I refer the solution from here. This solution uses IAMVideoProcAmp to set brightness ...
0
votes
1answer
121 views
Streaming compressed avi over network using directshow
I'm quite new to Windows programming and I'm trying to setup a directshow graph to stream a webcam feed over a network so I can monitor the output on an ipad.
I've setup a graph in csharp using ...
0
votes
2answers
170 views
Programmatically add AVI file header to video stream
I have a capturing device (analogue to digital converter: AverMedia USB Capture Card).
When I want to record video using DirectShowLib in C#, I only receive frames. I am able to record frames and play ...
0
votes
1answer
97 views
How to configure video camera by directshow.net?
I found some samples that use directshow.net(in C#) to capture video from camera, but i didn't see any sample about configuring video (such as Backlight compensation , Brightness, Contrast, Sharpness, ...
0
votes
0answers
82 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 ...
1
vote
1answer
431 views
How can I record a video in my ASP.NET website using a webcam. I want to use DirectShow.NET Library for this
Can anybody help me with this.
What I want to achieve is:
Record a video using my webcam in my ASP.NET website.
For this I want to use DirectShow.Net library
If any body can help me this then let ...
0
votes
1answer
118 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
149 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
87 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
211 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
249 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
82 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
162 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
144 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
177 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
1answer
56 views
How to continue playing a capture device when the device is replugged in?
OK,I'm now developing a winform app that can capture stream from a video capture device using DirectShow.NET.
And the problem is when I plug the usb capture device out. the image ...
0
votes
1answer
129 views
Watermark video source live
I would like to watermark a video that is taken from for instance a webcam.
in the normal setup you would see this flow
webcam -> capture software
what i would like to do programmatically is to
...
0
votes
2answers
213 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
150 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
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 ...
0
votes
0answers
76 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
694 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
127 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
463 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
300 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
132 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
0answers
123 views
how to set camera resolution in directshow.net
I have a HD camera yet the sample project capture/CapWMV records only on low resolution. I am novice with directshow.net. I need some help. I am making an application which can record endoscopic ...
3
votes
1answer
278 views
How to create video from images on Windows 8 (WinRT)
I'm working on creating media file from list of image files. On desktop we have different ways to stich image files into video (AviFile lib, FFMPEG and DirectShow with managed wrapers).
Is there a way ...
0
votes
1answer
925 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 ...
0
votes
0answers
91 views
VMR9 Allocator and SwapEffect.Discard
I'm developing an application using a VMR9 Allocator.
The allocator allow me to draw the directshow filter graph output to a texture.
I noticed that if I don't use the SwapEffect.Copy in exclusive ...
0
votes
0answers
107 views
How to create filter graph in C#?
I have an directshow application which records video.its developed in C# .NET using Directshow.NET.
I want to create filter graph for it.I got this URL but its in c++ can any one give me code/help to ...
1
vote
1answer
97 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
169 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
197 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
232 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
158 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
799 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 ...




