Sha256: 547acee5bdcd11afc97a996dc15981328e80cb1a30560ba5e16af762e82121d5

Contents?: true

Size: 1.25 KB

Versions: 5

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

5 entries across 5 versions & 1 rubygems

Version Path
electric_eye-0.1.4 man/electric_eye.1.ronn
electric_eye-0.1.3 man/electric_eye.1.ronn
electric_eye-0.1.1 man/electric_eye.1.ronn
electric_eye-0.1.0 man/electric_eye.1.ronn
electric_eye-0.0.5 man/electric_eye.1.ronn