Skip to content

StreamLapse v1.0.0

Compare
Choose a tag to compare
@fellypsantos fellypsantos released this 11 Jun 03:36
· 10 commits to master since this release

First Release

This release contains all the main functionality to take sequence of photos using an IP camera, but the merge option to make a video is not implemented yet.

Available options

  --stream      Required. RTSP url to your IP camera.

  --interval    (Default: 5000) Time im milliseconds to wait before save another frame.

  --output      Path to store the frames, will be created if not exists.

  --prefix      (Default: IMG_) Prefix to use with filename, default results in IMG_1, IMG_2

  --help        Display this help screen.

  --version     Display version information.