Search found 1552 matches

by asker
Sat Aug 26, 2023 11:46 pm
Forum: Mobile Apps and Event Server
Topic: Person & Object Detection
Replies: 18
Views: 39172

Re: Person & Object Detection

I'm afraid you are on your own here as I don't use jetson - looks like that is your target platform. However, when I did a google for your error: (-217:Gpu API call) no CUDA-capable device is detected in function 'ManagedPtr' The very first link was this post that seems to indicate you need OpenCV 4...
by asker
Sun Aug 20, 2023 9:22 pm
Forum: Mobile Apps and Event Server
Topic: Person & Object Detection
Replies: 18
Views: 39172

Re: Person & Object Detection

Thanks for your support, asker. Very much appreciated. Option a) doesn‘t seem to work. Going for option b) means that I also have to re-compile opencv, am I correct? Or can I also proceed without? I suspect you'll have to redo the openCV compilation, at least the python bindings. I'm sure there are...
by asker
Sun Aug 20, 2023 1:08 pm
Forum: Mobile Apps and Event Server
Topic: Person & Object Detection
Replies: 18
Views: 39172

Re: Person & Object Detection

Looks like a few things going on. File "/usr/local/lib/python3.6/dist-packages/mysql/connector/abstracts.py", line 33 from __future__ import annotations ^ SyntaxError: future feature annotations is not defined First, your version of python (3.6) seems to be incompatible with some of the pa...
by asker
Thu Sep 22, 2022 1:00 pm
Forum: ZoneMinder 1.36.x
Topic: Live view zmNinja buffers and throttling
Replies: 7
Views: 6322

Re: Live view zmNinja buffers and throttling

This paragraph describes the difference between zmNinja multi-port and not using multi-port. In short, when you don't use multiport, zmNinja does not use ZM streaming at all. It just grabs snapshots every single time, and the interval specifies how often if will grab images. The lesser you make it,...
by asker
Wed Aug 10, 2022 3:34 pm
Forum: Mobile Apps and Event Server
Topic: Why is ZMES skipping Events !Solved!
Replies: 18
Views: 28784

Re: Why is ZMES skipping Events !Solved!

Notes: 1. When you post logs, please consider following the instructions, which involve debug logs. Link here . While you still may not get a definitive answer from the community, it will give both you and the viewers more places to look for problems. You've posted INF logs. Once you'll enable Debug...
by asker
Thu Jul 21, 2022 12:04 am
Forum: Mobile Apps and Event Server
Topic: No longer FCM notification (working since months)
Replies: 26
Views: 38073

Re: No longer FCM notification (working since months)

This was a test message because zmNinja users using FCM had their functionality removed and I was testing to see if it works. zmNinja does _not_ have the ability to spam you if you have notifications disabled. Even if you think you are not using it, you have not turned off notifications in your OS ...
by asker
Wed Jul 20, 2022 1:38 pm
Forum: Mobile Apps and Event Server
Topic: No longer FCM notification (working since months)
Replies: 26
Views: 38073

Re: No longer FCM notification (working since months)

This was a test message because zmNinja users using FCM had their functionality removed and I was testing to see if it works. zmNinja does _not_ have the ability to spam you if you have notifications disabled. Even if you think you are not using it, you have not turned off notifications in your OS f...
by asker
Wed Jun 29, 2022 1:33 am
Forum: Mobile Apps and Event Server
Topic: No longer FCM notification (working since months)
Replies: 26
Views: 38073

Re: No longer FCM notification (working since months)

linuxnutt, disabling push and reenabling it or delete and reinstall zmNinja. Basically force zmNinja to generate a new token and see if it helps.
by asker
Tue Jun 28, 2022 9:26 pm
Forum: Mobile Apps and Event Server
Topic: No longer FCM notification (working since months)
Replies: 26
Views: 38073

Re: No longer FCM notification (working since months)

In the mean time, I can confirm that reverting to legacy FCM notifications (as opposed to the newer FCM HTTPv1) works fine. Just change this line in zmeventnotification.ini as follows... use_fcmv1 = no Notifications with images now working again for me exactly the same as before. I think the legacy...
by asker
Fri Jun 24, 2022 9:10 am
Forum: ZoneMinder 1.36.x
Topic: Help Needed Editing Email filter to pickup on ZMES object Detection
Replies: 3
Views: 2749

Re: Help Needed Editing Email filter to pickup on ZMES object Detection

One option for you to consider: - Use the "notes" filter matching criteria to search for "detected:" text. If that text is found, that means the ES found an object for that event - If it matches use %EIMOD% to include the detected image. I also saw your other post in the mobile f...
by asker
Sat Mar 19, 2022 11:04 am
Forum: Mobile Apps and Event Server
Topic: [SOLVED] Help with zmN+ZM+ES+ML Detection:
Replies: 5
Views: 6595

Re: Help with zmN+ZM+ES+ML Detection:

So your output for sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --eventid 1517 --monitorid 1 --debug is really what we need to focus on. It's crashing (Illegal instruction) right after object detection is performed which explains why the ES is not ...
by asker
Sat Mar 12, 2022 6:11 pm
Forum: Mobile Apps and Event Server
Topic: [SOLVED] Help with zmN+ZM+ES+ML Detection:
Replies: 5
Views: 6595

Re: Help with zmN+ZM+ES+ML Detection:

03/04/22 00:53:20 zmesdetect_m1[2520] DBG2 detect_sequence.py:753 [breaking out of same model loop, as matches found and strategy is "first"] 03/04/22 00:53:20 zmesdetect_m1[2520] DBG1 detect_sequence.py:669 [============ Frame: snapshot Running face detection type in sequence ===========...
by asker
Mon Jan 17, 2022 10:07 pm
Forum: Mobile Apps and Event Server
Topic: Inaccurate person detection
Replies: 3
Views: 8672

Re: Inaccurate person detection

There are multiple ways 1. Increase your confidence level (say 0.6) 2. Make sure you are using the right detection model (don’t use tiny yolo). Experiment with others if yolov4 isn’t working for you. FYI OD Checks if the object is in your defined polygons by matching the rectangle around the object ...
by asker
Fri Dec 24, 2021 6:48 pm
Forum: Mobile Apps and Event Server
Topic: Labels missing in notifications
Replies: 2
Views: 10088

Re: Labels missing in notifications

Whether you get bounding boxes in your phone notification or not depends on the picture URL. Make sure it is set to objdetect