Search found 18 matches
- Fri Oct 08, 2004 8:14 am
- Forum: ZoneMinder Previous Versions
- Topic: Maximum camera to computer distance
- Replies: 5
- Views: 3938
- 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 ...
- 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 ...
- 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 ...
- Wed May 26, 2004 7:14 pm
- Forum: ZoneMinder Previous Versions
- Topic: Camzobola streaming problems: error is "no part conten
- Replies: 7
- Views: 4834
- Sun Apr 18, 2004 11:25 am
- Forum: ZoneMinder Previous Versions
- Topic: zoneMinder 1.19 and mail alarm
- Replies: 2
- Views: 2414
- 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 ...
- 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 ...
- 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
I'm using firmware 4.04. Running zoneminder 1.19.1 on Fedora Core 1.
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
I'm using firmware 4.04. Running zoneminder 1.19.1 on Fedora Core 1.
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.
- 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.
- 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 ...
- 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.
- 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 ...