mirror of
https://github.com/Motion-Project/motion.git
synced 2026-02-05 04:21:32 -05:00
22 lines
551 B
Plaintext
22 lines
551 B
Plaintext
Using motion with the Axis 2100 network camera
|
|
|
|
First compile the motion binary as described in README and INSTALL
|
|
Then either start motion with the -A option and your axis cameras ip address or
|
|
edit motion.conf.
|
|
|
|
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.
|