Simulate a DirectShow Webcam

回眸只為那壹抹淺笑 提交于 2019-12-01 11:04:52

问题


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 and on skype I can share this images to my friend.

I was on: http://msdn.microsoft.com/en-us/library/dd407344%28VS.85%29.aspx but it's no Dotnet and I am not sure what example I should believe in.

I also saw: http://directshownet.sourceforge.net/ But as far as I undestand, here I cannot do with this framework what I need, or can I?

My question is: What is basically needed to create such an DirectShow item?

Regards


回答1:


It is possible through a virtual device, see

  • Virtual webcam input as byte stream
  • Is it possible to fake a video stream as virtual cam that is visible in Skype, Lync etc?

You will have hard time implementing this in C# only, as the APIs are for native code.



来源:https://stackoverflow.com/questions/8996194/simulate-a-directshow-webcam

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