Search found 10 matches

by braindead0
Mon Jan 24, 2011 9:08 pm
Forum: ZoneMinder 1.24.x
Topic: Parse error: syntax error, unexpected $end
Replies: 6
Views: 8751

PHP 5.3 (on my system at least) sets short_open_tag to Off. Setting that to On fixed that problem, now I've got warnings about strtotime and timezone. I fixed that by calling: date_default_timezone_set("America/New_York"); In index.php, obviously you'd need to find the correct setting for ...
by braindead0
Wed Dec 22, 2010 6:40 pm
Forum: ZoneMinder 1.24.x
Topic: Filter and event screens not working
Replies: 7
Views: 8960

Found the root cause of the problem for me, I'm using Transmission web interface on that same server. It sets a cookie named 'filter', which interferes with the ZM &filter url parameter. I worked around this problem by adding setcookie('filter', '', time() - (3600 * 25), '/', '', 0); in index.ph...
by braindead0
Thu Aug 26, 2010 12:42 pm
Forum: ZoneMinder 1.24.x
Topic: Filter and event screens not working
Replies: 7
Views: 8960

Clear out your cookies, I just had this happen and figured it had to be something on the browser side as nothing changed on the ZM server.

Fixed the problem for me.
by braindead0
Mon Feb 22, 2010 1:23 pm
Forum: ZoneMinder Previous Versions
Topic: segfault in zmc - debug reports signal 10
Replies: 2
Views: 2396

I was able to work around this by removing jpeg-7, re-emerging jpeg-6b-r9 and then re-emerging zoneminder. Works fine now. There's also a new jpeg-8, however I tried it with transcode (which is also borked since jpeg-7 upgrade) and that didn't work. So for now I'm not going to try. Just thought I'd ...
by braindead0
Fri Feb 19, 2010 10:07 pm
Forum: ZoneMinder Previous Versions
Topic: segfault in zmc - debug reports signal 10
Replies: 2
Views: 2396

I thought I'd post more details. If I enabled debugging at 'level 5' and run zmc -m 5 (valid monitor ;-) I get the following in the debug log. You can see how it just cuts off, that would presumably be zmc segfaulting ;-). 02/19/10 16:59:15.147048 zmc_m5[19919].INF-zm_debug.c/305 [New Debug Level = ...
by braindead0
Fri Feb 19, 2010 8:39 pm
Forum: ZoneMinder Previous Versions
Topic: segfault in zmc - debug reports signal 10
Replies: 2
Views: 2396

segfault in zmc - debug reports signal 10

I've just upgraded a lot of libraries on my system (gentoo). I found that transcode has a problem with the new jpeg-7 libs but I do not believe zm uses that anyway. This worked fine previously. I've rebuilt zoneminder (and ran revdep-rebuild) and it compiles just fine. Re-emerged zoneminder again ju...
by braindead0
Fri Feb 19, 2010 8:00 pm
Forum: ZoneMinder Previous Versions
Topic: After upgrading gentoo - no image in zm - libavutil.so.49
Replies: 5
Views: 4089

Re: After upgrading gentoo - no image in zm - libavutil.so.4

hello ! after upgrading my gentoo server no image in ZM V1.23.3 zm run fine but when i wanna to see a cam, broken link no image but that say video - 2.67 fps and that detect alert but haven't got any image i precise all work fine before upgrade my gentoo error in apache /var/www/localhost/cgi-bin/n...
by braindead0
Wed Dec 02, 2009 3:02 pm
Forum: ZoneMinder 1.24.x
Topic: Min/Maximum Filtered Area
Replies: 6
Views: 4768

After reviewing this: http://www.zoneminder.com/wiki/index.php/Zone_Analysis_Pseudo_Algorithm I believe I can explain this parameter. One thing that's not clear (or at least wasn't) is that the Alarm Check method (AlarmPixels, FilteredPixels and Blobs) are actually a 'chain' of processing. If you se...
by braindead0
Wed Dec 02, 2009 1:56 pm
Forum: ZoneMinder 1.24.x
Topic: Min/Maximum Filtered Area
Replies: 6
Views: 4768

I too am a bit perplexed. The 'filtered' concept isn't explained very well. The filter width height seems to be explained well (in order to 'participate' in further processing the pixel block must be a contiguous one of at least that size) However the first sentence in the wiki regarding Min/Maximum...
by braindead0
Mon Nov 30, 2009 9:14 pm
Forum: ZoneMinder Previous Versions
Topic: Monitor that only triggers on other monitor modect
Replies: 0
Views: 1592

Monitor that only triggers on other monitor modect

What I'm trying to do is setup a monitor that handles motion detection on my Axis 207w's using jpeg at lower resolution (thus very low cpu usage). What I'd like is to setup linked monitors that pull the full rez video during alarm events. "Monitor" function can do this, however it spawns a...