Page 1 of 1

Features in 1.37

Posted: Sun May 08, 2022 12:06 am
by iconnor
I should have made this at the start.. but here we go. I may miss a few, but they'll get added later.

What is in 1.37 that isn't in 1.36?

- Janus support for live viewing using h264
- Better zoom-in support -> this will likely get into 1.36 soon though
- Remove Function concept, replacing with Capturing, Analysing, Record options. Allows for Motion detection without recording. Allows for OnDemand capturing.
- Additional options for Decoding: Keyframes Only, On Demand, Ondemand+Keyframes
- Model, Manufacturer labelling in Monitors
- ffmpeg v4l support
- Support for executing a command on start/stop of event, removing the need for zmeventserver
- ONVIF/Amcrest event notification support: motion detection on the camera
- Adds Alarm Server for NETSurveillance WEB IP cameras
- Cycle view merged into Watch view with improved UI
- FPS Control in watch view
- Option to do motion detection on the Y-channel, reducing cpu use
- A button on event view to jump to montage review at that time.
- filtering UI in top of events list allowing change of event files without jumping back to console
- add log filters at top to facilitate filtering entries by component/log level
- Snapshots
- ability to assign a user to a group to quickly set monitor restrictions
- improved UI for User <=> Monitor Permissions

Re: Features in 1.37

Posted: Sun Jun 19, 2022 5:25 pm
by dotelpenguin
- Remove Function concept, replacing with Capturing, Analysing, Record options. Allows for Motion detection without recording. Allows for OnDemand capturing.
- Additional options for Decoding: Keyframes Only, On Demand, Ondemand+Keyframes
-Option to do motion detection on the Y-channel, reducing cpu use

Wow this greatly reduced the load on my CPU's.

9 Cameras
2x 5mp (15 fps 15 keyframes)
7x 1080p (20 fps 10 keyframes)

Load Average 17-20 (yes I know this is bad, but not spending money on new hardware at moment)

After setting Decoding to Ondemand+keyframes and Y-Channel motion detection Load average is between 1.5 and 2.5.

Impressive change!

I noticed a "SourceSecondPath" appeared in the Source config. But Not sure what it does. Havn't found any documented references to it yet.

Re: Features in 1.37

Posted: Mon Sep 26, 2022 9:32 pm
by akschu
ONVIF/Amcrest event notification support: motion detection on the camera

That is exactly what I'm looking for. Can you link to other documentation? Also which Amcrest cameras are known to work? All of the current ones? Or just the AI ones?

Thanks!

Re: Features in 1.37

Posted: Wed Oct 05, 2022 9:52 pm
by dougmccrary
Screenshot 2022-10-05 at 14-47-20 ZMX - Options.png
Screenshot 2022-10-05 at 14-47-20 ZMX - Options.png (40.24 KiB) Viewed 23984 times
Would it be a big deal to make this more granular, maybe with checkboxes for what extraneous info you want?

Re: Features in 1.37

Posted: Thu Oct 06, 2022 1:10 pm
by iconnor
Big deal no. Hours of work yes.

Having lots of options makes for lots of code and complexity.

Who is paying for it?

I think a better way to go would be a simpler way to do CSS overrides with a little documentation so you could just add
.Montage .Monitor .state {
display: none;
}

Re: Features in 1.37

Posted: Thu Oct 06, 2022 8:44 pm
by dougmccrary
I might be able to pay if the css idea is fairly quick and not too dirty … :roll: