Skip to content

Releases: fellypsantos/StreamLapse

v1.1.0

11 Jun 18:20
b0ab171
Compare
Choose a tag to compare

Fixes

  • Process to execute FFMPEG was getting stuck and never finishes, a timeout was added and a beep sound plays when timeout is reached.

What's Changed

New Contributors

Full Changelog: v1.0.0...v1.1.0

StreamLapse v1.0.0

11 Jun 03:36
Compare
Choose a tag to compare

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.