Search found 88 matches

by montagdude
Mon Jul 03, 2023 1:41 am
Forum: ZoneMinder 1.36.x
Topic: Disk space incorrect
Replies: 1
Views: 238

Disk space incorrect

I just reinstalled Ubuntu and ZoneMinder on a fresh hard drive. I restored my old db and then ran a filter to delete all events, since I didn't bother saving any of the actual event data (videos, frames, etc.). Everything seems to be working fine, except that the DiskSpace used under Storage is sayi...
by montagdude
Fri May 12, 2023 3:02 am
Forum: User Contributions
Topic: Sync event videos to Google Drive
Replies: 2
Views: 5785

Re: Sync event videos to Google Drive

I added the capability to purge old files when exceeding a user-defined storage space limit, in MB. It works basically like ZoneMinder's PurgeWhenFull filter. This is useful if your Google Drive storage allocation is less than your ZoneMinder disk space, which it probably is for most people, as you ...
by montagdude
Tue Apr 18, 2023 12:35 pm
Forum: ZoneMinder 1.36.x
Topic: Motion Record Settings
Replies: 5
Views: 1254

Re: Motion Record Settings

Turn on analysis frames and set the sensitivity really high (low minimum alarmed pixels, filtered pixels, and blob area; no maximum). Remove preclusive zones, if you have any. You should then get recordings on even slight movements. Scroll through the stats for the alarm frames you get to see what t...
by montagdude
Thu Mar 30, 2023 8:29 pm
Forum: ZoneMinder 1.36.x
Topic: Default sort order for events in web display
Replies: 1
Views: 346

Re: Default sort order for events in web display

Never mind, I found it. WEB_EVENT_SORT_ORDER under web options.
by montagdude
Thu Mar 30, 2023 8:09 pm
Forum: ZoneMinder 1.36.x
Topic: Default sort order for events in web display
Replies: 1
Views: 346

Default sort order for events in web display

In the past, if I clicked on the list of events and then sorted them, for example, by start time in descending order (newest to oldest), ZoneMinder seemed to remember that and display it that way subsequently. However, it's not doing that for me anymore. Every time I click on any list of events, the...
by montagdude
Sun Mar 26, 2023 2:45 am
Forum: ZoneMinder 1.36.x
Topic: Google Chrome on Android suddenly thinks my personal ZoneMinder page is a phishing site
Replies: 2
Views: 379

Re: Google Chrome on Android suddenly thinks my personal ZoneMinder page is a phishing site

I clicked the link to submit a report that the warning was in error, and a few hours later the message stopped appearing. I don't know if that's because I submitted a report or if it just went away on its own, but I guess it's solved now.
by montagdude
Sat Mar 25, 2023 12:38 pm
Forum: ZoneMinder 1.36.x
Topic: Google Chrome on Android suddenly thinks my personal ZoneMinder page is a phishing site
Replies: 2
Views: 379

Google Chrome on Android suddenly thinks my personal ZoneMinder page is a phishing site

I suddenly started getting this warning this morning on Google Chrome on Android when I try to visit my ZM site: Deceptive site ahead Attackers on [my site] may trick you into doing something dangerous like installing software or revealing your personal information (for example, passwords, phone num...
by montagdude
Thu Mar 23, 2023 2:29 pm
Forum: User Contributions
Topic: Sync event videos to Google Drive
Replies: 2
Views: 5785

Re: Sync event videos to Google Drive

I made a couple improvements to this script: Generic try/except instead of trying to catch specific errors. There are too many different ways the Google API calls can fail while trying to upload or delete a file, and it was too tedious and not really worthwhile to attempt to catch them all individua...
by montagdude
Mon Jan 30, 2023 6:39 pm
Forum: User Contributions
Topic: Sync event videos to Google Drive
Replies: 2
Views: 5785

Sync event videos to Google Drive

I like that ZoneMinder saves videos in local storage, but lately I decided to also create a contingency plan for the potential situation where the ZoneMinder server is stolen during a break-in. This is a Python script using PyDrive that syncs your local videos with cloud storage on Google Drive. You...
by montagdude
Sun Jan 22, 2023 3:09 am
Forum: User Contributions
Topic: zoneminder-controlcenter: console interface to set ZoneMinder run state
Replies: 6
Views: 6045

Re: zoneminder-controlcenter: console interface to set ZoneMinder run state

I finished my 3D printed wall mount today. It's a little big because of the size of the keypad I chose, but it gets the job done and looks pretty good.

Image
by montagdude
Sun Jan 22, 2023 2:39 am
Forum: User Contributions
Topic: zoneminder-controlcenter: console interface to set ZoneMinder run state
Replies: 6
Views: 6045

Re: zoneminder-controlcenter: console interface to set ZoneMinder run state

Magic919 wrote: Fri Jan 20, 2023 8:16 am You should stick this on the Slack channel.
Never used Slack before. How does it work? I assume I have to make an account and then request access to the Slack channel or something like that?
by montagdude
Sun Jan 22, 2023 2:36 am
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 71465

Re: Instant notification on alarm + machine learning object detection

MobileNet is already one of the supported models. I looked at Yolo V7, but it doesn't look like anyone has converted it to a form that OpenCV can use directly yet, and I don't really want to deal with TensorFlow since it's a whole different toolkit.
by montagdude
Wed Jan 18, 2023 3:48 pm
Forum: User Contributions
Topic: zoneminder-controlcenter: console interface to set ZoneMinder run state
Replies: 6
Views: 6045

zoneminder-controlcenter: console interface to set ZoneMinder run state

I made a simple text UI to set the ZoneMinder run state. It is intended to be run on a small computer like a Raspberry Pi with a monitor and keypad. It uses the ZoneMinder API and requires the user to match a PIN in order to change the run state. Maybe something like this already exists, but it was ...
by montagdude
Mon Jan 16, 2023 3:02 pm
Forum: User Contributions
Topic: Instant notification on alarm + machine learning object detection
Replies: 35
Views: 71465

Re: Instant notification on alarm + machine learning object detection

I just published a new release. See: https://github.com/montagdude/zoneminder-notifier/releases/tag/0.2 New in this release: Support for latest ZoneMinder (tested with 1.36.32), Python 3, and ZoneMinder API 2.0 4 object detection models included: Darknet (Yolo V4), SSD MobileNet V3, SSD Inception V2...