https://github.com/evgenii-d/rtsp-timelapse
Capturing images via RTSP for timelapse videos
https://github.com/evgenii-d/rtsp-timelapse
ip-camera rtsp timelapse timelapse-videos
Last synced: about 1 year ago
JSON representation
Capturing images via RTSP for timelapse videos
- Host: GitHub
- URL: https://github.com/evgenii-d/rtsp-timelapse
- Owner: evgenii-d
- License: mit
- Created: 2022-10-14T14:08:29.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T06:06:32.000Z (over 3 years ago)
- Last Synced: 2025-05-01T15:22:13.939Z (about 1 year ago)
- Topics: ip-camera, rtsp, timelapse, timelapse-videos
- Language: Python
- Homepage:
- Size: 34.2 KB
- Stars: 7
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# RTSP Timelapse
App for capturing images via Real-Time Streaming Protocol (RTSP).
Useful for creating timelapse videos.
Tested on Windows 10/11
## Dependencies
- Kivy
- OpenCV
## Installation
1. Go to [releases section](https://github.com/evgenii-d/rtsp-timelapse/releases)
2. Download the `.zip` file.
3. Extract files and run `rtsp_timelapse`
## Overview

- **ID** - capture ID and the name of the folder where the images will be stored
- **Source** - valid RTSP URL
- **Interval** - image capture interval (in seconds)
- **Quality** - JPEG quality (1-100, %)
- **Capture** - switch for capturing
- **X button** - remove capture source (images folder will remain)