Search found 8 matches

by repomanz
Sun Jan 10, 2021 9:04 pm
Forum: ZoneMinder 1.34.x
Topic: Problems installing ZM (NON-DOCKER)
Replies: 39
Views: 9438

Re: Problems installing ZM (NON-DOCKER)

Ubuntu (20.04) installation is covered here: https://wiki.zoneminder.com/Ubuntu https://wiki.zoneminder.com/Ubuntu_Server_or_Desktop_Zoneminder_1.34.x These install documents need to be improved. I did the 1.35 version yesterday on a fresh Ubuntu 20.04 install. 1) doing an apt install zoneminder do...
by repomanz
Sat Jan 09, 2021 8:24 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ubuntu 20.04 and zm 1.35 install?
Replies: 2
Views: 1042

ubuntu 20.04 and zm 1.35 install?

Hello - I'm following this guide: https://wiki.zoneminder.com/How_to_Install_ZoneMinder-Master_,v_1.35.4_on_UBUNTU_20.04_LTS_%28_Focal_Fossa%29 Fresh install of ubuntu 20.04 server. However I'm noticing the guide and what gets installed when using apt-get install zoneminder are out of sync. Examples...
by repomanz
Thu Jan 07, 2021 4:58 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 7438

Re: ES 6.1.5 (object detection not working)

full objectconfig.ini # Configuration file for object detection # NOTE: ALL parameters here can be overriden # on a per monitor basis if you want. Just # duplicate it inside the correct [monitor-<num>] section # You can create your own custom attributes in the [custom] section [general] # Please don...
by repomanz
Thu Jan 07, 2021 4:21 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 7438

Re: ES 6.1.5 (object detection not working)

it's not clear to me in the template if the parameters above ml sequence are leveraged. this is working for me. ml_sequence= { 'general': { 'model_sequence': 'object' }, 'object': { 'general':{ 'pattern':'(person|dog|cat)', 'same_model_sequence_strategy': 'first' # also 'most', 'most_unique's }, 'se...
by repomanz
Wed Jan 06, 2021 7:58 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 7438

Re: ES 6.1.5 (object detection not working)

after going into the docker container and manually adding this:

sudo pip3 install opencv-python

ES/ML is now working.
by repomanz
Wed Jan 06, 2021 7:16 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 7438

Re: ES 6.1.5 (object detection not working)

Going through documentation again I think I found the issue. python3 can't import cv2 root@43f7cbf04308:/# sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --eventid 152 --monitorid 1 --debug Traceback (most recent call last): File "/var/lib/zmeve...
by repomanz
Wed Jan 06, 2021 6:07 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 7438

Re: ES 6.1.5 (object detection not working)

At a high level, looks ok. What does 'not working' mean? Please post debug (not INF) logs on a run and point out what is not working In INF log, i see event happening but then this: 2021-01-06 11:35:15 zmeventnotification 8080 INF |----> FORK:garage-low-res (1), eid:123 Not sending event end alarm,...
by repomanz
Wed Jan 06, 2021 4:16 pm
Forum: ZoneMinder 1.34.x
Topic: ES 6.1.5 (object detection not working)
Replies: 15
Views: 7438

ES 6.1.5 (object detection not working)

Hello - I updated to ES 6.1.5 and seem to be having some struggle with object detection. This was working fine previous to 6.1.5 and I understand the structure of objectconfig.ini has changes but believe I've made correct/updated changes leveraging ml_sequence. For object detection; using: object, y...