How to get an IP camera stream into C#?

后端 未结 5 704
心在旅途
心在旅途 2021-01-31 23:07

I\'ve used AForge library to make this little program, that shows live feed from a webcam into a PictureBox.

private FilterInfoCollection VideoCaptureDevices;
pr         


        
5条回答
  •  梦如初夏
    2021-01-31 23:41

    I once worked with the directShow.net library. It gives you access to the most functions of DirectShow and one of them is Capturing. If you can use the ip webcam with DirectShow you can use it in your program as well.

提交回复
热议问题