Search found 3 matches
- Mon May 16, 2011 8:15 pm
- Forum: ZoneMinder 1.24.x
- Topic: Very low FPS with a 1.3 megapixel cam. Solution?
- Replies: 4
- Views: 3222
Re: Very low FPS with a 1.3 megapixel cam. Solution?
I recently installed the turbo jpg libs and it works exactly as advertised, loads are significantly lower (half or more) on my box that is doing motion detection on 16 IP camera streams. model name : AMD Athlon(tm) II X2 250u Processor cpu MHz : 1600.000 cache size : 1024 KB ram : 4 GB
- Tue May 10, 2011 3:59 pm
- Forum: ZoneMinder 1.24.x
- Topic: Syntax error in zmdc.pl
- Replies: 3
- Views: 3118
Re: Syntax error in zmdc.pl
You need to find the line that matches the line beginning with the - and make it match the line that begins with the +: - if ( !$process->{delay} || ($process->{runtime} > ZM_MAX_RESTART_DELAY)) ) + if ( !$process->{delay} || ($process->{runtime} > ZM_MAX_RESTART_DELAY)) Looks like you're removing ...
- Wed Mar 09, 2011 2:10 pm
- Forum: ZoneMinder 1.24.x
- Topic: Can't select "Add new monitor" tabs with lighttpd
- Replies: 5
- Views: 3088
I too am considering trying out lighttpd as apache2 seems to regularly crash, requiring a restart. Anyway, I know this thread is a couple weeks old but I just wanted to add a couple pieces of info: @Paco, Lighttpd is an alternative HTTPD server to use instead of apache - it has nothing to do with ...