摘要: 该方法通过基于 cv2.VideoCapture 能够获取视频流入(rtmp/rtsp等)实时帧,能够解决由于图像处理速度不够等原因造成帧堆积的问题。 import cv2 from threading import Thread class ThreadedCamera(object): def 阅读全文
posted @ 2021-08-02 09:29 牛郎 阅读(2985) 评论(0) 推荐(0) 编辑