Search found 60 matches

by SpikeyGG
Sun Jun 20, 2021 12:51 pm
Forum: ZoneMinder 1.36.x
Topic: How to limit recording length
Replies: 2
Views: 5295

How to limit recording length

Hello ZM enthusiasts! I've been using ZM for a long time and there's something that really chaps my hide and I can't figure out a good way to handle it. Inevitably when the warm weather rolls around the spiders come out and love to drape webs all over the front of my camera, then as the wind blows t...
by SpikeyGG
Sat Jun 19, 2021 8:50 pm
Forum: Docker
Topic: dlandon's docker runs into mysql problems on fresh install
Replies: 6
Views: 24202

dlandon's docker runs into mysql problems on fresh install

I've been trying to get switched over to dlandon's new docker hub repo (https://hub.docker.com/r/dlandon/zoneminder.machine.learning) but I'm having a hell of a time. When I try to start from ground zero (I'm trying to build a fresh install) it fails with this: Creating hook/known_faces folder in co...
by SpikeyGG
Sun Dec 27, 2020 7:57 pm
Forum: ZoneMinder 1.34.x
Topic: dlandon's docker and ZMEventNotification with Google Coral Edge TPU USB Accelerator
Replies: 1
Views: 1443

dlandon's docker and ZMEventNotification with Google Coral Edge TPU USB Accelerator

Has anyone successfully run dlandon's ZM docker with Google Coral Edge TPU USB Accelerator ? I just purchased on of these Coral units and I'm waiting for it to arrive in the mail. While I wait, I'm looking through the ZMEventNotification docs and I see that it supports the device (in 6.0.0+ ) via co...
by SpikeyGG
Sun Aug 09, 2020 5:10 pm
Forum: Mobile Apps and Event Server
Topic: Does zmNinja have slow domain name resolution?
Replies: 1
Views: 1858

Does zmNinja have slow domain name resolution?

I've used zmNinja for a while now and I really like how responsive it is. I can roll through my captures and manage recordings very easily with it. However, about a month ago I was futzing with the configuration trying to get notifications to work and since then I've noticed that the application is ...
by SpikeyGG
Sun Jul 05, 2020 2:15 pm
Forum: Docker
Topic: dlandon's docker zm_detect.py cannot find numpy
Replies: 4
Views: 3561

Re: dlandon's docker zm_detect.py cannot find numpy

Does anyone know how to increase the apt-get timeout in dlandon's dockerfile? It seems that the apt-get functionality doesn't allow enough time for the connection to be made and the file to be downloaded. Most of the time when I spin up the docker container using "run" it fails but when I ...
by SpikeyGG
Fri Jul 03, 2020 4:47 pm
Forum: Mobile Apps and Event Server
Topic: Can't get zmNinja's Android notification via FCM/websockets working
Replies: 7
Views: 3998

Re: Can't get zmNinja's Android notification via FCM/websockets working

Remember to restart ES If I restart ZM doesn't that restart ES as well if I'm using OPT_USE_EVENTNOTIFICATION? I thought that ES was equivalent to zmeventnotification? (General note: also make sure you have read the docs/FAQs thoroughly - it helps when trying to debug) I didn't have the debug logs ...
by SpikeyGG
Fri Jul 03, 2020 3:34 pm
Forum: Mobile Apps and Event Server
Topic: Can't get zmNinja's Android notification via FCM/websockets working
Replies: 7
Views: 3998

Re: Can't get zmNinja's Android notification via FCM/websockets working

ok, I think when you say that WSS is turned off on the ES side you're referring to: # ... cut a bunch of stuff out [ssl] # Enable SSL (default: yes) enable = no cert = !ES_CERT_FILE key = !ES_KEY_FILE #cert = /etc/apache2/ssl/zoneminder.crt #key = /etc/apache2/ssl/zoneminder.key # Location to SSL ce...
by SpikeyGG
Fri Jul 03, 2020 1:59 pm
Forum: Mobile Apps and Event Server
Topic: Can't get zmNinja's Android notification via FCM/websockets working
Replies: 7
Views: 3998

Re: Can't get zmNinja's Android notification via FCM/websockets working

Thanks asker, 1. Is 192.168.0.10:9001 reachable from your phone? (Often people attempt this over a phone's cellular network and it won't work as this looks like an internal ip, which may mean you have a hostname to internal IP mapping I was worried about that. I'm only really trying to get this to w...
by SpikeyGG
Thu Jul 02, 2020 11:33 pm
Forum: Mobile Apps and Event Server
Topic: Can't get zmNinja's Android notification via FCM/websockets working
Replies: 7
Views: 3998

Can't get zmNinja's Android notification via FCM/websockets working

I'm using ZM 1.34.16 in a docker (dlandon's). I've got yolo and face detection working but I can't seem to get notifications to work using FCM nor websockets. I can use nearly all of the features of zmNinja without issue but I can't get notifications to work. When I look at the logs I see "Fail...
by SpikeyGG
Wed Jul 01, 2020 6:42 pm
Forum: Docker
Topic: dlandon's docker zm_detect.py cannot find numpy
Replies: 4
Views: 3561

Re: dlandon's docker zm_detect.py cannot find numpy

OMG! I just downloaded the file manually with that machine (wget [URL]) worked great. Frustrated, I tried launching the docker run command again and this time it worked, go figure. FML.
by SpikeyGG
Wed Jul 01, 2020 5:30 pm
Forum: Docker
Topic: dlandon's docker zm_detect.py cannot find numpy
Replies: 4
Views: 3561

Re: dlandon's docker zm_detect.py cannot find numpy

Based on this stack overflow post , it looks like my cache has a stale entry or something. It recommends: Pass the --no-cache option to docker build, forcing every statement in the Dockerfile to be run every time the image is built. or Rewrite the Dockerfile to combine the apt-get commands in a sing...
by SpikeyGG
Wed Jul 01, 2020 5:20 pm
Forum: Docker
Topic: dlandon's docker zm_detect.py cannot find numpy
Replies: 4
Views: 3561

Re: dlandon's docker zm_detect.py cannot find numpy

Ok, more detail in the logs that I hadn't noticed before. Looks like the python package wasn't able to be downloaded for some reason: Err:59 http://security.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3.6-dev amd64 3.6.9-1~18.04ubuntu1, Connection failed [IP: 91.189.88.152 80], I tried just...
by SpikeyGG
Wed Jul 01, 2020 3:39 pm
Forum: Docker
Topic: dlandon's docker zm_detect.py cannot find numpy
Replies: 4
Views: 3561

dlandon's docker zm_detect.py cannot find numpy

I'm trying to use dlandon's zm ml docker . I've used the command: docker run -d --name="zoneminder" --net="bridge" -p 9001:9000/tcp -p 8080:80/tcp -e TZ="America/Boise" --shm-size="8G" -e SHMEM="50%" -e PUID="99" -e PGID="100" -e ...
by SpikeyGG
Sat May 25, 2019 4:55 am
Forum: ZoneMinder 1.30.x
Topic: Cant maintain FPS
Replies: 12
Views: 11597

Re: Cant maintain FPS

Hope it helps! I would like to say that this is quite possibly the best post in the forum. Every time my cameras would trigger and start recording the first set of frames before the alarm would be smooth then as soon as the alarm hit it would be chunk city. This set of mysql options, whatever it do...
by SpikeyGG
Tue Apr 23, 2019 2:41 am
Forum: ZoneMinder 1.33.x Development Branch
Topic: Call to undefined function apc_fetch()
Replies: 12
Views: 57245

Re: Call to undefined function apc_fetch()

Incidentally, I spent a few hours struggling with apc_fetch() foo when I updated to Ubuntu 18. I installed everything many times and only later realized my CLI PHP was 7.2 but Apache was using 7.0. So I had to do a a2dismod php7.0 and a2enmod php7.2 and voila. I was having a similar issue with 1.33...