Resources for working with video streams in C #

I am starting to enter into a side project, which I hope will draw frames from several small IP cameras, maybe have worked a bit with motion detection and re-displayed them in the warning form.

Does anyone have good resources or similar projects that I could use to get to know them? I am using C # 3.5 with SP1 in VS2008

+4
source share
1 answer

Here you can find an article on how to do motion detection between images. It is based on the AForge.NET library, which, quoting their site:

AForge.NET is a C # platform designed for developers and researchers in the field of computer vision and artificial intelligence - image processing, neural networks, genetic algorithms, machine learning, etc.

+2
source

Source: https://habr.com/ru/post/1277570/


All Articles