Hi,
I am trying to use c++ highgui library to capture frames from camera and apply face detection on the frame using Windows Store app (XAML UI).
Before, I was able to do such job in an ordinary desktop application. A while ago, I installed OpenCV 2.4.8 release which is supposed to support WinRT and it has a sample that apply grayscale and other operations on an image.
But when I tried to use cv::VideoCapture with highgui imported and then ran the app, it gave me an exception.
Please suggest what I have to do to enable Highgui library functions on windows store apps.