Skip to main content

Questions tagged [directshow]

The Microsoft DirectShow application programming interface (API) is a media-streaming architecture for Microsoft Windows. Using DirectShow, your applications can perform high-quality video and audio playback or capture.

-1 votes
0 answers
28 views

DirectShow obtains the average frame rate

I would like to inquire about obtaining the average frame rate when previewing a camera using DirectShow I used GraphStudioNext to create the SourceFilter ->Decoder Fliter ->EVR layout. When I ...
World's user avatar
  • 21
0 votes
0 answers
36 views

Custom developed Media Player shows black screen (neither audio nor video works) when left unattended for some time

I am maintaining source code for a custom-built, Media Player that was developed years ago by previous developers from whom I have inherited source code several months ago. It's a Windows Forms ...
Yash Dutt's user avatar
  • 197
0 votes
0 answers
90 views

Building an Virtual Camera that Receives frames with RTP

I litle interduction to my Project so i have an virtual camera that i build with Directshow, Works how t supposed to work, then i installed an external library uvgRTP and made the code so i receive ...
Ajdin Jusic's user avatar
0 votes
0 answers
42 views

Massive memory leak when creating and releasing Capture Filter in DirectShow

After much trial and error I have succeeded in grabbing still images from the laptop's built-in camera. But I have noticed a memory leak and spent days trying to pin it. So I have stripped the code to ...
kppodd's user avatar
  • 15
-1 votes
1 answer
68 views

aforge.video.directshow. "GetDevicesOfCat" not working

Using GetDevicesOfCat in dot net code to enumerate the web cameras. I enumerated the video devices connected to the computer and when I find the one I want i open the one I want with opencvsharp ...
user23666114's user avatar
1 vote
1 answer
88 views

Using YUV2 or MPEG format does not work on directshow

I am using the below program to capture frames from the video stream using the sample grabber. When I use the MEDIASUBTYPE_RGB32 the images show up and I can open them. However when I use ...
alok chander's user avatar
0 votes
1 answer
104 views

ISampleGrabberCB sampleCB() not getting called when using DirectShow

I'm trying to capture Video frames from USB Video Device(UVC) using DirectShow. Actually comparing Media Foundation with DirectShow because I'm seeing around 11 milliseconds buffering when using Media ...
Vinay's user avatar
  • 131
0 votes
0 answers
27 views

Can't Add Filter to a FilterGraph running on another Process

I am trying to connect to a filtergraph via the Running Object Table and add a Filter. I can stop and start the graph, but that is about it. I get an error. I can do this with the original GraphEdit, ...
user1713462's user avatar
0 votes
0 answers
74 views

How does MediaFoundation set the brightness and other properties of UVC cameras

I am currently using the MediaFoundation API to preview UVC cameras. How can I set/get the brightness, contrast, and other properties of the camera? Although it can be implemented using the ...
World's user avatar
  • 21
0 votes
0 answers
36 views

How to send USB requests from windows application to a USB device

Currently I am working in amcap windows streaming application. For that I have downloaded the source from GitHub[https://github.com/microsoft/Windows-classic-samples.git].Now from that application I ...
Jennifer Jack's user avatar
1 vote
1 answer
267 views

How to set exposure for Still Image capture when using DirectShow API on Windows?

I am trying to use the Windows Directshow API to capture still images using a UVC camera. I am using this article from Microsof(https://learn.microsoft.com/en-us/windows/win32/directshow/capturing-an-...
alok chander's user avatar
2 votes
0 answers
76 views

Very often PyQt5 QMediaPlayer displays an error message when opening a media file

When I open the file, the console displays the error message DirectShowPlayerService::doRender: Unresolved error code 0x80040218 (IDispatch error #24) and the media file itself does not play. But if ...
ツDeeffest笑's user avatar
1 vote
0 answers
57 views

How to implement antialiasing in DirectShow?

My project uses DirectShow to capture camera input and implement preview functionality. However, I am encountering a problem with noticeable aliasing in the camera preview. Therefore, I am considering ...
World's user avatar
  • 21
0 votes
0 answers
55 views

H.264 encoder Filter for Directshow that controls bitrate and GOP Settings in Win32 CPP Project [duplicate]

I'm Working to control Bitrate and GOP Settings using H.264 DirectShow Filter. For that when I have gone through H.264 AMCAP application I have found this H.264 control dialog box. Now from where can ...
Maverick Nolan's user avatar
0 votes
2 answers
435 views

In VLC-Unity, why is the media player unable to play video feed from USB camera using DirectShow?

I'm experimenting the capabilities of VLC-Unit for various video streaming protocol, the simplest of which should be playing the video feed of a USB camera directly. For this purpose, I start with a ...
tribbloid's user avatar
  • 4,028

15 30 50 per page
1
2 3 4 5
137