Sha256: d3f2137b0e23c5e8cd038fbe34dd3f0fa392417c6791b4f7eaa642c8166d52bb
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
electric_eye(1) -- Record one or more IP cameras ================================================ ## SYNOPSIS `electric_eye` `-a camera_name camera_url`<br> `electric_eye` `-r camera_name`<br> `electric_eye` `-s`<br> `electric_eye` `-k` ## DESCRIPTION **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). ## FILES `~/.electric_eye/config.yml` is used for storing the configuration ## OPTIONS * `-a`, `--add CAMERA_NAME CAMERA_URL`: Add a camera * `-r`, `--remove CAMERA_NAME`: Remove a camera * `-p`, '--path DIR': Set the output path * `-d`, `--duration SECONDS`: Set the duration of each recording * `-l`, `--list`: List the cameras in the config * `-s`, `--start`: Start recordings * `-k`, `--stop`: Stop all recordings ## EXAMPLES Add a camera called reception<br> $ electric_eye -a reception http://192.168.0.2/live2.sdp Remove a camera<br> $ electric_eye -a reception Start recordings<br> $ electric_eye -s Stop recordings<br> $ electric_eye -k ## AUTHOR Michael Pope (map7777@gmail.com) ## SEE ALSO VLC (https://www.videolan.org/vlc/)
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
electric_eye-0.0.3 | man/electric_eye.1.ronn |