Search found 18 matches

by maron
Fri Oct 08, 2004 8:14 am
Forum: ZoneMinder Previous Versions
Topic: Maximum camera to computer distance
Replies: 5
Views: 3938

You could also use a wireless bridge, which is often much cheaper than cabling. I have 8 axis netowrk cameras in a house 390 meters away from the house with the servers and they're working very well to say the least.
by maron
Sun Oct 03, 2004 8:30 am
Forum: ZoneMinder Previous Versions
Topic: Graphical interface to zoneminder
Replies: 4
Views: 4301

Not to sound discouraging, but this is the exact reason we changed from a proprietary system to zoneminder. At least a GUI interface should look and behave like the other applications on the OS. For most parts it doesn't, we've exchanged systems from kodicom with zoneminder since users never got ...
by maron
Wed Sep 01, 2004 12:10 pm
Forum: ZoneMinder Previous Versions
Topic: Very slow query for the console
Replies: 2
Views: 2114

Very slow query for the console

Hello! I have a system consisting of 13 cameras. The query that runs to create the console view is bogging down the system (since this refreshes every now and then). It takes around 40-60 seconds to run each time. My system specs are as follows: Pentium 2.8 Ghz 1 GB RAM 400GB storage (stripe raid ...
by maron
Thu May 27, 2004 12:09 am
Forum: ZoneMinder Previous Versions
Topic: Camzobola streaming problems: error is "no part conten
Replies: 7
Views: 4834

If I remember correctly I just commented out line 217 in CamStream.java and hardcoded the content type in the next line, see snippet below. if (ctype == null) { //throw new Exception("No part content type"); ctype = "image/jpeg"; } This however is a zm only hack, since I know that zm will be sending ...
by maron
Wed May 26, 2004 7:14 pm
Forum: ZoneMinder Previous Versions
Topic: Camzobola streaming problems: error is "no part conten
Replies: 7
Views: 4834

This is fixable by patching cambozolas source code, I've done this and fixed the problem, but the resulting jar requires you to have java 1.4.2 installed otherwise it will crash IE. I know how to fix this but haven't had time yet.

pm me with your email and I'll send you a copy.
by maron
Sun Apr 18, 2004 11:25 am
Forum: ZoneMinder Previous Versions
Topic: zoneMinder 1.19 and mail alarm
Replies: 2
Views: 2414

This can be fixed by editing scripts/zmfilter.pl begin at line 600 by commenting that one out and adding the 3 lines below #$mail->smtpsend(); open MAIL, "| /usr/lib/sendmail -t -oi -oem -f ".ZM_FROM_EMAIL or die "open: $!"; $mail->print(\*MAIL); close MAIL; Hope this helps. Maron
by maron
Sun Apr 18, 2004 10:50 am
Forum: User Contributions
Topic: Client bandwidth optimization, for montage and monitor view
Replies: 0
Views: 4817

Client bandwidth optimization, for montage and monitor view

Hi! I am setting up zoneminder where there will be potentially many clients streaming images. I felt that the bandwidth spent when a monitor is idle was unneccessary. This is a hardcoded version of what I will later hopefully have time to add properly (as a configurable option) and send a patch ...
by maron
Sat Apr 10, 2004 12:23 pm
Forum: ZoneMinder Previous Versions
Topic: Empty input file on 1.19.0
Replies: 74
Views: 38163

Re: Empty input file on 1.19.0

Problem seems to be fixed. I' m not entirely sure how... I've fiddled with a lot of settings to optimize my axis2100 camera setup, using the mjpg stream on both 205 and 2100 and they now work extremely well. I'm coming to the conclusion that the network cameras are actually getting better than the ...
by maron
Sat Apr 10, 2004 9:53 am
Forum: ZoneMinder Previous Versions
Topic: Empty input file on 1.19.0
Replies: 74
Views: 38163

Re: Empty input file on 1.19.0

Sorry, bit vague on info in my post.

I'm using firmware 4.04. Running zoneminder 1.19.1 on Fedora Core 1.

Maron
by maron
Sat Apr 10, 2004 9:52 am
Forum: ZoneMinder Previous Versions
Topic: Empty input file on 1.19.0
Replies: 74
Views: 38163

Re: Empty input file on 1.19.0

Sorry, bit vague on info in my post.

I'm using firmware 4.04. Running zoneminder 1.19.1 on Fedora Core 1.

Maron
by maron
Thu Apr 08, 2004 6:01 pm
Forum: ZoneMinder Previous Versions
Topic: Empty input file on 1.19.0
Replies: 74
Views: 38163

Re: Empty input file on 1.19.0

I am having the exact same problem as Cybr0t with my axis 205.
by maron
Thu Apr 08, 2004 5:59 pm
Forum: ZoneMinder Previous Versions
Topic: Empty input file on 1.19.0
Replies: 74
Views: 38163

Re: Empty input file on 1.19.0

I am having the exact same problem as Cybr0t with my axis 205.
by maron
Sun Feb 15, 2004 8:11 pm
Forum: ZoneMinder Previous Versions
Topic: No image in watch window
Replies: 24
Views: 17990

Re: No image in watch window

Thanks for the tip, I hadn't tried cambozola extensively in mozilla, Just tried it now for a few hours and decided to build a production system, since all works very well. This is excellent work you have done here. I found one little glitch though when using cambozola, that is probably a bug in the ...
by maron
Sun Feb 15, 2004 5:53 pm
Forum: Feature Requests
Topic: forum.
Replies: 2
Views: 3859

Re: forum.

phpBB would be very nice due to it's good searching capabilities.
by maron
Sun Feb 15, 2004 2:19 pm
Forum: ZoneMinder Previous Versions
Topic: No image in watch window
Replies: 24
Views: 17990

Re: No image in watch window

After fiddling with settings and testing a few times more it seems like this is related to writing an alarm to disk. As soon as an alarm is triggered the stream freezes. As soon as zm is finished writing the event to disk it resumes again. Does zm read the streams from disk? Would it then be better ...