登录 注册
当前位置:主页 > 资源下载 > 5 > web_api_face下载

web_api_face下载

  • 更新:2024-08-04 09:07:14
  • 大小:160KB
  • 推荐:★★★★★
  • 来源:网友上传分享
  • 类别:其它 - 开发技术
  • 格式:ZIP

资源介绍

使用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