Search found 2883 matches

by iconnor
Sun May 08, 2022 12:06 am
Forum: ZoneMinder 1.37.x Development Branch
Topic: Features in 1.37
Replies: 5
Views: 25048

Features in 1.37

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 Captu...
by iconnor
Sat May 07, 2022 11:39 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Can not set OPT_USE_API after udgrade to 1.37.15_20220504130434-focal_amd64.deb
Replies: 5
Views: 1396

Re: Can not set OPT_USE_API after udgrade to 1.37.15_20220504130434-focal_amd64.deb

Sigh. My apologies. I did fix it in the timeframe I thought.. however I never pushed it, and so latest packages did not have it.

Building new packages now.
by iconnor
Sat May 07, 2022 2:34 pm
Forum: ZoneMinder 1.37.x Development Branch
Topic: Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .[Solved]
Replies: 3
Views: 866

Re: Can't get the ZM Panel in the latest Zoneminder master 1.37.15~20220506114546-focal released .

You database isn't running. So start it. You can configure systemd to depend on it using an override.

systemctl edit zoneminder.service

[Unit]
BindsTo=
BindsTo=mysql.service
by iconnor
Sat May 07, 2022 2:30 pm
Forum: ZoneMinder 1.36.x
Topic: No dropdown for (Monitor, MODECT, etc) see screenshot. Why is this???
Replies: 4
Views: 294

Re: No dropdown for (Monitor, MODECT, etc) see screenshot. Why is this???

Modect is equivalent to : Capturing=Always, Analysis=Always, Recording = On Motion

You can go back to 1.36 simply by:
sudo apt-get remove zoneminder
sudo add-apt-repository -r ppa:zoneminder-master
sudo add-apt-repository ppa:zoneminder-1.36
sudo apt-get install zoneminder
by iconnor
Wed May 04, 2022 3:10 am
Forum: ZoneMinder 1.36.x
Topic: 1.36.14 log search stuck in count(*) loop
Replies: 1
Views: 193

Re: 1.36.14 log search stuck in count(*) loop

Yeah the new log view isn't so hot.
by iconnor
Tue May 03, 2022 12:24 pm
Forum: ZoneMinder 1.36.x
Topic: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size
Replies: 86
Views: 1303562

Re: Memory Leak/Increase and Choppy events due to Maximum Image Buffer Size

In 1.37 dev we have more options like decode only keyframes, and ondemand (only when watching) etc. Helps a lot. That along with using janus for h264 live view are drastically reducing the cpu requirements. In 1.36 land, 1.36.15 (soon) should help a lot with the issues seen here. If you want the sam...
by iconnor
Mon May 02, 2022 5:38 pm
Forum: ZoneMinder 1.36.x
Topic: Proposed 1.36.15~20220430.5-bionic1
Replies: 2
Views: 257

Re: Proposed 1.36.15~20220430.5-bionic1

check what apt-cache madison says. the version needs work here.

You really want 1.36.15. I fixed a lot of lockups over the last week.
by iconnor
Fri Apr 29, 2022 7:15 pm
Forum: Website Issues
Topic: Notify me when a reply is posted
Replies: 14
Views: 14383

Re: Notify me when a reply is posted

test
by iconnor
Fri Apr 29, 2022 1:22 pm
Forum: ZoneMinder 1.36.x
Topic: Connection restart if >60 seconds
Replies: 1
Views: 164

Re: Connection restart if >60 seconds

There is some code for this, but not a lot.

As part of the ptz scripts, some have a reboot() function that will reboot the camera.
by iconnor
Fri Apr 29, 2022 1:20 pm
Forum: User Contributions
Topic: Map view for Zoneminder
Replies: 11
Views: 8120

Re: Map view for Zoneminder

second link doesn't work for me.
by iconnor
Thu Apr 28, 2022 1:07 pm
Forum: User Contributions
Topic: Map view for Zoneminder
Replies: 11
Views: 8120

Re: Map view for Zoneminder

Are you licensing this under GPL? If so, we can just merge it into ZoneMinder. Will only do so if you agree of course.
by iconnor
Thu Apr 28, 2022 1:04 pm
Forum: Website Issues
Topic: Notify me when a reply is posted
Replies: 14
Views: 14383

Re: Notify me when a reply is posted

Yeah I'm not sure where to look at this point (other than the code). PHPBB IS able to send email, it just isn't. I've reviewed the settings, it SHOULD be sending notifications, but it isn't.
by iconnor
Fri Apr 22, 2022 2:12 pm
Forum: ZoneMinder 1.36.x
Topic: My old SV3C cameras no longer work
Replies: 6
Views: 922

Re: My old SV3C cameras no longer work

Post debug logs.
by iconnor
Fri Apr 22, 2022 2:10 pm
Forum: Feature Requests
Topic: Allow "Restricted Groups" similar to "Restricted Monitors"
Replies: 1
Views: 771

Re: Allow "Restricted Groups" similar to "Restricted Monitors"

Yes it would, has been requested before. However no one has offered any money for it so I havn't implemented it.