Search found 28 matches

by adam.robertson
Sat Jun 07, 2025 12:55 pm
Forum: ZoneMinder 1.36.x
Topic: Overlay graphic button for door release
Replies: 1
Views: 235

Re: Overlay graphic button for door release

if it were me I would just create a custom html page and embed the RTSP stream, or use ZM to create an RTSP stream and then add your buttons to that page. I think the web directory is /usr/share/zoneminder/www so I would just create a folder inside that with your extra web pages like /usr/share ...
by adam.robertson
Tue Jun 03, 2025 4:41 pm
Forum: ZoneMinder 1.36.x
Topic: Best non-expert install
Replies: 2
Views: 295

Re: Best non-expert install

I am running the latest ZM installed on Debian 12 (bookworm). It took me a couple of tries, but once I got it installed and tweaked my cameras it is working fine. I left Ubuntu behind a few years ago when they started pushing snap for everything. I only use Debian now for my various desktops and ...
by adam.robertson
Tue Jun 03, 2025 12:48 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Setting up Sub Streams as event trigger
Replies: 14
Views: 23397

Re: Setting up Sub Streams as event trigger

Hello, I'am testing the method described and it works very well for reducing CPU load. But i can't make use of the montage review, i always get this error : web_js 5439 ERR There was an error - error() I guess the js component is expecting the lower resolution frame and can't load the real frame ...
by adam.robertson
Tue Jun 03, 2025 11:54 am
Forum: ZoneMinder Hints & Tips
Topic: Recommended camera??
Replies: 10
Views: 72073

Re: Recommended camera??

I had the same problem a while ago. I ended up going with the Reolink RLC-520 (PoE). Solid image quality (5MP), supports RTSP out of the box, no cloud/app issues, and works great with Zoneminder once you tweak the stream settings. I have a few Reolink RLC-520a cameras in the mix (along with a few ...
by adam.robertson
Wed May 28, 2025 12:50 pm
Forum: ZoneMinder 1.36.x
Topic: Database Backups not working after upgrading Server to Ubuntu 22.04.5 LTS
Replies: 2
Views: 670

Re: Database Backups not working after upgrading Server to Ubuntu 22.04.5 LTS

1. make sure your root user has global permissions for all databases, and make sure you have a password set for that root user. phpMyadmin simplifies user permissions and such if the command line is a problem. 2. Also try not to use too many special characters in your password like "@" or "#" as ...
by adam.robertson
Fri May 16, 2025 5:27 pm
Forum: ZoneMinder 1.36.x
Topic: Network setup question of newbie
Replies: 3
Views: 2797

Re: Network setup question of newbie

I do not remember having to do anything special to get ZM to listen on a particular interface. I have 3 different ethernet ports on my ZM and have each one set with a static IP address. ZM shows up on all three addresses without me having to do anything in particular. One of the addresses I use for ...
by adam.robertson
Fri May 09, 2025 10:16 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 19492

Re: Ubuntu 24.04 and Zoneminder install

You could possibly pay for some help from the Zoneminder guy(s):
https://cloud.zoneminder.com/services.html

They do remote assistance. It might be worth some dollars just to get a good basic setup.
by adam.robertson
Mon May 05, 2025 12:56 pm
Forum: ZoneMinder 1.36.x
Topic: Ubuntu 24.04 and Zoneminder install
Replies: 29
Views: 19492

Re: Ubuntu 24.04 and Zoneminder install

This is what I get to see. I don't know what it means. ZoneMinder Error Unable to connect to ZM db using dsn ZM_DB_TYPE:host=ZM_DB_HOST;dbname=ZM_DB_NAME You have to put your database type, host, username and password in /etc/zm/zm.conf Find the parts that look like this and change them to match ...
by adam.robertson
Mon Apr 28, 2025 12:45 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17673

Re: [SOLVED] Lost config with distro and zm version upgrade

My issues were my wife's wind-chimes, bugs flying around the cameras at night, and random rain. I have motion detection on all the cameras using the main stream - that view at low-resolution but record at high resolution, and then I use the low-res stream to constant record to a different hard-drive ...
by adam.robertson
Sun Apr 27, 2025 6:32 pm
Forum: Jobs / For Sale / Wanted / Exchange
Topic: Needed: Real Working smoke detector with camera.
Replies: 1
Views: 44399

Re: Needed: Real Working smoke detector with camera.

This sounds like a raspberry pi project.

https://hackaday.com/2014/07/29/a-cheap ... ave-lives/

..if you like dinkering with that sort of thing.
by adam.robertson
Sun Apr 27, 2025 12:32 am
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17673

Re: [SOLVED] Lost config with distro and zm version upgrade

Very cool. Your persistence is admirable. It took me about a week to get ZM fully working, then another week to figure out how to get zones working.
by adam.robertson
Sat Apr 26, 2025 2:41 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17673

Re: Lost config with distro and zm version upgrade

Another thing I did that I just found in my notes was to disable the ZM apache config located in: /etc/apache2/conf-enabled/zoneminder.conf This is a symlink to /etc/apache2/conf-available/zoneminder.conf so you can delete it, restart apache...if it helps then keep it deleted, otherwise just create ...
by adam.robertson
Sat Apr 26, 2025 2:17 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17673

Re: Lost config with distro and zm version upgrade

I am guessing you have been doing this already, but just in case: Are your permissions all correct? Have you given www-data permissions on your storage and such? I suggested this to one guy, but he insisted this broke his database, which is a funny thing to say. Here is from my notes (which I kept ...
by adam.robertson
Fri Apr 25, 2025 8:02 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17673

Re: Lost config with distro and zm version upgrade

In my notes for setting up ZM I have this:

finally, run:

Code: Select all

sudo zmupdate.pl -f
and (changing username and password to match my setup)

Code: Select all

sudo zmupdate.pl --user=MYSQLUSER --pass="MYSQLPASSWORD"
by adam.robertson
Fri Apr 25, 2025 1:33 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Lost config with distro and zm version upgrade
Replies: 34
Views: 17673

Re: Lost config with distro and zm version upgrade

In my config I have: Alias /cache/zoneminder "@ZM_CACHEDIR@" <Directory "/var/cache/zoneminder/cache"> Options -Indexes +FollowSymLinks AllowOverride All <IfModule mod_authz_core.c> Require all granted </IfModule> </Directory> I think the "@ZM_CACHEDIR@" is a variable for the cache directory, but it ...