Search found 6 matches
- Mon Feb 09, 2004 2:53 pm
- Forum: ZoneMinder Previous Versions
- Topic: 20 cameras setup
- Replies: 1
- Views: 2494
20 cameras setup
Hi! We've got here a server with two Xeon processor (1.8Ghz) and a problem is to connect 20 cameras to it. I guess such a server won't be able to process (motion detection&capturing) more than 100 fps; so desirable maximum fps per camera should be about 4 (2 if every camera is alarmed). The best ...
- Thu Dec 04, 2003 11:13 am
- Forum: ZoneMinder Previous Versions
- Topic: Why is my processor use so high?
- Replies: 3
- Views: 3000
Re: Why is my processor use so high?
the system I'm configuring now has Celeron 566mhz, 150mb memory; 1 camera connected via Pinnocle PC TV at 4 fps; it uses 10% cpu while analizing and about 90% while capturing
linux distrib is SuSE 8.2
linux distrib is SuSE 8.2
- Tue Oct 14, 2003 11:35 pm
- Forum: Feature Requests
- Topic: Primitive tracking system?
- Replies: 3
- Views: 4791
Re: Primitive tracking system?
I suppose you may try to use left-top and right-bottom boundaries of blobs (might be of use to check their size, to avoid uninteresting ones) (which are calculated in code responsible for detection) and then pass this information (mean value) via shared memory or whatever to your own program.
- Fri Sep 19, 2003 12:52 pm
- Forum: Feature Requests
- Topic: back to deleting events on low disk space
- Replies: 5
- Views: 6015
addon
here's a code that seems to be working (to be inserted into while (1) in zmfilter.pl): #low disk space part use constant ZM_DISKLOWLIMIT => 100; #in Mbs use integer; my $bindf='/bin/df'; my $partition='/'; #FIXME: to be set elsewhere my $dfree=0; my $st=0; while ($st == 0) { open (DF,"$bindf ...
- Thu Sep 18, 2003 8:54 pm
- Forum: Feature Requests
- Topic: back to deleting events on low disk space
- Replies: 5
- Views: 6015
back to deleting events on low disk space
Hi I think it should be possible to do in another way too (not via filters): there can be situations when 1) the program should keep as much data as it can (simple example: a roberry had a place and it was noticed only after, say, several weeks) 2) you estimated the place several days of record ...
- Fri Sep 12, 2003 10:05 pm
- Forum: Feature Requests
- Topic: merging events
- Replies: 1
- Views: 3490
merging events
Hi
ZoneMinder is working just fine, yet I've a small proposal:
what is to add an option to merge events into one if one goes after another in, for example, less than 5 seconds time?
ZoneMinder is working just fine, yet I've a small proposal:
what is to add an option to merge events into one if one goes after another in, for example, less than 5 seconds time?