如何解决Python 3.6.5中的错误“ [WARN:0]终止异步回调”

时间:2019-06-10 13:50:10

标签: python-3.6

当我在pycharm中运行github项目时出现错误

[ WARN:0] terminating async callback

我的代码:

import cv2
video_capture = cv2.VideoCapture(0)

def nolight():
    return video_capture.read()

video_capture.release()
cv2.destroyAllWindows()

0 个答案:

没有答案