Search found 1 match

by eresonance
Sun Feb 19, 2023 6:35 pm
Forum: ZoneMinder 1.36.x
Topic: zmeventnotification stopped working
Replies: 16
Views: 4400

Re: zmeventnotification stopped working

I have python3.11 and OpenCV 4.7.0 and I see the same issue. I think there's a problem detecting the opencv version. Open up the yolo.py script: sudo vim /usr/local/lib/python3.11/site-packages/pyzm/ml/yolo.py Go to line 95: (maj, minor, patch) = cv2.__version__.split('.') min_ver = int(maj + minor)...