Setting up BL-C30A on a Dimension 3000
Posted: Sat Jun 25, 2005 12:00 am
I'm trying to setup zoneminder on a dell dimensions 3000 with 512MB of memory. I'm running debian unstable with kernel version 2.6.8. I have successfully compiled and installed zoneminder. However, I'm having problems with zoneminder having enough shared memory for the BL-C30A cameras.
The camera is setup for 320x240x 24bit color.
Image buffer size: 15
warm up frames: 15
pre/post : 5
A buffer size of 15 seems to be the maximum I can use before getting the shmget error in the logs. I have already added the following in /etc/sysctl.conf (and checked for them after rebooting)
kernel.shmall = 134217728
kernel.shmmax = 134217728
top shows 182M used and 325M free. Zoneminder works ok for 1 camera at this setting, but its not scaling any.
So I have the following questions:
1. Is there anything I'm missing so I can get get better, more usable performance?
2. What is a reasonable image buffer size for ip cameras
thanks
The camera is setup for 320x240x 24bit color.
Image buffer size: 15
warm up frames: 15
pre/post : 5
A buffer size of 15 seems to be the maximum I can use before getting the shmget error in the logs. I have already added the following in /etc/sysctl.conf (and checked for them after rebooting)
kernel.shmall = 134217728
kernel.shmmax = 134217728
top shows 182M used and 325M free. Zoneminder works ok for 1 camera at this setting, but its not scaling any.
So I have the following questions:
1. Is there anything I'm missing so I can get get better, more usable performance?
2. What is a reasonable image buffer size for ip cameras
thanks