Opencv CUDA with PyQT

asked 2020-03-11 12:41:52 -0600

SelChen gravatar image

Hi,

I am looking for some help here. I am building an application with Python OpenCV 4.2 with CUDA enabled on a windows machine. PyQT is being used for the UI. The GPU download part to render in QLabel is slow, I learned that there is a way you can map the gpumat directly to QOpenGLWidget, so that there is no CPU download. But I am lost at that part, has anyone done that in Python and be able to share a sample code?

edit retag flag offensive close merge delete