Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Any way to disable OPENGL with imshow?

I am trying to use imshow without opengl support in python which has been pre-compiled with the libraries I am using and unfortunately I have not control over the computer I'm on, so opengl does not work.

I have tried using this before imshow: cv2.namedWindow("image", cv2.WINDOW_NORMAL)

With no effect, it always wants opengl.

Is there any way to display images without using opengl?

click to hide/show revision 2
retagged

updated 2018-05-26 20:08:26 -0600

berak gravatar image

Any way to disable OPENGL with imshow?

I am trying to use imshow without opengl support in python which has been pre-compiled with the libraries I am using and unfortunately I have not control over the computer I'm on, so opengl does not work.

I have tried using this before imshow: cv2.namedWindow("image", cv2.WINDOW_NORMAL)

With no effect, it always wants opengl.

Is there any way to display images without using opengl?