Search found 213 matches

by haus
Mon Aug 02, 2010 9:30 pm
Forum: ZoneMinder Previous Versions
Topic: run states
Replies: 7
Views: 5466

Is there anyone out there that can give me a hint as to what the possible command syntax would be? Thanks! This is a really old topic but I finally found myself in the same situation now, where I always want modect but I only want alerts in a specific run state. I mulled over various solutions and ...
by haus
Mon Jun 07, 2010 7:26 pm
Forum: User Contributions
Topic: Windows 7 Sidebar Gadget ZM Viewer
Replies: 7
Views: 7348

In case anyone wants to try it, now it has a settings dialog: http://wordpress.greghausman.com/2010/06/07/zoneminder-viewer-windows-7vista-gadget/ Sample Display: http://wordpress.greghausman.com/wp-content/uploads/2010/06/zmViewer_sample.gif Settings Dialog: http://wordpress.greghausman.com/wp-cont...
by haus
Fri Jun 04, 2010 1:23 am
Forum: User Contributions
Topic: Windows 7 Sidebar Gadget ZM Viewer
Replies: 7
Views: 7348

Windows 7 Sidebar Gadget ZM Viewer

I'm developing a really simple Windows 7 Sidebar Gadget that is a ZM viewer (it does refreshed stills, not streaming, though you can specify a <1s refresh rate). Is anyone else interested in this? Mine isn't extremely portable at the moment - you have to edit the HTML file for the gadget to match yo...
by haus
Thu Dec 31, 2009 4:07 pm
Forum: User Contributions
Topic: simplest alarm visualization possible -4 LEDs on serial port
Replies: 27
Views: 29019

Sure, use this perl script with a "system()" call or "exec()" call (depending on the circumstances) to do what you need with your LED script. http://www.zoneminder.com/wiki/index.php/FAQ#How_can_I_use_ZoneMinder_to_trigger_something_else_when_there_is_an_alarm.3F Where it says &q...
by haus
Wed Nov 25, 2009 7:08 pm
Forum: ZoneMinder Previous Versions
Topic: filter on particular zone alarm
Replies: 3
Views: 2998

Thanks for the tip. I had a feeling it was something like that (I've been looking for this for awhile so that my dog's presence at the back door can result in a bell), but I just got the syntax working. In 1.23.3, it's: Notes - matches - NAME_OF_ZONE where NAME_OF_ZONE does not appear to be case sen...
by haus
Mon Sep 14, 2009 1:48 am
Forum: ZoneMinder Previous Versions
Topic: email message not sent when body has only a token in it.
Replies: 9
Views: 6556

It's an old issue; the very bottom of my first post in this thread noted the same thing awhile back:

http://www.zoneminder.com/forums/viewto ... 7916#37916

Though I was never completely certain if I was the only one who experienced it. :)
by haus
Thu Jun 04, 2009 11:46 am
Forum: ZoneMinder Previous Versions
Topic: Change the run state externally (ie with a perl script)
Replies: 3
Views: 2702

Sure is...

Code: Select all

sudo zmpkg.pl <runstate>
:)

I have two runstates defined: Arm and Disarm, for example.
by haus
Sat May 16, 2009 5:14 pm
Forum: ZoneMinder Previous Versions
Topic: Empty zip files uploaded to ftp server
Replies: 30
Views: 20980

That snippet relates to tar files; we are working with ZIP files. Thanks for the tip though!
by haus
Fri Apr 17, 2009 3:42 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114847

@blazer: why not? If you have a static IP you can specify one host that can access the database remotely (userID@host), I do this to administer mysql databases all the time. It's a pain when your home ISP changes your IP address, but in my case that only happens maybe once a year or so. @c0mputerkin...
by haus
Sun Mar 29, 2009 1:29 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114847

It runs great on a remote windows machine; I had to create a new username and password for it to access mysql.
by haus
Wed Mar 25, 2009 3:34 pm
Forum: ZoneMinder Previous Versions
Topic: Mobilebroadband
Replies: 6
Views: 4033

Then change the port Apache listens on in your ZM box. Since you don't have a router, you skip that step. In your httpd.conf, set "Listen 80" to "Listen 90" and try accessing your box at: (restart apache) <<ipaddress>>:90 Edit: I just saw your first line, every port is blocked? i...
by haus
Tue Mar 24, 2009 1:38 am
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114847

On the CPU load, bilinear filtering makes a relatively small difference overall (observed load with 4 cams was 5-9% without, and 7-11% with it turned on for all 4 cams). If you're in the mood to experiment...just a few ideas: 1. Option to throttle update speed. It appears to update in realtime, whic...
by haus
Tue Mar 17, 2009 3:21 pm
Forum: User Contributions
Topic: ZoneMinder linux/windows/mac/*nix client Qt Viewer
Replies: 54
Views: 114847

Leandro, this is a really nice viewer! I had just been using FF on my desktop to view streams, but it just hogs memory forever until FF eventually crashes (a known issue, I know). This is a much more elegant solution and I like the fact that it's a standalone EXE. Just a note to anyone who uses this...
by haus
Wed Mar 11, 2009 11:08 pm
Forum: ZoneMinder Previous Versions
Topic: Mobilebroadband
Replies: 6
Views: 4033

OP: you can change the port Apache listens on, then open up the relevant port on your router. How to do this is beyond the scope of a single post, and running a home server that is accessible on the internet is almost always disallowed by home broadband providers (and mobile providers as well). That...
by haus
Tue Feb 10, 2009 9:16 pm
Forum: ZoneMinder Previous Versions
Topic: Security hole
Replies: 5
Views: 2860

That makes sense phil, good todo item. Either way, if you don't advertise your ZM box it's fairly unlikely someone is going to go to such lengths to guess filenames, and you could always use basic auth for another layer of protection.