I am trying to run a program that includes the header `cvcam.h`. It was made with opencv 2.4 but now i am trying to run it with opencv 3.0. For the header `#include "highgui.h"`, i changed it to `#include "opencv2/highgui/highgui.hpp"`. I am not quite sure on how to do it for `cvcam.h`. I hope someone can help. Thanks! =)
↧