Hello Forum,

I'm new to both QT and OpenCV. I've written couple of program in OpenCV and works well and done the same with QT so botht the tools are working well.

I'm trying to integrate the code posted by "pherthyl" to stream the video data caputured by the webcam in opencv. The application is really well written (for me as I can understand it). When i try and build it says that cannot find "opencv/highgui.h"

I've installed opencv in /opt/opencv and all the files are viz. highgui.h, cxcore.h, cv.h are located in /opt/opencv/include/opencv.

I tried and compile the project by changing the path of highgui.h in capturethread.h from opencv/highgui.h to opt/opencv/include/opencv/highgui.h but still it gives the same error that it couldn't locate the files.

Is there any specific changes that I need to make in the MAKEFILE which will specify the location of these files and link it.

Thanks in advance.

Regards,
Mitesh