资源介绍
使用Flask进行实时流媒体和人脸检测
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=0.sdp' )
RTSP链接示例
cv2 . VideoCapture ( 'rtsp://mamun:123456@101.134.16.117:554/user=mamun_passwo
- 上一篇: 网页课程设计扫雷源码
- 下一篇: 大一 网页课程设计 NBA