开发者

How to silence OpenCV "Camera dropped frame"

Under Mac OS X, opencv complains that 开发者_高级运维the camera drops frames and writes the following messages: "Camera dropped frame!".

Anybody know how to get rid of this warning?


Looking at the code it seems to be written to cout and not just in debug.

Easiest way (if you are on Windows) is to build your app as system=win rather than console so there is no output.

Or you could fix the code and recompile (and submit a patch) !

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜