Hi,
I am trying to integrate Qt with OpenCV. Here is the example: http www opendesktop org/content/show.php/Qt+Opencv+webcam+viewer?content=89995
But in the function:
putImage(IplImage* cvimage)
It is giving exit error code: 1073741819, wherever following..:
cvimage->depth
.. is being used.
I have solved this problem long ago but now I can not crack it.
Please help.
-Rahul