Page 1 of 1

Axis 2120

Posted: Tue Jan 08, 2013 12:32 pm
by TimGuyUK
Anyone got one of these guys to go? ive tried all axis remote paths and it wont kick in

Ive also tried probing it but get the errror 127 although Im not sure if thats misleading or not.

Im running some 3 x 205's quiet happily.

Cheers

Tim

Re: Axis 2120

Posted: Wed Jan 09, 2013 9:45 am
by TimGuyUK
Sorted with help from previous posts.

Remote host path was: /axis-cgi/mjpg/video.cgi?camera=&showlength=1&resolution=704x576

Also had to modify /Zoneminder/Memory.pm as per:

http://www.zoneminder.com/forums/viewto ... 29&t=19601

Changing: $arch = int(3.2*length(~0))
For: $arch = 32;

And also:

Modify /etc/sysctl.conf as per:

http://www.zoneminder.com/wiki/index.ph ... esolutions.

Adding kernel.shmmax = 536870912 into the file.

Cheers

Tim