OpenCV - waitKey() can't capture the first Tab keypress

Posted zhangzhihui

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了OpenCV - waitKey() can't capture the first Tab keypress相关的知识,希望对你有一定的参考价值。

Looks like "QT" UI backend has been enabled in OpenCV build. TAB can be preserved to switch between "UI elements" in that case.

Check build configuration about GUI using cv.getBuildInformation(), you can find that QT is included.

以上是关于OpenCV - waitKey() can't capture the first Tab keypress的主要内容,如果未能解决你的问题,请参考以下文章

opencv 3 -- waitKey()函数

使用 imshow + waitKey 显示图像 opencv+python 时出现问题

OPENCV waitKey() 方法返回类型

在 OpenCV 中 waitKey (30) 是啥意思? [复制]

我无法让 OpenCV 中的 CV2.waitKey 正常工作。运行 waitKey 后代码无响应

opencv函数-waitKey()