electric_eye
- Record one or more IP cameras
electric_eye
-a camera_name camera_url
electric_eye
-r camera_name
electric_eye
-s
electric_eye
-k
electric_eye is a simple program which loops over all your cameras and starts recording into a set directory naming each file by date. The duration of the recordings is set by the user (default is 10minutes).
~/.electric_eye/config.yml
is used for storing the configuration
-a
, --add CAMERA_NAME CAMERA_URL
-r
, --remove CAMERA_NAME
-p
, '--path DIR'-d
, --duration SECONDS
-l
, --list
-s
, --start
-k
, --stop
Add a camera called reception
$ electric_eye -a reception http://192.168.0.2/live2.sdp
Remove a camera
$ electric_eye -a reception
Start recordings
$ electric_eye -s
Stop recordings
$ electric_eye -k
Michael Pope map7777@gmail.com