Search found 2902 matches

by iconnor
Mon Feb 05, 2024 3:22 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Event timeline / scroll bar resets when dragged
Replies: 8
Views: 2171

Re: Event timeline / scroll bar resets when dragged

Chrome is stupid. We implemented range support years ago, so that the browser could support seeking and not download the entire mp4 before viewing. This works great in ff, but in Chrome it decides to ask for 16k chunks at a time. Takes forever to even start playing the video. So we disabled that for...
by iconnor
Mon Feb 05, 2024 3:17 pm
Forum: ZoneMinder 1.36.x
Topic: [SOLVED] Problem with face recognition
Replies: 13
Views: 2174

Re: [SOLVED] Problem with face recognition

Current version has the typo applied. Was committed on July 9th.
by iconnor
Sat Feb 03, 2024 7:25 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Make CSV in 1.36 suitable for 1.37?
Replies: 5
Views: 2031

Re: Make CSV in 1.36 suitable for 1.37?

That import was something quickly convoluted together for tesla not as a complete db dump... I thought the fields were specified in the import pop-up so youd have to make sure it matched. Def needs work
by iconnor
Fri Feb 02, 2024 2:39 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Make CSV in 1.36 suitable for 1.37?
Replies: 5
Views: 2031

Re: Make CSV in 1.36 suitable for 1.37?

Are you referring to the import on the add_monitors view? I'm really confused. What are you using to do the export/import? I'm not aware of this existing. Is it something you've written? I don't think I've changed any fields other than Function and Enabled. But the columns are still there, so an sql...
by iconnor
Fri Feb 02, 2024 2:26 pm
Forum: ZoneMinder 1.36.x
Topic: Delete layout from montage view
Replies: 2
Views: 871

Re: Delete layout from montage view

I never got around to adding that functionality.

You have to go to mysql and change it using sql.

mysql -u zmuser -p zm
select * from MontageLayouts;
DELETE FROM MontageLayouts where Name='bad name';
or
UPDATE MontageLayouts set Name='Good Name' WHERE Name='Bad Name';
by iconnor
Thu Feb 01, 2024 11:05 pm
Forum: ZoneMinder 1.36.x
Topic: Continuous Errors
Replies: 21
Views: 310999

Re: Continuous Errors

It might. It will tell our code to buffer and sort the packets.

In 1.37 we automatically guess at the size of this buffer. In 1.36 you have to manually specify. Although I might merge it for 1.36.34
by iconnor
Thu Feb 01, 2024 2:27 pm
Forum: ZoneMinder 1.36.x
Topic: Can zoneminder do video timeline browsing easily?
Replies: 6
Views: 1072

Re: Can zoneminder do video timeline browsing easily?

Urls can't contain weird characters. They have to be % encoded. For example a space becomes %20. You can google for a table of values. I improved this a lot in 1.37 by splitting out the user and password so that if the password has weird characters we can deal with that intelligently. Also you can o...
by iconnor
Thu Feb 01, 2024 1:58 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Make CSV in 1.36 suitable for 1.37?
Replies: 5
Views: 2031

Re: Make CSV in 1.36 suitable for 1.37?

What are we talking about here? CSV of what?

The only csv I can think of is the events list which isn't importable...
by iconnor
Wed Jan 31, 2024 12:15 am
Forum: Mobile Apps and Event Server
Topic: architecture request for advice
Replies: 4
Views: 2748

Re: architecture request for advice

TPU should be great for AI. However my TPU (Intel movidius) is discontinued. Also I think in the end Asker was happier with his GPU than the Coral GPU. I'm not sure of the state of the code, but it did work.
by iconnor
Tue Jan 30, 2024 10:46 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: The memory fills progressively
Replies: 31
Views: 21322

Re: The memory fills progressively

The @ symbol is confusing it. It is illegal in a url. Must be % encoded.
by iconnor
Tue Jan 30, 2024 2:41 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: The memory fills progressively
Replies: 31
Views: 21322

Re: The memory fills progressively

Hey, are people who are experiencing this using Decoding=OnDemand?

I think I found the problem, and it's because Analysis is waiting for decode and so capture thread is just filling up the queue.

new package building should fix this.
by iconnor
Tue Jan 30, 2024 1:55 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Linked Monitor "Notes" = "Cause"?
Replies: 2
Views: 1909

Re: Linked Monitor "Notes" = "Cause"?

With motion detection we have more information, IE the zone that the motion occurred in, so we stuff that into the Notes.

With ONVIF all we get is that ONVIF says there was motion. There is no other information to stick in Notes.
by iconnor
Sun Jan 28, 2024 11:40 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: The memory fills progressively
Replies: 31
Views: 21322

Re: The memory fills progressively

@dougmccrary what? That's not a valid url. I went googling for the valid equivalent and found tons of problems on the way. Maybe tomorrow I can be of more assistance. but the user= etc has to come after the ? I'm pretty sure 1.36 supports cameras with those type of streams that one is just mistyped..
by iconnor
Sun Jan 28, 2024 8:24 pm
Forum: ZoneMinder 1.36.x
Topic: Run filter after a certain time of day
Replies: 5
Views: 1456

Re: Run filter after a certain time of day

Which user are you running it as? zmfilter normally runs as www-data, and should log to /var/log/zm/zmfilter_[filterid].log
by iconnor
Sun Jan 28, 2024 7:28 pm
Forum: ZoneMinder 1.34.x
Topic: Alarm Frame Count
Replies: 13
Views: 10655

Re: Alarm Frame Count

The answer to rain and snow is object detection.