ASP.NET网站上的实时网络摄像头

时间:2021-09-04 13:31:55

I need a way to put a live web cam video on my ASP.NET application.

我需要一种在我的ASP.NET应用程序上放置实时网络摄像头视频的方法。

I basically want answers from people who have done this before. What is the easiest and most cost-effective way to accomplish a simple web cam feed? Technically, it does not have to be streaming video (although that is the preference).

我基本上想要那些之前做过这些的人的答案。实现简单网络摄像头Feed的最简单,最经济的方法是什么?从技术上讲,它不一定是流式视频(尽管这是首选)。

I could settle for an image that refreshes every few seconds.

我可以安顿一个每隔几秒刷新一次的图像。

1 个解决方案

#1


  • You could use an Axis Web Camera which has an embedded webserver. This would probably cost a bit more than a cheap PC web cam but supports web streaming directly. Unfortunately, this would not scale well as the embedded webserver can only handle a few concurrent connections.
  • 您可以使用具有嵌入式Web服务器的Axis Web Camera。这可能比廉价的PC网络摄像头花费更多,但直接支持网络流媒体。遗憾的是,由于嵌入式Web服务器只能处理一些并发连接,因此无法很好地扩展。

#1


  • You could use an Axis Web Camera which has an embedded webserver. This would probably cost a bit more than a cheap PC web cam but supports web streaming directly. Unfortunately, this would not scale well as the embedded webserver can only handle a few concurrent connections.
  • 您可以使用具有嵌入式Web服务器的Axis Web Camera。这可能比廉价的PC网络摄像头花费更多,但直接支持网络流媒体。遗憾的是,由于嵌入式Web服务器只能处理一些并发连接,因此无法很好地扩展。