Custom virtual video capture device

后端 未结 1 1170
后悔当初
后悔当初 2021-01-27 08:30

I`m new to media foundation and C++. But I want to create a virtual video capture device which can be used by Microsoft Expression Encoder. Can you tell me in which direction to

相关标签:
1条回答
  • 2021-01-27 09:08

    I don't think you want to look into Media Foundation for this. Expression Encoder uses a richer API to capture video with, DirectShow. You want a virtual DirectShow camera, which was discussed multiple times and has a simple sample project to start from.

    • Virtual webcam input as byte stream
    • Simulate a DirectShow Webcam
    • How to use directshow filter as a live input for Expression Encoder 4?

    Supported USB Capture Devices Expression Encoder 4:

    Any device that provides a dshow filter is supported by EE4. Currently, there is no list currently available of supported devices, though most usb devices have little to no issues with encoder.

    0 讨论(0)
提交回复
热议问题