OpenCV for Windows Phone 8
Hi. I've downloaded and built the project for Windows Phone 8 from the link: https://github.com/MSOpenTech/opencv. I've created my project (a Direct3D Native app) and added the following projects to my solution: -opencv_calib3d -opencv_core -opencv_features2d -opencv_flann -opencv_imgproc -opencv_photo -opencv_video -opencv_videostab
and included in my Renderer class the corresponding includes for using VideoCapture and Mat, but the build fails because of some "unresolved external symbol" at VideoCapture, namedWindow and imshow. What am I forgetting?
if you're using opencv 2.4.x, - i don't see opencv_highgui in your list