Releases: fellypsantos/StreamLapse
Releases · fellypsantos/StreamLapse
v1.1.0
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
- Stuck requesting frame by @fellypsantos in #1
New Contributors
- @fellypsantos made their first contribution in #1
Full Changelog: v1.0.0...v1.1.0
StreamLapse v1.0.0
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.