Search found 61 matches

by ammaross
Fri Apr 06, 2007 8:19 pm
Forum: ZoneMinder Previous Versions
Topic: Incorrect logging date
Replies: 6
Views: 3243

Is it exactly one day ahead, or UTC time?
by ammaross
Fri Apr 06, 2007 6:34 pm
Forum: ZoneMinder Previous Versions
Topic: Workaround: Firefox not showing streaming jpeg
Replies: 2
Views: 2245

Maybe a javascript on the frameset page that onLoad refreshes each frame? I haven't done this before, nor have had this particular problem, but just a thought.
by ammaross
Thu Apr 05, 2007 10:01 pm
Forum: ZoneMinder Previous Versions
Topic: Overall lighting level changes
Replies: 4
Views: 2833

You could try setting up a small preclusive zone high on a wall and configure the pixel threshold depending on the lighting change you expect. I had a camera that the video feed would distort briefly every minute or so, and only at the very bottom few rows of pixels, but it was enough to trigger an ...
by ammaross
Thu Mar 29, 2007 6:54 pm
Forum: ZoneMinder Previous Versions
Topic: error with presets
Replies: 7
Views: 4035

I've tried to patch 1.22.3 with monitor presets patch found in wiki. Patch applied on file zm_html_view_monitor.php in /usr/local/zcr/ZoneMinder-1.22.3 (/web) Error still the same. One of two things, either your apache is using a location other than /web for its files, or the patch was not successf...
by ammaross
Thu Mar 29, 2007 6:47 pm
Forum: ZoneMinder Previous Versions
Topic: Timestamp Label Format
Replies: 8
Views: 11458

Well, that's the problem. If the system returns the date in some sort that ZM doesn't understand, database entries may get messed up... I guess the best way would be to try with a test system. MySQL should be using the same date interpreting call as PHP (and thus ZM) so both should change over when...
by ammaross
Wed Mar 28, 2007 8:34 pm
Forum: Non-ZoneMinder Chat
Topic: Automated Vehicle Plate Recognition
Replies: 21
Views: 27887

Does this make any sense ? Yes it does. It's a terribly written C++ (actually, just C, but that's another story) program that is an example on how to use their API. Matlab is a scripting environment that specializes in matrices (hence works wonders for images), and can be interfaced with compiled l...
by ammaross
Wed Mar 28, 2007 7:08 pm
Forum: ZoneMinder Previous Versions
Topic: error with presets
Replies: 7
Views: 4035

:oops: Sorry, I didn't try to search before posting...
No worries, I didn't check the wiki either. :wink:
by ammaross
Wed Mar 28, 2007 7:02 pm
Forum: ZoneMinder Previous Versions
Topic: Timestamp Label Format
Replies: 8
Views: 11458

Question: is it safe to change the system's locale, to have eg. hungarian month names? Would this affect ZM's functionality?
It should not affect ZM, since it just asks the system for the date string, rather than trying to formulate its own.
by ammaross
Tue Mar 27, 2007 11:36 pm
Forum: ZoneMinder Previous Versions
Topic: Timestamp Label Format
Replies: 8
Views: 11458

The timestamp label format follows the *nix 'date' format (see man date). Default is: %%s - %y/%m/%d %H:%M:%S For a format of 2007-march-27, (with the time of date the same), use: %%s - %Y-%B-%d %H:%M:%S Check out the man page if you want to mess with it further, check under subsection FORMAT. As fo...
by ammaross
Tue Mar 27, 2007 11:27 pm
Forum: ZoneMinder Previous Versions
Topic: mocord
Replies: 7
Views: 3838

Better...much better. However, I hae a B/W cam that did fine on motion & record during the evening, but during the day...nothing. Preset: Fast, High Sensitivity Alarm Check Method: AlarmedPixels The Fast, High Sensitivity preset defaults to 8% of the zone needing to be alarmed for the record to...
by ammaross
Tue Mar 27, 2007 11:14 pm
Forum: ZoneMinder Previous Versions
Topic: error with presets
Replies: 7
Views: 4035

Monitor Presets Fix

I did some checking on your error and found out that my ZoneMinder does it as well. So, why not fix it? Here's the fix: $new_x10_monitor = isset($x10_monitor)?$x10_monitor:array(); } if ( !empty($preset) ) { - $result = mysql_query( "select Type, Device, Channel, Format, Host, Port, Path, Width...
by ammaross
Thu Mar 22, 2007 10:26 pm
Forum: ZoneMinder Previous Versions
Topic: Optimized libjpeg?
Replies: 3
Views: 2153

Also, does anybody have instructions on how to compile the source on the page so it can be used for Zoneminder? I just downloaded the FC6 RPM listed on the page. Direct Link: http://cetus.sakura.ne.jp/softlab/jpeg-x86simd/binaries/linux/FedoraCore6/libjpeg-6bx1.02-1.fc6.i386.rpm If you want it tran...
by ammaross
Thu Mar 22, 2007 9:37 pm
Forum: ZoneMinder Previous Versions
Topic: Complie problem with mipsel
Replies: 2
Views: 1748

zm_signal.cpp: In function 'void zm_die_handler(int, sigcontext)': zm_signal.cpp:95: error: 'struct sigcontext' has no member named 'cr2' make[2]: *** [zm_signal.o] Error 1 The C++ headers on your mipsel may not have a complete struct sigcontext. If you look in /usr/include/asm/sigcontext.h, you ca...
by ammaross
Thu Mar 22, 2007 9:11 pm
Forum: ZoneMinder Previous Versions
Topic: Can't get shared memory id '7a6d2002
Replies: 8
Views: 4009

Well, that error stops showing up in the logs but I still am left with no image when I view the monitor I was dealing with this same type of problem just today actually. On an Axis 210, it was set to 640x480. Since it was over a slow DSL, I reduced the resolution to 320x240 and set the path to /axi...
by ammaross
Thu Mar 22, 2007 9:00 pm
Forum: ZoneMinder Previous Versions
Topic: monitor tab issue with internet explorer
Replies: 4
Views: 2358

What version of IE are you using? In version 6.0.2900.2180, the Presets link doesn't open the new window like it should, but the tabs work fine. Javascript and the DOM are funny things in browsers. Maybe someone needs to put a bunch of if (IE) else statements in the ZM javascript code. Big pain... B...