Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

i'm afraid, you're just out of luck here.

even if your cv2.so was build with opengl support (check: cv2.getBuildInformation()), the resp. c++ functions to draw into a highgui window are not exposed to the python api.

i'm afraid, you're just out of luck here.

even if your cv2.so was build with opengl support (check: cv2.getBuildInformation()), the resp. c++ functions to draw into a highgui window are not exposed to the python api.

you'll need a seperate lib, like PyOpengl or PyGame for this.