Search found 55 matches

by MrEvoMan
Thu Dec 30, 2010 4:28 pm
Forum: Non-ZoneMinder Chat
Topic: Electrical circuit monitoring?
Replies: 2
Views: 2605

Electrical circuit monitoring?

I'm looking for something that is able to determine if an electrical single is present or not through Linux perferrably. The senerio I'm trying to figure out... I have a hydronic heating system and I want to be able to do some kind of reporting to which zones are requesting heat (I have 3 zones) and...
by MrEvoMan
Sat Dec 11, 2010 4:12 pm
Forum: Hardware Queries
Topic: Looking For Camera Suggestions
Replies: 10
Views: 5457

What you're looking for is called an IP cam. A camera that doesn't require a capture card. Even USB cameras, will require software/drivers on the system end to provide video. IP Cameras have built in processors and display video/images out directly from the camera typically via a network connection....
by MrEvoMan
Sat Dec 11, 2010 3:23 pm
Forum: ZoneMinder 1.24.x
Topic: libjpeg-turbo running or not running?
Replies: 8
Views: 5742

Easy way to check for sure if it is in use:

> lsof | grep jpeg
by MrEvoMan
Fri Dec 10, 2010 12:32 am
Forum: ZoneMinder 1.24.x
Topic: eyeZm 1.1 available on app-store
Replies: 20
Views: 11214

I'm considering purchasing the Iphone app for ZM... but upon trying to install the plugin for my ZM installation, the install script fails, due to lack of FFMPEG support for mpeg-4. Looking at the install script, I see it calls the following command: ffmpeg -codecs 2> /dev/null | grep mpeg4 However,...
by MrEvoMan
Wed Nov 24, 2010 6:04 pm
Forum: ZoneMinder 1.24.x
Topic: apache security help
Replies: 1
Views: 1612

Enable user accounts in Zoneminder.

Then use a URL similar to the following:

http://servername/cgi-bin/nph-zms?mode= ... key=699867
by MrEvoMan
Mon Nov 22, 2010 8:13 pm
Forum: User Contributions
Topic: Archive Event Movie Generator Script
Replies: 0
Views: 1622

Archive Event Movie Generator Script

Hello all, I am not exactly a perl expert, but I wrote this script so that my ZM backup script can call it and besides doing a SQL dump, I want to save all my "Archived" events. So, this script goes into the ZM database, grabs all events marked with an Archive flag, calculates the necessar...
by MrEvoMan
Mon Nov 22, 2010 2:02 pm
Forum: Hardware Compatibility List
Topic: Q-Serial Cameras on e-bay - Success
Replies: 8
Views: 8289

Any screenshots to what this looks like through Zoneminder?

In varying light conditions?

Anyone had these outdoors for any length of time? (I understand they may not be water proof, but in terms of cold, heat, etc.)
by MrEvoMan
Tue Jun 29, 2010 2:52 pm
Forum: ZoneMinder 1.24.x
Topic: How to enable this kind of events view
Replies: 28
Views: 14439

Am I the only one who saw the version the original poster said they were using?

1.2.42?

I thought 1.24.2 is the latest version.


On topic, I don't see a "thumbnail" on any of my events. How do I turn that part on?
by MrEvoMan
Tue Jun 29, 2010 2:42 pm
Forum: ZoneMinder 1.24.x
Topic: Changes in the light creates events.
Replies: 4
Views: 3550

Where do we find the option of "Overload Frame Ignore Count"?

Nevermind, I found it.

FYI, it is under the zone settings for that monitor.
by MrEvoMan
Mon Jun 14, 2010 5:16 pm
Forum: ZoneMinder 1.24.x
Topic: Viewing Many Events: Fatal Error in Memory
Replies: 0
Views: 911

Viewing Many Events: Fatal Error in Memory

For anyone who has a pretty sensitive motion zone(s), you probably get a LOT of events, where you can flip through them if you want, but a lot of times you do a mass delete. Today, I tried doing that on over 4,000 events. I received the following when I selected "View All" from the event l...
by MrEvoMan
Tue May 18, 2010 1:02 pm
Forum: ZoneMinder 1.24.x
Topic: Local disk space usage while streaming cambozola
Replies: 0
Views: 845

Local disk space usage while streaming cambozola

I created a custom view of most of the cameras in my ZM system. This view uses cambozola to display a stream of all these cameras. I find that after a day of running, the java cache on my local system grows fairly large. I get about 18gb of cache data that I seem to have to go delete even after I cl...
by MrEvoMan
Wed May 27, 2009 12:34 am
Forum: ZoneMinder 1.24.x
Topic: Documentation for newbie programers
Replies: 5
Views: 4135

Most likely this is a permissions problem.

Pretty sure the zmfilter.pl script runs as www-data (default) and I'm pretty sure that this user id doesn't have write permissions to that directory.
by MrEvoMan
Tue May 26, 2009 6:38 pm
Forum: ZoneMinder 1.24.x
Topic: BUG: zmpkg.pl does not enable cameras from state changes
Replies: 4
Views: 3577

Any comments on this? I find myself having to re-comment out this line all the time after upgrading versions.

Any plans to include this, or fix this? Again, it's simply due to zmpkg.pl not actually "writing" changes to states from the console to the db.
by MrEvoMan
Fri May 15, 2009 11:47 am
Forum: Hardware Compatibility List
Topic: Trendnet TV-IP312W Working
Replies: 37
Views: 35302

Hi mitch, Just wondering mate, do you know whether your solution to get the mjepg stream also works with the TV-IP110W ( http://www.newegg.com/Product/Product.aspx?Item=N82E16881102017 )? I have a number of the 100N's working from TrendNet, along with a lot of applications I have written for them. ...
by MrEvoMan
Fri May 15, 2009 11:45 am
Forum: Feature Requests
Topic: Merge Events Option
Replies: 10
Views: 9458

I am currently working on a cgi addon perl script to do event merging functions. There are a lot of things to consider, but I'm working my way through it. It will provide a user-selectable list of events (similar to the event window now) which you can choose from non-archived, monitor sorted events ...