Search found 2400 matches

by knight-of-ni
Mon Dec 14, 2020 8:12 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

dougmccrary wrote: Thu Dec 10, 2020 8:42 am On desktop. Seems to be working - an archive status indicator might be nice.
Not sure that makes sense in the watch (live) view, but over the weekend I added the Archived and Emailed statuses to the stats in the recorded event view, which now appear to the left of the image.
by knight-of-ni
Thu Dec 10, 2020 7:53 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Camera errors and nothing to see
Replies: 14
Views: 36985

Re: Camera errors and nothing to see

404 not found message means the camera is telling zoneminder the url is wrong
by knight-of-ni
Wed Dec 09, 2020 6:29 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

HEADS UP: I just replaced the Ajax calls supporting the live Watch view with jQuery. It runs fine on my machine, but we really need to test this on as many different machines as possible. What I'm asking is for others to load the watch view, and then test all buttons just below the navbar and above ...
by knight-of-ni
Fri Dec 04, 2020 1:51 am
Forum: ZoneMinder 1.35.x Development Branch
Topic: bandwidth switching does not work
Replies: 10
Views: 2499

Re: bandwidth switching does not work

I was able to duplicate the problem and push a fix here: https://github.com/ZoneMinder/zoneminder/commit/5665eb14f5779864495e1f0c0a761789ae899dce To test, I navigated to Options and set WEB_M_EVENTS_VIEW to "timeline". After saving, I set the bw selector to medium, then I navigated back to...
by knight-of-ni
Thu Dec 03, 2020 3:43 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: bandwidth switching does not work
Replies: 10
Views: 2499

Re: bandwidth switching does not work

Try this:
https://github.com/ZoneMinder/zoneminde ... 945464d24b

I was never able to duplicate the problem on my end, but fortunately Isaac was able to.
by knight-of-ni
Wed Dec 02, 2020 2:28 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: bandwidth switching does not work
Replies: 10
Views: 2499

Re: bandwidth switching does not work

Maybe it's because I'm still drinking my morning coffee, but I'm not sure what you mean. What exactly does not change after the bandwidth setting is changed on the navbar? If the WEB_(L/M/H)_XXXXX events are being set appropriately after making a selection from the navbar, then it would seem the pro...
by knight-of-ni
Tue Dec 01, 2020 4:29 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: bandwidth switching does not work
Replies: 10
Views: 2499

Re: bandwidth switching does not work

Thanks for reporting.

Fixed: https://github.com/ZoneMinder/zoneminde ... 35079808bf

This fixes the issue on my machine. Please confirm the issue is fixed on yours.
by knight-of-ni
Tue Dec 01, 2020 3:55 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

Yes, either way it's cut off on the left - seems to think the view is wider than it is. Removing columns helps, but still cuts off with just a few columns active. I set the responsive table class with a small screen breakpoint for watch and events view: https://github.com/ZoneMinder/zoneminder/comm...
by knight-of-ni
Sat Nov 28, 2020 1:52 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

@dougmccrary question for you. Does the table in Events view behave the same way on your mobile device?
by knight-of-ni
Sat Nov 28, 2020 1:37 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

Thanks for the feedback. I'll see what I can do.

As a workaround, you can hide columns of your choosing from the toolbar just above the table. Try turning off a couple of the frames or score columns. That should let table fit properly on the screen.
by knight-of-ni
Thu Nov 26, 2020 11:07 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

The event table at the bottom of watch view has been converted to a bootstrap table. Here are the relevant changes: auto refresh cane be paused by clicking the clock icon table data can be manually refreshed by clicking the table refresh button (refreshes table data only. does not reload the page) c...
by knight-of-ni
Wed Nov 25, 2020 7:58 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

I added a new option today, ZM_WEB_ANIMATE_THUMBS, which allows the end user to toggle the thumbnail animation, independently of of WEB_LIST_THUMBS.
by knight-of-ni
Sun Nov 15, 2020 9:03 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: ALERT - Major UI Changes - Work in Progress
Replies: 95
Views: 189373

Re: ALERT - Major UI Changes - Work in Progress

HEADS UP:
The frames view has been rewritten to support server side pagination. All buttons, links, etc should function the same. The page should load a lot faster now. Only the visible rows are being loaded, rather than the entire data set.
by knight-of-ni
Fri Nov 06, 2020 8:23 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: console popup
Replies: 2
Views: 1310

Re: console popup

For the moment, you have to turn off WEB_LIST_THUMBS which is global. I intend to rework this. One idea I had was to add an additional option, which would allow you to keep thumbnails on, but with no popup animation. I also think that adding a small delay to the popup code will help minimize the amo...
by knight-of-ni
Tue Nov 03, 2020 1:50 pm
Forum: ZoneMinder 1.35.x Development Branch
Topic: Zoneminder master 1.35.12~20201101103027-focal usb camera monitor brightness settings can't be adjusted
Replies: 5
Views: 1682

Re: Zoneminder master 1.35.12~20201101103027-focal usb camera monitor brightness settings can't be ajusted

Oh, and it looks like $zmuOutput is an array so change the second warning to:

Code: Select all

ZM\Warning('The command result was: '.print_r($zmuOutput,true));