py_rtsp_timelapse

所属分类:流媒体/Mpeg4/MP4
开发工具:CSS
文件大小:0KB
下载次数:0
上传日期:2023-12-24 07:20:02
上 传 者sh-1993
说明:  一个用于timelapse和安全相机的命令行rstp相机记录器,用python编写,灵感来自repo:https:github.com evgenii-d rtsp timelapse
(A command line rstp camera recorder for your timelapse and security camera, written in python, inspired by repo: https: github.com evgenii-d rtsp-timelapse)

文件列表:
rtsp_timelapse/
LICENSE
rebase.py
rename.py

# py_rtsp_timelapse author: kito129 date: 2023/12/20 last update: 2023/12/21 version: 0.9# author: kito129 based on project: https://github.com/evgenii-d/rtsp-timelapse ## Description A command line rstp camera recorder for your timelapse and security camera, written in python, inspired by repo: https://github.com/evgenii-d/rtsp-timelapse ## Installation ``` git clone cd py_rtsp_timelapse pip install -r requirements.txt ``` ## Usage Configure your camera in config.json ``` { "images_folder": "your folder for images", "sources": { "entrance": { "source": "rtsp://user:password@your ip:port/1", "interval": "900", "quality": "100", "color": "YELLOW" }, } } ``` Run the script ``` cd rtsp_timelapse python revisedMain.py ```

近期下载者

相关文件


收藏者