import cv2
raw = cv2.VideoCapture('/home/zhangym/a.MOV')

while 1:
    ret,frame = raw.read()
    cv2.imshow('hsv',frame)
    cv2.waitKey(10)

 

Logo

有“AI”的1024 = 2048,欢迎大家加入2048 AI社区

更多推荐