Python OpenCV OGL Texture2D
Hello everyone, Based on https://stackoverflow.com/questions/1..., 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.