directshow Questions

3

Solved

I am creating a project using DirectShow.Net that shows a preview of a webcam view within a windows form using Visual C#. I would like to start with gaining a collection of available video devices...
Yukoyukon asked 8/10, 2013 at 21:35

2

Solved

I am a developer in DotNet. I want to give skype a possibility to add a webcam simulator and send my bitmap frames to the DirectShow simulator. In this case I can draw my images in my application a...
Fluoroscopy asked 25/1, 2012 at 0:7

3

Solved

I would like to take video from a webcam, render some text on the frames and do some motion tracking and pass it on to a virtual webcam so it can be streamed easily. I found some answers on stacko...
Fieldfare asked 13/11, 2015 at 12:49

2

Solved

Weird problem here, i use this command to capture my webcam through ffmpeg (through cmd on windows): ffmpeg -y -t 300 -rtbufsize 1024M -f dshow -i video="Lenovo EasyCamera" -c:v libx264 -preset ve...
Dougdougal asked 4/6, 2017 at 8:39

2

I should have to write a Direct Show Filter which takes input(video,audio) from live source. And it should give the data(video,audio : which are encoded) to a decoder Filter MyCustomDirectSh...
Brandwein asked 20/6, 2011 at 15:35

2

Solved

I am looking for examples of a DirectShow Source filter that would display a Desktop Window. I am sure there should be examples, but I haven't yet found them. Perhaps I am using the wrong terminolo...
Colorblind asked 18/11, 2010 at 12:36

2

There are a quite a few of sources to get a video stream from webcam into a picturebox embedded in a userform. Preview a camera in DirectShow and capture a still image - in VB.net How do i use a...
Linares asked 27/10, 2015 at 19:35

1

Solved

I am trying to use DirectShow https://learn.microsoft.com/en-us/windows/win32/directshow/directshow in order to get uncompressed byte array from .mp3 stream. I have an implementation that can playb...
Daviddavida asked 18/11, 2020 at 12:7

3

I'm not able to find graphedit tool on windows 10 64 bit m/c, I have also installed the windows 10 sdk as per microsoft docs. ref: https://learn.microsoft.com/en-us/windows/desktop/directshow/usin...
Nkrumah asked 7/5, 2019 at 5:48

4

Solved

When running an application in Qt5 made ​​using the QWebView, I accessed a page with a video player in HTML5, but the video does not play and qt/directshow shows the following error: DirectShowP...
Inferno asked 29/11, 2013 at 14:13

3

Solved

DirectShow samples lived under (SDK samples root)\DirectShow\ in the Windows 7.1 SDK, but the Windows 8 SDK does not have the files neither in C:\Program Files (x86)\Windows Kits\8.0 nor C:\Program...

4

Solved

Long Story: There is an H264/MPEG-4 Source I can able to connect this source with RTSP protocol. I can able to get raw UDP packets with RTP protocol. Then send those raw UDP packets to a Decoder[...
Danella asked 5/10, 2011 at 17:27

3

Solved

I have a video engine2.avi that I want to read and show with openCV. Here's my code: #include <opencv2/core/core.hpp> #include <opencv2/highgui/highgui.hpp> #include <iostream> ...
Frederickson asked 12/2, 2013 at 13:22

6

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 Direc...
Bingle asked 12/1, 2010 at 14:58

1

Solved

I have a small python program that works very well to capture short videos from webcams in linux (at least for laptops that have built-in webcams) using a sub-process with ffmpeg. Now i'm trying t...
Perished asked 3/6, 2017 at 19:51

1

I would like your help please on a WebCamera problem. I've used a library available from Nuget; WebEye.Controls.Wpf.WebCameraControl (version 1.0.0). The URL is https://www.nuget.org/packages/WebEy...
Fluoroscope asked 27/10, 2016 at 15:14

1

i use isamplegrabber sampleCB callback to get audio sample, i can get buffer and buffer length from imediasample and i use avcodec_fill_audio_frame(frame,ost->enc->channels,ost->enc->sample_fmt,(ui...
Kurr asked 28/8, 2016 at 16:31

1

Solved

I'm tasked with revising an application which uses DirectShow for video rendering. The old application works fine, but it's starting to show age. As I have a gaming background, I figured I should ...
Melba asked 1/8, 2016 at 19:44

3

Solved

I'm trying to write a simple helper application that is used to prompt the user to turn on a camcorder if no signal is detected, which in this case would mean the camcorder is off and/or the HDMI c...
Austinaustina asked 9/4, 2016 at 1:1

1

Is there a way to make a photo (still image) with either DirectShow or Media Foundation APIs? I got video capture working and I can just capture the very first frame and call it a day, but that's ...
Inexplicit asked 17/7, 2015 at 19:48

5

Solved

Here is ffmpeg DirectShow options DirectShow video device options Pin "Capture" pixel_format=yuyv422 min s=720x480 fps=59.9402 max s=720x480 fps=59.9402 pixel_format=yuyv422 min s=720...
Carlicarlick asked 1/10, 2013 at 9:55

10

I have developed a Windows application that captures video from an external device using DirectShow. The image resolution is 640x480 and the videos saved without compression have very huge sizes (a...
Nippers asked 2/7, 2010 at 15:22

4

Solved

I have an AJA Capture card. The drivers installed with the card include some DirectShow filter. If I pop the filter into GraphEdit I see this: and if I run the ffmpeg command ffmpeg -f dshow -l...
Menorah asked 17/5, 2013 at 22:15

3

How to change Filter Properties programmatically? I am using a filter AAC encoder, and I can manually change its bitrate in graphedit by right clicking on the filter and entering the bitrate value...
Endo asked 27/12, 2012 at 5:58

7

Solved

I have a DirectShow graph to render MPEG2/4 movies from a network stream. When I assemble the graph by connecting the pins manually it doesn't render. But when I call Render on the GraphBuilder it ...
Foreside asked 26/8, 2008 at 12:2

© 2022 - 2024 — McMap. All rights reserved.