If you look in ofVideoGrabber there is no function initGrabber(int w, int h, bool bTexture) (in the .ccp just listed in the .h)
When I call vidgrabber.init(320,240,false) I get:
undefined reference to `ofVideoGrabber::initGrabber(int, int, bool)'
If you look in ofVideoGrabber there is no function initGrabber(int w, int h, bool bTexture) (in the .ccp just listed in the .h)
When I call vidgrabber.init(320,240,false) I get:
undefined reference to `ofVideoGrabber::initGrabber(int, int, bool)'