Search found 116 matches

by jsylvia007
Tue May 09, 2017 12:26 am
Forum: ZoneMinder 1.30.x
Topic: High Resolution Cameras and Modect
Replies: 10
Views: 12719

Re: High Resolution Cameras and Modect

I have two 3MB cameras (same res as yours) and do a modect on low res (VGA). Each high stream monitor is nodect linked to low stream from the same camera and works perfectly. I added a filter to delete a low res events after an hour, so I have only hi res events saved - to minimise disk space and g...
by jsylvia007
Mon May 08, 2017 2:03 pm
Forum: ZoneMinder 1.30.x
Topic: High Resolution Cameras and Modect
Replies: 10
Views: 12719

Re: High Resolution Cameras and Modect

Yes you are right. When hires monitor is triggered, it records, but no info regarding detection is transferred from triggering device (logicaly). If you need info regarding triggers (points, group of points blobs or else) do not delete lowres events. I think, those are needed only for fine tuning o...
by jsylvia007
Mon May 08, 2017 12:16 pm
Forum: ZoneMinder 1.30.x
Topic: High Resolution Cameras and Modect
Replies: 10
Views: 12719

Re: High Resolution Cameras and Modect

I have two 3MB cameras (same res as yours) and do a modect on low res (VGA). Each high stream monitor is nodect linked to low stream from the same camera and works perfectly. I added a filter to delete a low res events after an hour, so I have only hi res events saved - to minimise disk space and g...
by jsylvia007
Mon May 08, 2017 2:04 am
Forum: ZoneMinder 1.30.x
Topic: High Resolution Cameras and Modect
Replies: 10
Views: 12719

High Resolution Cameras and Modect

Howdy all! Back again! After tuning a bunch of my cameras and getting a mostly stable system, I've added a high-resolution camera (2560x1440) and I've set both Reference Image Blend %ge, and Alarm Reference Image Blend %ge to 3.125%. Yet, I can't manage to trigger an alert with the whole frame being...
by jsylvia007
Mon Mar 06, 2017 12:13 am
Forum: Mobile Apps and Event Server
Topic: Auto Updates for Desktop Clients - HOWTO
Replies: 7
Views: 6326

Re: Auto Updates for Desktop Clients - HOWTO

Finally got around to making the Windows script. Tested on Windows 10. Note that it does require node.JS from the previous post, but just in case... Howdy all!! For Windows, you'll need to download Node.js from here: http://blog.teamtreehouse.com/install-node-js-npm-windows Once it's downloaded, run...
by jsylvia007
Sun Feb 12, 2017 7:13 pm
Forum: Mobile Apps and Event Server
Topic: Auto Updates for Desktop Clients - HOWTO
Replies: 7
Views: 6326

Re: Auto Updates for Desktop Clients - HOWTO

So... Here is a linux script updated that will create a version file based on the version it downloads. This means it will download at least one time, but won't continue to re-download. I will work on a Windows one... but I'm not so good with PowerShell, and it looks like that might be required. We'...
by jsylvia007
Sun Feb 12, 2017 2:48 pm
Forum: Mobile Apps and Event Server
Topic: Auto Updates for Desktop Clients - HOWTO
Replies: 7
Views: 6326

Re: Auto Updates for Desktop Clients - HOWTO

Thanks for your contribution - looks interesting. One tweak you might consider is not to download it if the version is the same. I suppose I could add some command line parameters to zmninja which lets you check that easily. I'll work on it. Interesting concept! I don't know much about git, but I'm...
by jsylvia007
Sun Feb 12, 2017 12:04 am
Forum: Mobile Apps and Event Server
Topic: Auto Updates for Desktop Clients - HOWTO
Replies: 7
Views: 6326

Auto Updates for Desktop Clients - HOWTO

Howdy all!! So I wanted a way to update zmNinja automatically without having to visit the web. Nothing in the below is complicated, but sometimes it's nice to put the pieces together. I used "download-github-release" from here: https://www.npmjs.com/package/download-github-release This wor...
by jsylvia007
Sun Jan 08, 2017 4:18 am
Forum: ZoneMinder 1.30.x
Topic: Event Close Mode and Long Events
Replies: 1
Views: 2004

Event Close Mode and Long Events

Howdy all! In my continuing efforts to get ZM configured perfectly, I've been battling "long events", events significantly longer than any actual movement in the cameras. For some reason, sometimes my cameras will decide to get stuck in an Alarm loop, and I get events of 10-20 minutes... I...
by jsylvia007
Sun Jan 08, 2017 3:59 am
Forum: ZoneMinder 1.30.x
Topic: Email alert with pictures
Replies: 2
Views: 1253

Re: Email alert with pictures

Would you mind sharing with the group how you accomplished this? On a much older version of ZM, I ended up writing a script (now long-gone).

Did you find a way to do it in native ZM?
by jsylvia007
Tue Dec 20, 2016 5:20 pm
Forum: ZoneMinder 1.30.x
Topic: Weird Error related to skins.js immediately after login
Replies: 7
Views: 4024

Re: Weird Error related to skins.js immediately after login

More info... I accessed with Edge and got a different error: 2016-12-20 12:06:13.848381 web_js 25007 ERR Permission denied https://zoneminder.domain.tld/zm/skins/classic/js/skin.js 167 20 That's related to this function from the script: function refreshParentWindow() { if ( window.opener ) window.op...
by jsylvia007
Tue Dec 20, 2016 4:54 pm
Forum: ZoneMinder 1.30.x
Topic: Weird Error related to skins.js immediately after login
Replies: 7
Views: 4024

Re: Weird Error related to skins.js immediately after login

So!! Is it possible that it's this re-write rule I have in my apache config on the zoneminder server?? In the <VirtualHost *:80> section I have: RewriteEngine on ReWriteCond %{SERVER_PORT} !^443$ RewriteRule ^/(.*) https://%{HTTP_HOST}/$1 [NC,R,L] RedirectMatch ^/$ /zm/ and in my <VirtualHost *:443>...
by jsylvia007
Tue Dec 20, 2016 4:38 pm
Forum: ZoneMinder 1.30.x
Topic: Weird Error related to skins.js immediately after login
Replies: 7
Views: 4024

Re: Weird Error related to skins.js immediately after login

So... I went into there, and added: "server.domain.tld" into both the name and hostname fields (no http/https). No change. Still get the error. I added just "server" (or webserver in this case of generals) in both, and my log was spammed with: 2016-12-20 11:35:53.184130 web_php 1...
by jsylvia007
Tue Dec 20, 2016 4:16 pm
Forum: ZoneMinder 1.30.x
Topic: Weird Error related to skins.js immediately after login
Replies: 7
Views: 4024

Re: Weird Error related to skins.js immediately after login

Howdy. Interesting... So... I have an internal "management" webpage setup for my home environment. That site runs on the server "webserver". Zoneminder runs on the server "zoneminder". I use a link on "webserver" to pass me over to "zoneminder"... If...
by jsylvia007
Sat Dec 17, 2016 2:19 am
Forum: ZoneMinder 1.30.x
Topic: Weird Error related to skins.js immediately after login
Replies: 7
Views: 4024

Weird Error related to skins.js immediately after login

Howdy all! I recently needed to rebuild my ZM server (Physical to Virtual migration). I learned 2 things... Even if your virtual environment hosts your NAS directly and you have a 10GB connection between the hosts, NAS mounted via NFS capable of 200MBps sustained write isn't fast enough for ZM. I ne...