Search found 1552 matches

by asker
Mon Dec 20, 2021 1:54 pm
Forum: ZoneMinder 1.36.x
Topic: ModuleNotFoundError: No module named 'numpy' (zmeventnotification)
Replies: 6
Views: 4174

Re: ModuleNotFoundError: No module named 'numpy' (zmeventnotification)

Looks like you don't have pip3 - which is used by default to install the packages sudo apt-get install python3-pip And then try install again and make sur everything works I have "python3-pip" installed in the same way as you suggest. I tried also with virtual environments, and with pytho...
by asker
Mon Dec 20, 2021 11:57 am
Forum: ZoneMinder 1.36.x
Topic: ModuleNotFoundError: No module named 'numpy' (zmeventnotification)
Replies: 6
Views: 4174

Re: ModuleNotFoundError: No module named 'numpy' (zmeventnotification)

Looks like you don't have pip3 - which is used by default to install the packages

sudo apt-get install python3-pip

And then try install again and make sur everything works
by asker
Wed Dec 08, 2021 5:46 pm
Forum: Mobile Apps and Event Server
Topic: Zone alarms vs monitor alarms via websocket JSON output
Replies: 31
Views: 33077

Re: Zone alarms vs monitor alarms via websocket JSON output

sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --eventid 5290 --monitorid 4 --debug What that command does is only run the detection process on a past event. It is unrelated to your report on delayed websocket notifications That command is also fail...
by asker
Sat Dec 04, 2021 1:00 pm
Forum: Mobile Apps and Event Server
Topic: Zone alarms vs monitor alarms via websocket JSON output
Replies: 31
Views: 33077

Re: Zone alarms vs monitor alarms via websocket JSON output

That is 5 minutes. Wonder if that effects reporting over the websocket and the event ID. No, it does not. event_check_interval = 5 ,, That would be nice if that was reflected in the websocket reporting. What are you referring to when you say if it was reflected? The ES will poll ZM every 5 seconds ...
by asker
Thu Nov 25, 2021 12:03 pm
Forum: ZoneMinder 1.34.x
Topic: Object recognition
Replies: 1
Views: 5595

Re: Object recognition

This is not something you can turn on via a config - will require code level integration. Here is the high level flow to get you started: 1. You will need to make these changes in pyzm 2. pyzm/ml/object.py is the wrapper for all things object detection related (person is an object in this context) 3...
by asker
Wed Nov 03, 2021 10:58 am
Forum: ZoneMinder 1.36.x
Topic: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable
Replies: 10
Views: 10835

Re: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable

As it turns out OpenCV 4.5.4 changed the API, so the above isn't a random hack that luckily happens to work in magical ways. See https://github.com/ZoneMinder/mlapi/issues/44#issuecomment-958912650 However, this needs to be done correctly comparing openCV versions, which I'll commit soon. Please tra...
by asker
Sat Oct 30, 2021 2:36 pm
Forum: ZoneMinder 1.36.x
Topic: [Solved] v1.37.1 API - enabling issue (zmninja app on iPhone)
Replies: 7
Views: 1992

Re: v1.37.1 API - enabling issue (zmninja app on iPhone)

Umm, not to challenge the decades in tech, but in this case, there are actually no files corresponding to the exact URL suffix (<whatever>.json). They are routes that are handled the following way: 1. Your webserver (Apache) gets the URL request for https://server/zm/api/host/getVersion.json 2. Apac...
by asker
Thu Oct 14, 2021 1:15 pm
Forum: ZoneMinder 1.36.x
Topic: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable
Replies: 10
Views: 10835

Re: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable

Remove everything under /var/lib/zmeventnotification/models
And then re-install

When this happens, most often I've seen its because the download was incorrect for the ml models
by asker
Wed Oct 13, 2021 12:31 pm
Forum: ZoneMinder 1.36.x
Topic: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable
Replies: 10
Views: 10835

Re: ZMEVENTNOTIFICATION: Error running model: invalid index to scalar variable

You should revert the changes, delete your models/labels and re-download the models again
by asker
Tue Sep 28, 2021 5:20 pm
Forum: Mobile Apps and Event Server
Topic: [Solved] zmNinja - Events can't be downloaded - Saving Error - IPhone
Replies: 19
Views: 25711

Re: zmNinja - Events can't be downloaded - Saving Error - IPhone

You may want to hop on to the ZM slack channel if possible - easier to chat. ZM slack join link is at the bottom of zoneminder.com
by asker
Tue Sep 28, 2021 4:57 pm
Forum: Mobile Apps and Event Server
Topic: [Solved] zmNinja - Events can't be downloaded - Saving Error - IPhone
Replies: 19
Views: 25711

Re: zmNinja - Events can't be downloaded - Saving Error - IPhone

So I keep seeing a black box saying 'unable to stream'
by asker
Tue Sep 28, 2021 4:31 pm
Forum: Mobile Apps and Event Server
Topic: [Solved] zmNinja - Events can't be downloaded - Saving Error - IPhone
Replies: 19
Views: 25711

Re: zmNinja - Events can't be downloaded - Saving Error - IPhone

So I lost access to your web console in the middle of making changes- not responsive
Can you configure Home Camera 2 to just be in monitor mode in a way that we can see live streams on chrome?
I am unable to see live view on a browser
by asker
Tue Sep 28, 2021 3:46 pm
Forum: Mobile Apps and Event Server
Topic: [Solved] zmNinja - Events can't be downloaded - Saving Error - IPhone
Replies: 19
Views: 25711

Re: zmNinja - Events can't be downloaded - Saving Error - IPhone

Ok, I am fiddling with HomeCamera2 and will try a few changes
by asker
Tue Sep 28, 2021 3:03 pm
Forum: Mobile Apps and Event Server
Topic: [Solved] zmNinja - Events can't be downloaded - Saving Error - IPhone
Replies: 19
Views: 25711

Re: zmNinja - Events can't be downloaded - Saving Error - IPhone

So I think its related to the video format you are using to create the mp4. 1. I tried downloading the mp4 on my desktop - only VLC was able to play it. That tells me its not a standard encoding format - quicktime failed. 2. If you force MJPEG on the monitor (in monitors=>configuration) it is able t...