Hello everyone, Based on https://stackoverflow.com/questions/18086519/is-it-possible-to-bind-a-opencv-gpumat-as-an-opengl-texture, I am trying to load GPUMAT directly into OpenGL widget, but Texture2D method is not available in python as it seems.
import cv2
cv2.ogl.Texture2D()
Any suggestions will be really helpful.