Hi,
I'm having trouble creating a remote monitor for an Axis 212 PTZ network camera. It doesn't work - no image (not even a black window) when I try to open the live feed from ZM console. I configured it according to http://www.zoneminder.com/wiki/index.php/Axis, no success. Tried selecting different presets for Axis, same thing. The camera is set to 640x480 motion JPEG.
Any suggestions will be appreciated.
Thank you!
How to add a remote monitor (Axis IP camera)
-
- Posts: 23
- Joined: Wed Feb 17, 2010 12:23 am
-
- Posts: 23
- Joined: Wed Feb 17, 2010 12:23 am
For every attempt to open the monitor feed, zmdc.log says:kingofkya wrote:Check the logs my guess is you didn't read the part about shared memory
03/22/2010 16:59:07.071464 zmdc[2757].INF [Starting pending process, zmc -m 3]
03/22/2010 16:59:07.087446 zmdc[2757].INF ['zmc -m 3' starting at 10/03/22 16:59:07, pid = 7187]
03/22/2010 16:59:07.103025 zmdc[2757].ERR ['zmc -m 3' exited abnormally, exit status 255]
I did configure kernel.shmmin and kernel.shmmax. Is that what you're referring to, and what values do you recommend for a computer with 1GB of RAM?
On ZM console, Remote monitor Mode is shown in orange color and Source in red, whereas a working local monitor is all green. Does it have any significance?
Thanks!
-
- Posts: 23
- Joined: Wed Feb 17, 2010 12:23 am
-
- Posts: 23
- Joined: Wed Feb 17, 2010 12:23 am
-
- Posts: 23
- Joined: Wed Feb 17, 2010 12:23 am
Thanks so much kingofkya again for your time to fix my problem. You're a king of ZM for sure! I got the camera live feed working after reboot.kingofkya wrote:I cant think of anything off hand that might be the problem. You an send me a link to your ZM server and I can take a look for you.
So, it was my mistake in shared mem configuration: in /etc/sysctl.conf, I entered kernel.shmall and kernel.shmmax parameters in one line instead of two different lines in the file.
that is, instead of:
kernel.shmall = 134217728
kernel.shmmax = 134217728
it was:
kernel.shmall = 134217728 kernel.shmmax = 134217728
So simple, I'm feeling ashamed... But from my experience, many problems are caused by most simple mistakes....