Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

CvCameraViewFrame is not an image, but a class with means to retrieve one like:

Mat rgba = inputFrame.rgba();
Mat gray = inputFrame.gray();

see sample code