Page 1 of 1

ZmNinja Pictures

Posted: Sun Apr 12, 2020 2:16 pm
by NXT
Hi,

Is it possible to send notifications images to iPhone?

Do you have to remove the “picture_url” in the zmnotification.ini? Or does Hooks have to be activated to receive notification images?

Thanks!

Have a nice day everyone!

Re: ZmNinja Pictures

Posted: Sun Apr 12, 2020 3:46 pm
by asker
Yes it is.
The picture_url field has to be specified (read comments above it).
Sending images does not need hooks.

Re: ZmNinja Pictures

Posted: Sun Apr 12, 2020 5:46 pm
by NXT
Hi,

Thanks for the response.
Do I also have to change settings in de secret.ini file?

Re: ZmNinja Pictures

Posted: Sun Apr 12, 2020 7:14 pm
by NXT
Ok its working.

I had this.

picture_url = https://XXXXX:port/zm/index.php?view=image&eid=EVENTID&fid=BESTMATCH&width=600

picture_url = https://XXXXX:port/zm/index.php?view=image&eid=EVENTID&fid=objdetect&width=600

picture_url = https://XXXXX:port/zm/index.php?view=image&eid=EVENTID&fid=snapshot&width=600

picture_url = https://XXXXX:port/zm/index.php?view=image&eid=EVENTID&fid=alarm&width=600

That wasn't working.
Now I'm only using this one.
picture_url = https://XXXXX:port/zm/index.php?view=image&eid=EVENTID&fid=alarm&width=600
And works like a charm!

Another question is it possible to turn off the notification events when its seeing a dog or a specific numberplate?

Thanks!

Re: ZmNinja Pictures

Posted: Sun Apr 12, 2020 8:50 pm
by asker
You can use detect_pattern in objectconfig.ini to filter out dog. But that would mean it won't identify a dog either.

Re: ZmNinja Pictures

Posted: Sun Apr 12, 2020 9:16 pm
by NXT
I have a camera on my dog but I’m getting to much notifications if she moves :D is there another solution?

And for the numberplate I have to install more then Hooks only I suppose?

Thanks for the fast response!

Re: ZmNinja Pictures

Posted: Mon Apr 13, 2020 8:59 pm
by asker
You can reduce the # of notifications you get by reducing the reporting frequency. You can do that by going to zmNinja->Settings->Event server settings and changing reporting frequency. zmNinja help is here: https://docs.google.com/document/d/e/2P ... M9Hz8p/pub

Number plate - please read the docs here https://zmeventnotification.readthedocs ... ecognition
Requires setup depending on which service you want to use.

In general, please read docs thoroughly :-)