Shared Memory problem - zmc dies
Posted: Thu Jul 07, 2005 3:51 pm
Here goes:
(I've looked at the FAQ but perhaps I'm missing something.)
I was doing great until I added an extra Axis 206W to my network.
When I added the extra camera I started to get problems with the two Axis Cameras. The image in the camera monitor kept flicking back and forth between the two camera images (shared memory problem?).
Image buffer is 60.
I started tweaking and tried the following:
I've two 640 x 480 and one 320 x 240 camera at full color. The problems started when the second camera was added.
Shared memory use:
In zmdc.log I get the following:
Do you think this is a memory issue? Frankly I'm stumped - SHMMAX and SHMALL are both 150MB, and it looks like this is fine. However I not expert enough figure this one out.
Any ideas?
(I've looked at the FAQ but perhaps I'm missing something.)
I was doing great until I added an extra Axis 206W to my network.
When I added the extra camera I started to get problems with the two Axis Cameras. The image in the camera monitor kept flicking back and forth between the two camera images (shared memory problem?).
Image buffer is 60.
I started tweaking and tried the following:
Code: Select all
kernel.shmmax = 157286400
kernel.shmall = 157286400
net.core.wmem_max=131072
Shared memory use:
Code: Select all
------ Shared Memory Segments --------
key shmid owner perms bytes nattch status
0x7a6d2005 1245184 apache 700 9216548 2
0x7a6d2009 1277953 apache 700 55296628 2
0x7a6d200b 1310723 apache 700 55296628 1
Code: Select all
zmc: zm_image.h:185: void Image::CopyBuffer(const Image&): Assertion `width == i
mage.width && height == image.height && colours == image.colours' failed.
'zmc -m 11' died at 05/07/07 16:19:52, signal 6
Starting pending process, zmc -m 11
'zmc -m 11' started at 05/07/07 16:29:52
'zmc -m 11' starting at 05/07/07 16:29:52, pid = 29518
zmc: zm_image.h:185: void Image::CopyBuffer(const Image&): Assertion `width == i
mage.width && height == image.height && colours == image.colours' failed.
'zmc -m 11' died at 05/07/07 16:29:52, signal 6
Any ideas?