cv2.waitKey(0) doen't wait

前端 未结 0 505
执笔经年
执笔经年 2020-12-12 15:30
key = cv2.waitKey(0)
print(key)
>>>-1

I have known that "cv2.waitKey(0)" wait and code does nothing until any key is pressed.

相关标签:
回答
  • 消灭零回复
提交回复
热议问题