Live Webcam on ASP.NET Web Site -


I want a way of putting a live webcam video on my ASP.NET application.

I basically want answers from those who have done this before, what is the easiest and most effective way to complete the simple webcam feed? Technically, this does not have to be a streaming video (though this is a priority).

I can decide for an image which refreshes every few seconds.

  • You can use a webcam that has an embedded webserver, possibly a cheap PC Web Cam will cost slightly more, but supports direct web streaming. Unfortunately, this will not happen well because the embedded webserver can only handle some concurrent connections.

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -