如何向visual basic应用程序添加实时视频源
问题描述:
所以我想创建一个应用程序,其中应用程序从另一台计算机或设备上的外部摄像头接收实时视频源
i找不到任何视频或文章在这个
So i want to create an application where the application receives a live video feed from an external camera on say another computer or device
i cannot find any videos or articles on this
答
好吧,如果相机还没有为你做这个,你需要某种媒体服务器来拍摄相机视频,压缩它并通过一些协议传输它。
然后你需要在你的应用程序中连接媒体播放器并播放视频。
Well, if the camera doesn't already do this for you, you'll need some kind of media server to take the camera video, compress it, and stream it over some protocol.
Then you need a media player in your application to connect to the media server and play the video.