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) !
精彩评论