python opencv 右上角x按钮关闭显示窗口
程序员文章站
2022-06-08 23:12:42
...
在循环中加入代码:
cv2.imshow('image',frame)
cv2.waitKey(1)
# 点击窗口X按钮关闭窗口,窗口名字要对应
if cv2.getWindowProperty('image',cv2.WND_PROP_VISIBLE) < 1:
break
上一篇: 如何去掉jquery dialog右上角的“叉”号
下一篇: Android timer倒计时