while video.isOpened():
ret, frame = video.read()
if ret == True:
frame = cv2.cvtColor(frame, cv2.COLOR_RGB2GRAY)
cv2.imshow('video', frame)
if cv2.waitKey(1) & 0xFF == ord('q'):
break
else:
break
承擔(dān)因您的行為而導(dǎo)致的法律責(zé)任,
本站有權(quán)保留或刪除有爭議評(píng)論。
參與本評(píng)論即表明您已經(jīng)閱讀并接受
上述條款。