Ask Your Question

Kergoog's profile - activity

2016-02-23 09:30:32 -0600 asked a question Blue image when using VideoCapture

I'm using the cv::VideoCapture class to access the video stream in a native C++ application. If I test the application on my desktop application then the image looks fine, but when running on my Android tablet the images have a blue-ish appearance.

I've looked into the get and set operations of the VideoCapture class but the only properties I can access are the frame width/height/fps. All others throw an exception if I attempt to read them.

Has anyone had the same experience or can suggest what the problem might be?

Thanks in advance!