OpenCV on Raspberry Pi without OpenGL for display.

jay-t wrote 12/19/2015 at 18:15 1 point

I have a software for face detecting on webcam input. It doesn't open a window on the Raspberry Pi with the detected faces. It just ends with an error message: GdkGLExt-WARNING **: Window system doesn't support OpenGL. So as a workaround I try now to build OpenCV without OpenGL support. In the hope it will run my program later. Does anyone know if this will work? Or knows how to get away the error message?