通过网络摄像头在计算机上传输视频
我认为这是一个相当复杂的问题,尽管我对视频世界不太熟悉。
我的计算机上有一个视频,我想通过网络摄像头传输该视频,以便在 Skype 上与我通话的用户能够看到该视频。我想在 c# 中执行此操作。
这可能吗?我可以以自定义方式连接到网络摄像头端口吗?如果是这样怎么办?
谢谢
I think that this is a rather complex question, though I am not very familiar with the video world.
I have a video on my computer, I'd like to stream it through my webcamera, so that user's speaking to me on skype will see this video. I'd like to do this in c#.
Is this possible? Can I connect to the web camera port in a custom manner? If so how?
Thank you
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您想将视频从您的计算机流式传输到另一台计算机,则不应涉及您的网络摄像头,除非您将其从显示器顶部移动并将其放在屏幕上,然后启动网络摄像头,您的朋友就会看到您的情况观看。
您似乎问的更像是:“我如何将视频流式传输到另一台计算机?”这意味着您想发送一些数据流,就好像它来自您的网络摄像头一样,但我仍然认为您根本不应该连接网络摄像头,因为对于您想做的事情,甚至不需要您有网络摄像头。
If you want to stream a video from your computer to another, your webcam should not be involved unless you move it from the top of the monitor and you put it against the screen, then you start the webcam and your friend will see what you are watching.
What you seem to ask is more like: "How can I stream a video to another computer?" meaning that you would like to send some stream of data as if it was coming from your webcam, still I do not think you should hoock into the webcam at all because for what you would like to do it's not even required you have a webcam.