File: README.axis_2100

package info (click to toggle)
motion 3.2.12-2
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,152 kB
  • ctags: 1,688
  • sloc: ansic: 16,212; sh: 345; makefile: 209
file content (21 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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.