Search found 66 matches

by titof2375
Sat Mar 20, 2021 8:23 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

thanks to both of you @ tsp84 and @ Magic919, for your help. for face detection, I don't need it because my cameras are not of such good quality, object detection suits me well except if there is a detection for dogs. for the mqtt it works well, parcontre I saw that this camera was not top at night....
by titof2375
Thu Mar 18, 2021 7:43 pm
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

root@ZoneMinder:~# cat /etc/zm/zmeventnotification.ini # Configuration file for zmeventnotification.pl [general] secrets = /etc/zm/secrets.ini base_data_path=/var/lib/zmeventnotification # The ES now supports a means for a special kind of # websocket connection which can dynamically control ES # be...
by titof2375
Thu Mar 18, 2021 6:30 pm
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

Last login: Thu Mar 18 17:54:17 2021 from 192.168.1.58 root@ZoneMinder:~# cat /etc/zm/objectconfig.ini # Configuration file for object # 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 y...
by titof2375
Thu Mar 18, 2021 6:05 pm
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

for the ssh command nothing, I went in front of the camera and it's the log, I'm sorry, I completely forgot to mark it
by titof2375
Thu Mar 18, 2021 11:56 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

zonezone.PNG
zonezone.PNG (98.23 KiB) Viewed 9665 times
this is what I have
by titof2375
Thu Mar 18, 2021 7:50 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

Also go into the python3 interpreter and try and import cv2 python3 once inside the interpreter it will say something like this -> Python 3.8.5 (default, Jan 27 2021, 15:41:15) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more inf...
by titof2375
Thu Mar 18, 2021 7:45 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

Ok for the certificates if you get any certificate errors, which you shouldn't as they are globally readable, you would need to change ownership to www-data:www-data sudo chown www-data:www-data /etc/apache2/ssl/zoneminder* Now you need to add those certificates to ES as well in the secretes.ini ES...
by titof2375
Thu Mar 18, 2021 5:10 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

Ok for the certificates if you get any certificate errors, which you shouldn't as they are globally readable, you would need to change ownership to www-data:www-data sudo chown www-data:www-data /etc/apache2/ssl/zoneminder* Now you need to add those certificates to ES as well in the secretes.ini ES...
by titof2375
Thu Mar 18, 2021 3:37 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

tsp84 wrote: Wed Mar 17, 2021 8:49 pm Do you have SSL certificates? And are the certificates in the /etc/apache2/ssl/ directory?

Did you fix the typing errors in secrets.ini?
yes, I corrected the typing time in secret.ini
secre.PNG
secre.PNG (42.96 KiB) Viewed 9695 times
and for the certificate
dert.PNG
dert.PNG (6.34 KiB) Viewed 9695 times
by titof2375
Wed Mar 17, 2021 8:40 pm
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

/var/log/zm/zmesdetect_m1.log:03/17/21 20:38:34 zmesdetect_m1[6608] FAT zm_detect.py:534 [Unrecoverable error:'str' object has no attribute 'lineno' Traceback:Traceback (most recent call last):
/var/log/zm/zmesdetect_m1.log: _log('ERR',message,caller)
I always have an error
by titof2375
Wed Mar 17, 2021 8:14 pm
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

This is a list of what you should need to install it. I havnt tried installing perl modules using the -e flag, I usually go into the cpan shell and install/update so this might not work completly. This is a list of everything you need minus OpenCV. Are you using a GPU for object detection? if so......
by titof2375
Wed Mar 17, 2021 11:18 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

You also need to create a user and password for the ES to talk with zoneminder API's in the zoneminder webgui. Here is a picture of that screen it is in "Options > Users". I have "api_user" setup just for the ES. You could use the "admin" account but I think its good p...
by titof2375
Wed Mar 17, 2021 11:13 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

You also need to create a user and password for the ES to talk with zoneminder API's in the zoneminder webgui. Here is a picture of that screen it is in "Options > Users". I have "api_user" setup just for the ES. You could use the "admin" account but I think its good p...
by titof2375
Wed Mar 17, 2021 11:00 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

You have a typo in your secrets.ini file in your PICTURE line. There's a : where a / should be after your IP address. Did you follow the docs and setup auth in zoneminder options with a hash passphrase and append IP off? Are those credentials correct for a user you created in the zoneminder options...
by titof2375
Wed Mar 17, 2021 6:05 am
Forum: Mobile Apps and Event Server
Topic: I am lost in the configuration of zmeventnotification
Replies: 62
Views: 60291

Re: I am lost in the configuration of zmeventnotification

notification7.PNG
notification7.PNG (42.98 KiB) Viewed 16759 times
notification8.PNG
notification8.PNG (47.19 KiB) Viewed 16759 times
notification 9.PNG
notification 9.PNG (46.11 KiB) Viewed 16759 times