Ask Your Question

alexmoraru's profile - activity

2014-10-28 13:32:23 -0600 asked a question 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?