Search found 19 matches

by tlundste
Thu Jun 24, 2021 9:34 pm
Forum: ZoneMinder 1.36.x
Topic: Understanding .ini files and GUI objects
Replies: 0
Views: 2149

Understanding .ini files and GUI objects

Questions about my test config, trying to learn ML and ZM and how zm_detect.py works. I've been all over readthedocs, but still can't figure out based on what's there what the answers are (yet... not giving up). In my test zoneminder 1.36.x user interface, the first camera is labeled as "Monito...
by tlundste
Wed Jun 23, 2021 3:18 am
Forum: ZoneMinder 1.36.x
Topic: [a] or [s] in detection report
Replies: 1
Views: 5045

[a] or [s] in detection report

What does the "a" or "s" mean inside brackets in the motion detection string?

Code: Select all

[a] detected:car:77% [a] detected:car:77% Motion: FrontDoorHiRes-Driveway
[s] detected:car:76% Motion: FrontDoorHiRes-Driveway
by tlundste
Tue Jun 22, 2021 7:54 pm
Forum: ZoneMinder 1.36.x
Topic: Object detection
Replies: 11
Views: 6176

Re: Object detection

Sadly, my neighbors park their cars in front of my house, directly in a line from my camera down my walkway.... and, on the other side of the street, almost on the same line. It's going to be difficult to determine a polygon that can get the areas I want, without getting the areas where they park. R...
by tlundste
Tue Jun 22, 2021 6:58 pm
Forum: ZoneMinder 1.36.x
Topic: Object detection
Replies: 11
Views: 6176

Re: Object detection

So... right now in my live system, no ML going on, just one camera. I take a low-res feed from that camera recording that 24/7 with each video at 10 minutes, and I have a filter that automatically deletes the oldest entries in that list that are not set at "archive" in ZM. It is just set t...
by tlundste
Tue Jun 22, 2021 5:29 pm
Forum: ZoneMinder 1.36.x
Topic: Object detection
Replies: 11
Views: 6176

Re: Object detection

Sooo... those really cool videos I see on the internet here and there that show a moving video with a box around them and a label of "Person 81%" or "Car 99%" or "Dog 55%" is not really possible with Zoneminder and ZMES?
by tlundste
Mon Jun 21, 2021 8:17 pm
Forum: ZoneMinder 1.36.x
Topic: Object detection
Replies: 11
Views: 6176

Re: Object detection

It's a windy day, here, so the moving shadows are causing alarms. That's normal for me, in my prod setup. In my test setup, I'm trying to get to the point where a person, or a car (or dog, or whatever I choose) causes the alarm and starts the recording instead of just pixel/blob motion. Am I on the ...
by tlundste
Mon Jun 21, 2021 6:00 pm
Forum: ZoneMinder 1.36.x
Topic: Object detection
Replies: 11
Views: 6176

Re: Object detection

Thank you, Magic919. I added random face .jpgs to the known_faces folder, and tried to train, again. This time, there were no ERR messages... just a "killed" before it would finish. I watched a few other things on the VM when it happened, and noticed some high memory usage, so I shut down ...
by tlundste
Sun Jun 20, 2021 12:04 am
Forum: ZoneMinder 1.36.x
Topic: Object detection
Replies: 11
Views: 6176

Object detection

I'm starting out small. I have 1.36 working for basic motion detection on one camera. I'm trying to start down the object detection path, and stepping through the config files there. When I start up (and as I continue to run) zoneminder, it lists errors in the log about "No known faces found to...
by tlundste
Thu May 27, 2021 3:18 pm
Forum: Docker
Topic: Stepping through zmeventnotification setup
Replies: 7
Views: 21307

Re: Stepping through zmeventnotification setup

I'm testing dlandon's .machine.learning docker image, on a VMWare workstation, Ubuntu installation running Docker. Eventually, I'd end up using it on a NUC7 running docker. Both the new .machine.learning install running on my VMWare workstation, and the recently deprecated dlandon docker image runni...
by tlundste
Tue Mar 02, 2021 9:45 pm
Forum: Docker
Topic: Stepping through zmeventnotification setup
Replies: 7
Views: 21307

Re: Stepping through zmeventnotification setup

Abandoned / Deprecated To-ma-yto / To-mah-to. No harm, or disrespect was intended in my comment... just that it's not a way to move forward anymore... no sense in struggling to configure something that isn't going to (likely) change with the times. Might as well wait for a more elegant solution (for...
by tlundste
Tue Mar 02, 2021 7:42 pm
Forum: Docker
Topic: Stepping through zmeventnotification setup
Replies: 7
Views: 21307

Re: Stepping through zmeventnotification setup

Well, after doing some more reading... what I've started to do has been abandoned, anyway, and it looks like he (dlandon) is working up a new, more consolidated install. I'll keep an eye on that one, and then try to figure out how to convert over to it. For now, I'll remove my "=1" entries...
by tlundste
Tue Mar 02, 2021 1:52 pm
Forum: Docker
Topic: Stepping through zmeventnotification setup
Replies: 7
Views: 21307

Re: Stepping through zmeventnotification setup

OK... thank you. I'll keep reading to see if I can figure out what's next, then. I thought I saw someone post that :9000 as a means to access something within, via a web browser. Still looking to find out if there is a way to start up my container more quickly. Before enabling the "YOLO" a...
by tlundste
Tue Mar 02, 2021 5:04 am
Forum: Docker
Topic: Stepping through zmeventnotification setup
Replies: 7
Views: 21307

Stepping through zmeventnotification setup

I'm trying to go through the setup to enable better notification via the YOLO, FACE, options, etc... I'm tired of partly-cloudy windy days running shadows fast across my zones and setting off event detection. And, I want to play with the "person" "dog" "car" etc object ...
by tlundste
Tue Nov 17, 2020 6:42 pm
Forum: Docker
Topic: No Video, with "broken image" icon
Replies: 9
Views: 4926

Re: No Video, with "broken image" icon

Yep... familiar with that exec -it command... it's how I got those netstat, and ifconfig outputs, above. Yep... knew I could add in the ip utilities, but was trying to avoid that, trying to keep the containers as pristine as possible. Yep... I'm an idiot... somewhere in all this process, my camera c...
by tlundste
Tue Nov 17, 2020 4:08 am
Forum: Docker
Topic: No Video, with "broken image" icon
Replies: 9
Views: 4926

Re: No Video, with "broken image" icon

Thanks for the help, burger... gonna keep it here for one more line of questioning on this, if you don't mind. I deleted it all, again, did a real "pull" of mysql/mysql-server (instead of just mysql, /facepalm), and reconfigured zoneminder options (users, add the camera); Back to the same ...