Search found 11 matches
- Thu Feb 17, 2022 1:24 am
- Forum: Mobile Apps and Event Server
- Topic: Inaccurate person detection
- Replies: 3
- Views: 10968
Re: Inaccurate person detection
I have a similar problem with a ceiling fan being declared a person any time motion is detected elsewhere in the field of view. in objectconfig.ini there is a line for match_past_detection=yes This helped, it would only declare the ceiling fan as a person once and then not again. But it seems to ...
- Thu Feb 17, 2022 1:08 am
- Forum: Mobile Apps and Event Server
- Topic: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
- Replies: 9
- Views: 2988
Re: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
Sorry I am being confusing. I hope I can clear it up better now as I think I have a good grasp of what my problem was. I believe the core issue was due to my firewall, Opnsense, not allowing my server to resolve zoneminder by its domain name (mydomain.com/zm) because it can have aggressive security ...
- Wed Feb 16, 2022 4:59 pm
- Forum: Mobile Apps and Event Server
- Topic: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
- Replies: 9
- Views: 2988
Re: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
I think I fixed it. Running the command (with an event and monitor selected that had known objects to detect) sudo -u www-data /var/lib/zmeventnotification/bin/zm_detect.py --config /etc/zm/objectconfig.ini --eventid <eid> --monitorid <mid> --debug as well as me running it as mlapiconfig.ini sudo -u ...
- Tue Feb 15, 2022 8:29 pm
- Forum: Mobile Apps and Event Server
- Topic: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
- Replies: 9
- Views: 2988
Re: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
Will do asap.
I am a bit confused about mlapi being a separate module or an add in function. Because of that confusion I just did not think to even look at zmes debugging since it seemed to be working without error before I installed the mlapi.
I am a bit confused about mlapi being a separate module or an add in function. Because of that confusion I just did not think to even look at zmes debugging since it seemed to be working without error before I installed the mlapi.
- Tue Feb 15, 2022 1:44 pm
- Forum: Mobile Apps and Event Server
- Topic: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
- Replies: 9
- Views: 2988
Re: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
Can you elaborate?
I see that zm_detect.py is part of zmeventnotification and that is working. Is this process being held up by zmes and blocking it from mlapi?
I see that zm_detect.py is part of zmeventnotification and that is working. Is this process being held up by zmes and blocking it from mlapi?
- Tue Feb 15, 2022 3:03 am
- Forum: Mobile Apps and Event Server
- Topic: mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
- Replies: 9
- Views: 2988
mlapi trouble with misleading error [SSL: WRONG_VERSION_NUMBER]
First of, big sad the pliablepixels ran out of time to support this. I wish them the best. Anyways, I am having a rather frustrating error. Since all of this is now forked, I am referring to pliablepixels repo not the newer forked version(s). I am on debian 11 python 3.9.2 and openssl 1.1.1k ...
- Thu Jan 20, 2022 4:37 pm
- Forum: ZoneMinder 1.36.x
- Topic: Is my usage of /dev/shm 0% because recommended frame buffer is 3-5 now?
- Replies: 0
- Views: 9392
Is my usage of /dev/shm 0% because recommended frame buffer is 3-5 now?
I just switched to 1.36 on a fresh Debian 11 install and installed a hand me down 1060(replacing a very old radeon card). I notice my /dev/shm is 0% where as before it was closer to 70% of the 11GB of ram I have allocated to zoneminder. Everything seems to run ok I just am wondering what happened ...
- Fri Jan 15, 2021 6:19 pm
- Forum: Hardware Queries
- Topic: Camera security question
- Replies: 9
- Views: 18824
Re: Camera security question
If the camera has a way to access it from an app or outside the local network then they are using a reverse proxy of some kind which is always keeping a connection open through your firewall. In Reolink's case it is just an Nginx reverse proxy which you can see if you try and log in before they ...
- Fri Jan 15, 2021 3:41 pm
- Forum: Hardware Queries
- Topic: Selecting the proper graphics card for zmMagik/Event Server
- Replies: 0
- Views: 1715
Selecting the proper graphics card for zmMagik/Event Server
I have 5 cameras at 720p and 30fps(over PoE) now and the system runs fine as is. I would like to add the in the eventserver and zmmagik but am curious what I need in terms of gpu power. I read the github pages for both and it seems opencv needs about 2GB of gpu memory using the Yolo3 config cited in ...
- Thu Sep 03, 2020 12:24 am
- Forum: ZoneMinder 1.34.x
- Topic: Lookin for advice setting Content Security Policy for Zoneminder
- Replies: 2
- Views: 1119
Re: Lookin for advice setting Content Security Policy for Zoneminder
Ok, so the mozilla test I am talking about is found at https://observatory.mozilla.org/ and it will give me a 70/100 score with my ssl config. It dings the score because(according to this mozilla test) no content security policy is implemented, and because of that it can be vulnerable to cross ...
- Wed Sep 02, 2020 1:47 pm
- Forum: ZoneMinder 1.34.x
- Topic: Lookin for advice setting Content Security Policy for Zoneminder
- Replies: 2
- Views: 1119
Lookin for advice setting Content Security Policy for Zoneminder
I have zoneminder running on Debian 10 and was going over the usual website benchmarks like ssllabs and mozilla. According to mozilla the current trend is to migrate from the X-Frames based options to using Content Security Policy options in the ssl configuration. I started playing around with it ...