Search found 11 matches

by leewells
Sat Aug 06, 2022 12:11 am
Forum: ZoneMinder 1.36.x
Topic: "Shared data size conflict in shared_data for monitor"
Replies: 25
Views: 30177

Re: "Shared data size conflict in shared_data for monitor"

I'm seeing the same thing. Running Ubuntu 18.04.6. I finally built 1.36.21 from scratch using packpack, so I could downgrade (I couldn't find an older .deb file anywhere). I did try building 1.36.23 and it had the same "data size conflict' errors as the iconnor ppa version.
by leewells
Wed Dec 16, 2020 6:14 pm
Forum: User Contributions
Topic: Fix timeline view bug that only shows 1 frame per event
Replies: 3
Views: 19728

Re: Fix timeline view bug that only shows 1 frame per event

Here's a new version of the patch that prevents an error message I saw in the logs when mouseing over mp4 captures.

--Lee
by leewells
Wed Dec 16, 2020 3:53 pm
Forum: ZoneMinder 1.34.x
Topic: Timeline shows just 1 frame / event
Replies: 12
Views: 4756

Re: Timeline shows just 1 frame / event

A slight tweak to the fix. I had seen an error in the log with the first version when I would mouse over events that were stored as mp4 files instead of image captures. diff --git a/web/skins/classic/views/js/timeline.js b/web/skins/classic/views/js/timeline.js index 3eacc2529..44551824f 100644 --- ...
by leewells
Wed Dec 09, 2020 7:19 pm
Forum: ZoneMinder 1.34.x
Topic: Timeline shows just 1 frame / event
Replies: 12
Views: 4756

Re: Timeline shows just 1 frame / event

I wondered the same thing at first. Maybe not many people use the timeline?? I haven't seen anyone post that the timeline was showing multiple frames per event for them in 1.34. I started out assuming it was something broken in my upgrade from 1.29 to 1.34. But then found the apache logs weren't sho...
by leewells
Wed Dec 09, 2020 4:43 pm
Forum: User Contributions
Topic: Fix timeline view bug that only shows 1 frame per event
Replies: 3
Views: 19728

Fix timeline view bug that only shows 1 frame per event

Git patch against 1.34.22 to allow the timeline view to display multiple frames per event. Once it had any frame, it was calling showEventData() instead of requestFrameData(). Now it will only call showEventData() if it has the event AND the frame. 0001-Fix-timeline-only-showing-1-event-per-frame.pa...
by leewells
Wed Dec 09, 2020 4:28 pm
Forum: ZoneMinder 1.34.x
Topic: Timeline shows just 1 frame / event
Replies: 12
Views: 4756

Re: Timeline shows just 1 frame / event

I think I have a fix. The problem was that previewEvent() in timeline.js would never request additional frame data after it had data for 1 event in the frame. With this change it will now call requestFrameData() if it doesn't have the frame already. diff --git a/web/skins/classic/views/js/timeline.j...
by leewells
Thu Dec 03, 2020 9:11 pm
Forum: ZoneMinder 1.34.x
Topic: Timeline shows just 1 frame / event
Replies: 12
Views: 4756

Re: Timeline shows just 1 frame / event

I did a little more digging, and I see about 3 or 4 GET requests in the apache logs to get 1 frame of an event in the timeline when I mouseover it. But if I move the mouse around some more, no additional requests are sent from the browser to apache. I'm thinking this problem is on the browser side o...
by leewells
Thu Dec 03, 2020 3:32 pm
Forum: Hardware Compatibility List
Topic: Reolink Lumus + Neolink works
Replies: 1
Views: 3289

Reolink Lumus + Neolink works

I haven't seen any mention of the Reolink Lumus camera working with ZoneMinder, so I thought I'd post this. I was able to use neolink ( https://github.com/thirtythreeforty/neolink ) to attach to the camera, then pointed ZoneMinder at the local neolink instance, and it works like a champ. I'm also us...
by leewells
Tue Dec 01, 2020 8:21 pm
Forum: ZoneMinder 1.34.x
Topic: Timeline shows just 1 frame / event
Replies: 12
Views: 4756

Re: Timeline shows just 1 frame / event

I wonder if adding 'savejpegs' will fix the timeline. With just x264 encode, I'm guessing it uses the one jpeg from where the movies are stored, but per previous post, maybe not. I see the problem on monitors with savejpegs, and without. I could understand the convert from h264 to jpeg to cause an ...
by leewells
Tue Dec 01, 2020 4:20 pm
Forum: ZoneMinder 1.34.x
Topic: Timeline shows just 1 frame / event
Replies: 12
Views: 4756

Re: Timeline shows just 1 frame / event

I'm seeing the same problem on 1.34.22 on Ubuntu 18.04.5. I just upgraded from 1.30.4 yesterday, and it was working fine before the upgrade. I see it on monitors that are capturing jpg frames, as well as ones that are capturing h264 video. For the monitors recording video, I can see one NNNNN-captur...