Page 1 of 1

ZoneMinder and an AXIS 210 camera

Posted: Thu Dec 16, 2010 5:02 pm
by shelluk
Hi Guys

I am attempting to get an AXIS 210 camera working with ZoneMinder.

I have set the following:

General
Name: Monitor-1
Source type: Remote
Function: Monitor
Enabled: [tick]

Source
Remote Protocol: RTSP
Remote Method: RTP/RTSP/HTTP
Remote Host Name: username:password@ip.address
Remote Host Port: 80
Remote Host Path: /axis-cgi/mjpg/video.cgi

The IP is in red though on the ZoneMinder web page. Also if I use 'Probe' I get:
Unable to probe network cameras, status is '127'
If I use the above details to construct the full URL http://username:password@ip.address/axi ... /video.cgi then the video loads ok :)

Thank you
Shell

Posted: Thu Dec 16, 2010 5:50 pm
by shelluk
Hi

After some more reading of forums and log reading it looks like a shared memory issue. I have done some changes, and now got a black box instead of no box at all! :)

I do not think I've set the following correct though?

Code: Select all

kernel.shmall = 300000
kernel.shmmax = 1200000000
Set up on Ubuntu:
RAM: 2GB
Video is: 640x480 at 24bit

I'll eventually want to record this too. Do I need to bring the size down?

Thanks for your help
Shell[/quote]

Posted: Fri Dec 17, 2010 4:28 am
by floam
Does the HTTP protocol work?

Posted: Wed Dec 22, 2010 5:00 pm
by shelluk
Hi

I left all the settings as above but changed it to just HTTP. I get the same - a black box where I would expect the video stream.

Thanks
Shell

Posted: Wed Dec 22, 2010 5:18 pm
by shelluk
Also the IP address under 'Source' on the main page is red.

Posted: Fri Dec 31, 2010 6:28 am
by dvarapala
Did you try

Remote Protocol: HTTP
Remote Method: Simple

?

Remote Host Path

Posted: Thu Jan 13, 2011 6:46 pm
by AllenTuttle
I use HTTP Simple to get to Axis 210(a) cameras.
My remote host path is:
/axis-cgi/mjpg/video.cgi?resolution=320x240&req_fps=5
----
I also set capture width height to 320x240.