摘要: import cv2 print("time1") cap = cv2.VideoCapture("rtsp://192.168.0.1:554/") print("time2") ret, frame = cap.read() cv2.imshow("capture", frame) cv2.im 阅读全文
posted @ 2021-10-11 23:35 东坡何罪 阅读(1740) 评论(0) 推荐(0)