Search found 13 matches
- Thu Jun 07, 2007 12:13 pm
- Forum: Feature Requests
- Topic: Maximum number of events per monitor
- Replies: 2
- Views: 3071
Maximum number of events per monitor
Another thing I found happening, is that if there is more than a certain number of events per monitor, Linux just can't create a new directory for a new event, and nothing for that event gets recorded anymore. It differs on my systems, but I found a "safe" maximum number of events to be about 18 000 ...
- Thu Jun 07, 2007 12:07 pm
- Forum: Feature Requests
- Topic: ZoneMinder "Cluster" based operation
- Replies: 11
- Views: 8580
- Thu Jun 07, 2007 12:50 am
- Forum: Feature Requests
- Topic: ZoneMinder "Cluster" based operation
- Replies: 11
- Views: 8580
- Tue May 22, 2007 5:27 pm
- Forum: Feature Requests
- Topic: Physical Access Control - New Feature or Seperate Project?
- Replies: 22
- Views: 23218
Hi, I would be interested helping with the development of something like this. Personally I think this should be started as a development seperately from ZoneMinder - but with the option to easily integrate the two. This project will also involve some hardware development: * Access Control Cards ...
- Tue May 22, 2007 12:16 am
- Forum: Feature Requests
- Topic: ZoneMinder "Cluster" based operation
- Replies: 11
- Views: 8580
Hi guys, I've run into a little snag... Everything seems to be working fine, except the extra polling script I needed to implement to keep everything synchronized. Maybe James or Phil can help with this one: I created a new perl script (with much the same content as zmwatch.pl). I added this file to ...
- Sat May 19, 2007 6:00 pm
- Forum: Feature Requests
- Topic: ZoneMinder "Cluster" based operation
- Replies: 11
- Views: 8580
ZoneMinder "Cluster" based operation
Hi, I've been using Zoneminder at the Electrical Engineering department (University of Stellenbosch in South Africa) for quite a while now. I've integrated it with our Active Directory for user authentication (with LDAP), and also linked it to our Access Control system so that everything can be ...
- Wed Apr 25, 2007 2:00 pm
- Forum: ZoneMinder Previous Versions
- Topic: zma crashes for only one monitor
- Replies: 2
- Views: 4064
I've got EXACTLY the same problem. I have 20 cameras set up on a system, and this morning, one of them just decided not to capture events anymore. All the cameras are IP network cameras, and this specific one has about 16 000 events recorded. Although in MODECT mode the camera just goes yellow, and ...
- Thu Apr 05, 2007 1:43 pm
- Forum: User Contributions
- Topic: Windows Live Viewer..27-11-05 Now Complete Frontend for ZM!!
- Replies: 725
- Views: 560740
For the live viewing of images: What is the exact URL that is formed and passed to ZoneMinder to grab the images from? (Specifically, how is the login information contained in this URL) I already changed the "Login" function in zm_funcs.php for my LDAP extensions, but as far as I can see there is ...
- Wed Apr 04, 2007 12:39 pm
- Forum: User Contributions
- Topic: Windows Live Viewer..27-11-05 Now Complete Frontend for ZM!!
- Replies: 725
- Views: 560740
Hi, How does your program authenticate to ZoneMinder to tell it which user is logged in. As far as I can see it doesn't use the same one as the standard ZM web interface (in zm_funcs.php). I extended the zm_funcs one to authenticate against a LDAP server, but your application now still authenticates ...
- Wed Apr 04, 2007 10:29 am
- Forum: Feature Requests
- Topic: Ldap support
- Replies: 7
- Views: 6790
It's really easy to impliment LDAP authentication if you use the php libraries. I wrote an extension for ZoneMinder in about 2 hours. All the user info is still held within mySQL, and just the password is sent to LDAP (AD in our case) for validation. If anyone is interested I can post the code here ...
- Tue Apr 03, 2007 10:50 pm
- Forum: User Contributions
- Topic: LDAP User Authentication
- Replies: 3
- Views: 8808
LDAP User Authentication
Hi, I searched around a bit on the forums, but couldn't come across anyone that played with using ZoneMinder to authenticate agains a LDAP server. I know it is possible to instead setup Apache to only allow authenticated users access to a specific resource (and thereby implimenting LDAP ...
- Thu Sep 28, 2006 1:44 pm
- Forum: ZoneMinder Hints & Tips
- Topic: SOHO Internet Camera CAS 230 & ZM 1.21.x
- Replies: 2
- Views: 12114
- Sat Aug 19, 2006 9:48 am
- Forum: User Contributions
- Topic: Aviosys IP Kamera 9060 Working
- Replies: 6
- Views: 14994
Aviosys IP Kamera 9060 Working
Hi, I had been playing around with Zone Minder for a few days now, but unfortunately the only camera hardware I currently have is the Aviosys IP Kamera 9060. I got it to work with the Perl script that captures jpeg images, and then letting zone minder open it from a local path. Unfortunately this ...