Custom virtual video capture device

不想你离开。 提交于 2019-12-20 05:45:08

问题


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 look? I think it should be something working asynchronously and a source will be byte stream from mobile device. Thanks in advance.


回答1:


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.



来源:https://stackoverflow.com/questions/9569238/custom-virtual-video-capture-device

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!