摘要: 1. opencv从摄像头抽帧 camera = cv2.VideoCapture(0) if camera.isOpened(): success, frame = camera.read() if success: print('capture success') 2. RGB转YUV编码,JP 阅读全文
posted @ 2020-12-08 12:59 烟酒忆长安 阅读(3606) 评论(0) 推荐(1)