¡@

Home 

c# Programming Glossary: directshow

Screen capture from windows service

http://stackoverflow.com/questions/1002064/screen-capture-from-windows-service

capture from windows service I've got DirectShow based screen capture software. Internally it calls CopyScreenToBitmap..

How can I create a video from a directory of images in C#?

http://stackoverflow.com/questions/251467/how-can-i-create-a-video-from-a-directory-of-images-in-c

read a few things about using the Windows Media SDK or DirectShow but none of them are that explicit about providing code samples...

How can I stream webcam video with C#?

http://stackoverflow.com/questions/342774/how-can-i-stream-webcam-video-with-c

to the low level control over it all you'll need to use DirectShow as thealliedhacker points out. The best way to use DirectShow.. as thealliedhacker points out. The best way to use DirectShow in C# is through the DirectShow.Net library it wraps all of.. out. The best way to use DirectShow in C# is through the DirectShow.Net library it wraps all of the DirectShow COM APIs and includes..

Working way to make video from images in C#

http://stackoverflow.com/questions/539257/working-way-to-make-video-from-images-in-c-sharp

isn't registered. I suppose I need to install something DirectShow maybe although I thought that was already installed . Depending..

Using MediaElement to play video from Stream

http://stackoverflow.com/questions/7117589/using-mediaelement-to-play-video-from-stream

although there are some hacks to make that happen for a DirectShow based example see http social.msdn.microsoft.com forums en US..

How to display webcam images captured with Emgu?

http://stackoverflow.com/questions/765107/how-to-display-webcam-images-captured-with-emgu

as less CPU as possible VideoRendererElement WPFMediaKit DirectShow Lib But none of them were fine... Either way too slow or too..

Video Capture output always in 320x240 despite changing resolution

http://stackoverflow.com/questions/8213574/video-capture-output-always-in-320x240-despite-changing-resolution

have a Microsoft LifeCam Cinema camera and I use the .NET DirectShowLib to capture the video stream. Well actually I use WPFMediaKit.. you are going to need to change some code. Go to Folder DirectShow MediaPlayers and open up VideoCapturePlayer.cs Find the function.. Mainly due to the fact this is my first time working with DirectShow and only just grasp the meaning of graphs. But I was successful..

voice record (winmm.dll) using C#.net

http://stackoverflow.com/questions/838190/voice-record-winmm-dll-using-c-net

c# activex share improve this question I would use DirectShow to capture the audio. Since you added a C# tag to the question.. you added a C# tag to the question I recommend using the DirectShow.NET library . Make sure you also download the samples and look..

Virtual webcam input as byte stream

http://stackoverflow.com/questions/8557723/virtual-webcam-input-as-byte-stream

stream or bytes as input. How can I develop this Can DirectShow be helpful in this I dont know anything. Please help i have.. directshow share improve this question Here you go DirectShow Source filter using Dekstop window as source Writing a Direct.. How to render a byte array from socket application using DirectShow Injecting sample from samplegrabber into a graph If you prefer..

Text overlay when video is recording using Directshow and C#

http://stackoverflow.com/questions/10847477/text-overlay-when-video-is-recording-using-directshow-and-c-sharp

should get recorded with an text overlay. c# text overlay directshow directshow.net share improve this question I'm doing it.. recorded with an text overlay. c# text overlay directshow directshow.net share improve this question I'm doing it in my software..

How do I get a Video Thumbnail in .Net?

http://stackoverflow.com/questions/155314/how-do-i-get-a-video-thumbnail-in-net

Anything other formats you might look into directshow. There are a few projects that might help http sourceforge.net.. few projects that might help http sourceforge.net projects directshownet http code.google.com p slimdx share improve this answer..

How can I create a video from a directory of images in C#?

http://stackoverflow.com/questions/251467/how-can-i-create-a-video-from-a-directory-of-images-in-c

valuable resources that might help me to do this in C# c# directshow media multimedia wmv share improve this question At the..

Developing a Video Chat Application with high quality video streaming

http://stackoverflow.com/questions/470698/developing-a-video-chat-application-with-high-quality-video-streaming

conferencing with .net easily without need to dig into directshow. ok dig some but not deep 1 Use of plain Windows Media Encoder..

Directshow filter access threading

http://stackoverflow.com/questions/6296642/directshow-filter-access-threading

filter access threading I made a TV Player in c# using directshowlib 2005. now I made a method to search for available channels... thread where created my graph in c# multithreading com directshow share improve this question This problem is because some..

take picture from webcam c#

http://stackoverflow.com/questions/7887910/take-picture-from-webcam-c-sharp

methods or with WIN32 API methods c# .net winapi directshow share improve this question DirectShow.NET Samples are there.. Samples are there http sourceforge.net projects directshownet files DirectShowSamples 2010 February The following sample..

Video Capture output always in 320x240 despite changing resolution

http://stackoverflow.com/questions/8213574/video-capture-output-always-in-320x240-despite-changing-resolution

so that the filesize of my outputted AVI is small. c# directshow directshow.net share improve this question I figured this.. the filesize of my outputted AVI is small. c# directshow directshow.net share improve this question I figured this out. So I..

C# + DirectShow.NET = Simple WebCam access?

http://stackoverflow.com/questions/833724/c-sharp-directshow-net-simple-webcam-access

I could figure out is that somehow the usercontrol calls directshow to draw directly to the surface of the user control. I want.. to answer if you know your way around DirectShow.NET. c# directshow webcam directshow.net share improve this question You will.. know your way around DirectShow.NET. c# directshow webcam directshow.net share improve this question You will need to use the..

Virtual webcam input as byte stream

http://stackoverflow.com/questions/8557723/virtual-webcam-input-as-byte-stream

but I want to have byte stream as input. c# c windows directshow share improve this question Here you go DirectShow Source..