文件名称:camera-live-streaming:带Flask和Open-CV的camera-live流
文件大小:3KB
文件格式:ZIP
更新时间:2024-02-25 21:27:40
python flask rtsp cctv-cameras live-streaming
Flask和Open-CV直播 pip install - r requirements . txt 运行服务器 python app . py 使用笔记本电脑的内置网络摄像头 将零(O)放入cv2.VideoCapture(0) cv2 . VideoCapture ( 0 ) 使用IP摄像机/ CCTV / RTSP链接 cv2 . VideoCapture ( 'rtsp://username:password@camera_ip_address:554/user=username_password=' password '_channel=channel_number_stream=
【文件预览】:
camera-live-streaming-master
----templates()
--------index.html(760B)
----requirements.txt(37B)
----README.md(1KB)
----app.py(1KB)