Search found 15 matches
- Mon Sep 09, 2024 9:38 am
- Forum: Docker
- Topic: Official Docker images
- Replies: 19
- Views: 282224
Re: Official Docker images
If you do need machine learning, my image has that as a separate container using mlapi. I can't say my images are always up-to-date... I'm using the official Debian base image and then installing the ZM package from Debian, so it lags a bit behind the upstream ZM releases... but it's a breeze to ...
- Thu Jan 04, 2024 3:33 pm
- Forum: Docker
- Topic: Official Docker images
- Replies: 19
- Views: 282224
Re: Official Docker images
@jantman link? Sounds interesting and of course, we would love to get your fixes for zm_detect.py merged. The docker image is here: https://github.com/jantman/docker-zoneminder and also on Docker Hub with the same slug. I'd really planned on doing an almost-complete rewrite of zm_detect.py to be ...
- Thu Jan 04, 2024 11:19 am
- Forum: Docker
- Topic: Official Docker images
- Replies: 19
- Views: 282224
Re: Official Docker images
I was almost hesitant to mention this here, but I have a new ZM 1.36.33 Docker image that I'm using at home. I've only had it up and running for 4 days but it seems to be stable. It's based on the official Debian Bookworm (12.2) Docker image and just installs ZM from the Debian repo, mostly ...
- Fri Oct 13, 2023 10:59 am
- Forum: ZoneMinder 1.36.x
- Topic: No live view
- Replies: 7
- Views: 7612
Re: No live view
I'd gotten a page-long description of this same issue, and everything I tried to fix it, written up before I actually looked here and found this post. Solved for me too, thanks so much!
I've opened https://github.com/ZoneMinder/zoneminder/pull/3778 to add this to the readthedocs instructions as well.
I've opened https://github.com/ZoneMinder/zoneminder/pull/3778 to add this to the readthedocs instructions as well.
- Sun Jul 09, 2023 11:43 am
- Forum: Docker
- Topic: Official Docker images
- Replies: 19
- Views: 282224
Re: Official Docker images
Unfortunately I never did anything with this (or at least haven't yet). I'm only using ZM for personal stuff at home, and building a new Docker image so I could upgrade a system that's perfectly functional... rapidly fell down my priority list. Add to that the fact that I haven't worked with PHP or ...
- Wed Jun 22, 2022 9:38 am
- Forum: Docker
- Topic: Official Docker images
- Replies: 19
- Views: 282224
Re: Official Docker images
@jantman: Why don't you work with us, the other devs and you can be the official docker maintainer. Ok, I'd certainly be open to that. Let me start by trying to get a working image for the latest release that follows as many of the best practices as possible, and then I'll share a link to the repo ...
- Mon Jun 20, 2022 9:56 pm
- Forum: Docker
- Topic: Official Docker images
- Replies: 19
- Views: 282224
Re: Official Docker images
The dlandon images are definitely marked as deprecated. The "official" images (zoneminderhq/zoneminder) violate almost all of the Docker-published best practices for images, and on top of that only have a "latest" tag so you'll end up getting image updates when you don't want to or even know ...
- Thu Jun 21, 2018 8:33 pm
- Forum: ZoneMinder 1.30.x
- Topic: Question about instant event notifications
- Replies: 10
- Views: 12161
- Thu Jun 21, 2018 12:41 am
- Forum: ZoneMinder 1.30.x
- Topic: Question about instant event notifications
- Replies: 10
- Views: 12161
Re: Question about instant event notifications
Oh cool! I'll keep an eye open for it.
- Wed Jun 20, 2018 11:34 pm
- Forum: ZoneMinder 1.30.x
- Topic: Question about instant event notifications
- Replies: 10
- Views: 12161
Re: Question about instant event notifications
If that’s all you want to do the event server is overkill. I wrote that for a full alarm system for zmNinja which includes FCM. Take a look at the included zm_alarm file instead. https://github.com/ZoneMinder/zoneminder/blob/master/utils/zm-alarm.pl Is the performance of that OK? I'd sort of a ...
- Wed Jun 20, 2018 8:30 pm
- Forum: ZoneMinder 1.30.x
- Topic: Question about instant event notifications
- Replies: 10
- Views: 12161
Re: Question about instant event notifications
To the best of my knowledge, there is no plugin today that directly hooks into the C++ code which detects the alarm - that would be as instant as possible. Ok, thanks. For the time being at least, I think I'm going to look into starting with the code from https://github.com/pliablepixels ...
- Wed Jun 20, 2018 8:28 pm
- Forum: ZoneMinder 1.30.x
- Topic: Question about instant event notifications
- Replies: 10
- Views: 12161
- Tue Jun 19, 2018 10:24 am
- Forum: ZoneMinder 1.30.x
- Topic: Accessing API using Python requests
- Replies: 4
- Views: 5276
Re: Accessing API using Python requests
Ryan, The ZM API docs say that you should use a curl like like: curl -d "username=XXXX&password=YYYY&action=login&view=console" -c cookies.txt http://yourzmip/zm/index.php to access the API. Data and headers are NOT the same thing. Your requests call is sending four HTTP Headers called "username ...
- Tue Jun 19, 2018 10:12 am
- Forum: ZoneMinder 1.30.x
- Topic: Question about instant event notifications
- Replies: 10
- Views: 12161
Question about instant event notifications
Greetings, This is my first post, and I've just begun experimenting with ZoneMinder to replace a homegrown system (based on Motion, i.e. "motion-project", and some custom tooling) because it can't deal with all of the moving shadows at my new house. I've been reading through the forums and Google ...
- Tue May 08, 2018 11:28 am
- Forum: ZoneMinder 1.30.x
- Topic: Working modern Alpine Linux Docker image without MySQL?
- Replies: 0
- Views: 3080
Working modern Alpine Linux Docker image without MySQL?
Hello, I'm new to ZoneMinder, just trying it out now for two IP cameras at home. I've been playing around with it a bit, but was wondering if anyone has a working modern Docker image for ZoneMinder, preferably Alpine Linux 3.6 or 3.7, and without attempting to cram a MySQL server into the *same ...