this post was submitted on 29 Jul 2024
8 points (90.0% liked)

Python

3210 readers
1 users here now

News and discussions about the programming language Python


founded 5 years ago
MODERATORS
 

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.

top 2 comments
sorted by: hot top controversial new old
[โ€“] 48954246 1 points 2 months ago

This might get you started on the face recognition part

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

[โ€“] [email protected] 1 points 2 months ago* (last edited 2 months ago)

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

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