live stream face detection:使用浏览器中的Flask进行实时流式传输和面部检测 源码
使用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_str
文件列表
live-stream-face-detection-master.zip
(预估有个7文件)
live-stream-face-detection-master
app.py
780B
haarcascade_frontalface_dataset.xml
661KB
templates
index.html
774B
camera.py
994B
LICENSE
1KB
requirements.txt
36B
README.md
1KB
暂无评论