8
2

Do you know a CCTV software write in Python ?

1y 10mon ago by lemmy.ml/u/Zara in python@lemmy.ml

Hi,

I'm looking for a software similar to ZoneMinder
https://lemmy.ml/post/18530232

But it seem that ZoneMinder become slowly outdated, php etc..

I've found a couples of alternatives ( hard choice as the limitations of use are often buried deep )

It seem that openCV is really famous for AI Computer vision, So I would be surprise if there were no Python program to manage cameras like a ZoneMinder !?

Do you know any ?

Thanks.

This might get you started on the face recognition part

https://pypi.org/project/face-recognition/

This might be helpful: https://github.com/motioneye-project/motioneye

I got it working with a Pi Zero a few months ago.