Questions tagged [ms-media-foundation]

Media Foundation is an API which enables development of multimedia applications on Windows.

Media Foundation is an API which enables development of multimedia applications on Windows. Media Foundation is intended to replace DirectShow.

Please refer Media Foundation documentation for more details.

846 questions
-2
votes
1 answer

Windows 10 1703 - Direct Show and Media Foundation camera issue

We are seeing a strange issue on both DirectShow and MediaFoundation where the camera is giving black frames. On running MFTrace on both the apps, we see that CMemInputPinDetours::Receive is not getting called (when comparing with working…
-2
votes
1 answer

Is it feasible to use video render with source reader technique?

I am writing a live streaming application using media foundation. I am using source reader technique. Is it possible to use video renderer with source reader technique? If yes, please share your ideas. Thanks in advance.
Emily
  • 89
  • 8
-2
votes
1 answer

Virtual Audio Device and Media Foundation on Windows Server 2008 R2

I tried installing "media foundation" feature on Windows Server 2008 R2 Standard edition and wasn't able to track it down. Is there a way to enable "Media Foundation"?
Burgaz
  • 237
  • 7
  • 14
-3
votes
1 answer

How can I get the very first frame of a video file and extract the byte data from it?

I've been attempting to write code that returns the byte data of a thumbnail for the very first frame of a local video file for a few days now with no success. No GUI or rendering is required for this particular bit of code - I simply need to get a…
GroovinChip
  • 339
  • 4
  • 17
-4
votes
1 answer

How to use microsoft media foundation to detect which process uses camera?

I am new to msmf. Can you give me some tutorial, how to use IMFSensorActivityReport interface to tell me which process is using my webcam? There is a method GetProcessActivity which I assume does that or possibly other IMFSensorActivity stuff but I…
1 2 3
56
57