I’m needing some information about a library for doing blob detection. I know there’s the idea to integrate it unto the main openFramework stuff, in the meantime, can you point me the library that you’ll working with? It will be good to do little migration (if necessary at all).
is the videoGrabber code that works from you from OF PR 0.01 or 0.02 ?
can you try removing object code (clean the project) and rebuilding?
if that doesn’t work, try duplicating the project that does work (videoGrabber 0.02, for example) – running it to make sure it works and then try again adding opencv as described in the addon info.
yeah dev-c++ is voodoo like that some times… it doesn’t understand very well when code needs to be recompiled, so you wan wind up with all kinds of glitches and errors. We recommend cleaning the first time when you duplicate a project, as well as anytime you see some strange behavior…