From b2f495c4969ea097ae84a5712a5fc452813d4a1d Mon Sep 17 00:00:00 2001 From: Sebastiaan Lokhorst Date: Sun, 25 Sep 2016 18:31:55 +0200 Subject: [PATCH] Remove README.axis_2100 file which only has trivial instructions --- README.axis_2100 | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 README.axis_2100 diff --git a/README.axis_2100 b/README.axis_2100 deleted file mode 100644 index 67a870e3..00000000 --- a/README.axis_2100 +++ /dev/null @@ -1,21 +0,0 @@ -Using motion with the Axis 2100 network camera - -First compile the motion binary as described in README and INSTALL -Then edit motion.conf: Add your axis cameras ip address to the netcam_url -paramter in the "Captute Device Options" section. - - To increase the performance use this urls : - - # for multipart jpeg - http://192.168.1.10/axis-cgi/mjpg/video.cgi?showlength=1 - - or - - # for single jpeg - http://192.168.1.10/axis-cgi/jpg/image.cgi?showlength=1 - -There are only two valid picture sizes for the axis camera: 320x240 and 640x480 - -TODO: - - - Make the IP changeable at run-time.