Search found 88 matches

by montagdude
Tue Jan 10, 2023 3:40 am
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 74617

Re: Instant notification on alarm + machine learning object detection

Cool, I had never heard of Pushover. I may well end up using that too, since my carrier stopped supporting SMS gateway and never supported MMS gateway in the first place. I'm doing a lot of experimenting with various detection models now. My notification code will support object detection on either ...
by montagdude
Fri Jan 06, 2023 6:38 pm
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 74617

Re: Instant notification on alarm + machine learning object detection

I'm finally getting around to updating these scripts for Python3 and ZoneMinder API 2.0 now that I have updated my system. Should have that done within a few days probably. If anyone here is using it, keep an eye on the Github repo for updates. I've been away from any ZoneMinder news for a while, so...
by montagdude
Thu Jan 05, 2023 2:27 pm
Forum: ZoneMinder 1.36.x
Topic: Recorded events start with grey frames
Replies: 15
Views: 10800

Re: Recorded events start with grey frames

I had this issue too. Glad I found this thread. IMO the comments in the text box should simply be removed in the source code to avoid issues.
by montagdude
Wed Jan 04, 2023 3:40 am
Forum: ZoneMinder 1.36.x
Topic: After upgrade, video streams slow and unstable [SOLVED]
Replies: 6
Views: 988

Re: After upgrade, video streams slow and unstable

It is. Those settings were left over from before the ffmpeg source was an option. Apparently it wasn't a problem to have them like that in 1.32.3, but it is now. No big deal, I unset them and now the problem is gone. Marking as solved. I also overwrote my Config table with the default one in for 1.3...
by montagdude
Tue Jan 03, 2023 4:58 pm
Forum: ZoneMinder 1.36.x
Topic: After upgrade, video streams slow and unstable [SOLVED]
Replies: 6
Views: 988

Re: After upgrade, video streams slow and unstable

I started with a fresh database and added one camera with the default settings. Now I'm getting a stable stream at 5 FPS. I believe the issue was caused by my Maximum FPS and Alarm Maximum FPS settings, which I had set to 6 for both. If I set both those to 6 again, I get the issues I was seeing befo...
by montagdude
Mon Jan 02, 2023 7:36 pm
Forum: ZoneMinder 1.36.x
Topic: After upgrade, video streams slow and unstable [SOLVED]
Replies: 6
Views: 988

Re: After upgrade, video streams slow and unstable

I do (did) have a lot of old events that I had already deleted the files for during the upgrade. I just ran a filter to delete them all, but that didn't improve things. I ran mysqltuner, and this was the final output. I don't know what most of the recommendations mean, to be honest, but I'm willing ...
by montagdude
Mon Jan 02, 2023 6:31 am
Forum: ZoneMinder 1.36.x
Topic: After upgrade, video streams slow and unstable [SOLVED]
Replies: 6
Views: 988

After upgrade, video streams slow and unstable [SOLVED]

I recently upgraded my ZoneMinder install from 1.32.3 to 1.36.32. I managed to get the database migrated and everything running without errors, at least until I start the cameras. I have four Amcrest IP cameras, connected via powerline ethernet, and a Zotac ZBox (4 cores and 4 GB RAM) running ZoneMi...
by montagdude
Fri Dec 30, 2022 5:37 am
Forum: ZoneMinder 1.36.x
Topic: No monitors after upgrade from 1.32.3 to 1.36.32 [SOLVED]
Replies: 2
Views: 264

Re: No monitors after upgrade from 1.32.3 to 1.36.32

Yeah, that was it, I was supposed to run zmupdate.pl -v 1.32.3 instead of loading the files in /usr/share/zoneminder/db manually. Now it works. There was just one hitch: the upgrade to 1.33.12 was hanging, so I just renamed /usr/share/zoneminder/db/zm_update_1.33.12.sql to something else, and it ski...
by montagdude
Fri Dec 30, 2022 4:35 am
Forum: ZoneMinder 1.36.x
Topic: No monitors after upgrade from 1.32.3 to 1.36.32 [SOLVED]
Replies: 2
Views: 264

Re: No monitors after upgrade from 1.32.3 to 1.36.32

Edit: editing this because I had posted something that I thought worked, but it still wasn't complete. Loading all the zm_upgrade_$VERSION.sql files in order, starting from the next one after the version I was upgrading from, brought everything in almost correctly but didn't update the DB version nu...
by montagdude
Fri Dec 30, 2022 3:02 am
Forum: ZoneMinder 1.36.x
Topic: No monitors after upgrade from 1.32.3 to 1.36.32 [SOLVED]
Replies: 2
Views: 264

No monitors after upgrade from 1.32.3 to 1.36.32 [SOLVED]

I have some time off from work, so I'm finally getting around to upgrading my ZoneMinder server from 1.32.3 to 1.36.32 (as well as the OS from Slackware 14.2 to 15). I think I may have some fundamental confusion on how the mysql database is supposed to be upgraded. In the past, I've never gotten it ...
by montagdude
Mon Feb 17, 2020 2:29 am
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 74617

Re: Instant notification on alarm + machine learning object detection

@linuxhak, Definitely don't worry about stealing anyone's thunder (certainly not mine). I agree it would be best for this to be a core ZoneMinder functionality, specifically because then there would be no need for polling. However, my Web/DB programming experience is pretty limited, and I don't have...
by montagdude
Thu Nov 07, 2019 6:11 pm
Forum: Feature Requests
Topic: Time dependent zones
Replies: 6
Views: 16778

Re: Time dependent zones

The way I have solved this problem is to make duplicated monitors with the same zones, but different settings on the zones. I switch the active monitors based on sunrise and sunset using sunwait ( https://sourceforge.net/projects/sunwait4windows/ ). It's kind of a pain to set it up this way, but on...
by montagdude
Wed Oct 02, 2019 3:26 pm
Forum: Feature Requests
Topic: Time dependent zones
Replies: 6
Views: 16778

Re: Time dependent zones

The way I have solved this problem is to make duplicated monitors with the same zones, but different settings on the zones. I switch the active monitors based on sunrise and sunset using sunwait ( https://sourceforge.net/projects/sunwait4windows/ ). It's kind of a pain to set it up this way, but onc...
by montagdude
Sat Jul 13, 2019 2:53 am
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 74617

Re: Instant notification on alarm + machine learning object detection

Well, I'm not really sure what's going on with Mutt for you then. Is there anything in your mail logs? (I'm not sure where that is for systems with systemd; I'm guessing in journalctl. On my system /var/log/maillog keeps track of emails that failed to send.) Since you are not sending image attachmen...
by montagdude
Thu Jul 11, 2019 3:38 pm
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 74617

Re: Instant notification on alarm + machine learning object detection

It looks like an error with mutt. Googling the error message turns up some hits ( https://www.google.com/search?q=mutt+error+sending+message+127 ), but I'm not sure if they are helpful. I would recommend taking a look and see if anything seems relevant to your situation. When you sent a test message...