I am having a lot of trouble trying to compile PyCuda with OpenGL functionality turned on, I did everything that I could find, like build Boost, add CUDA_ENABLE_GL = True in siteconf.py , etc etc etc but I cannot even import the PyCuda install I compiled into my Python file without it throwing one error message or another… In fact, I ran into the same error message as No module named 'pycuda.compyte' · inducer/pycuda · Discussion #339 · GitHub and the author’s solution is to install the version of PyCuda from PiPy … Which does not have OpenGL turned on…
Is there a reason why cv::ogl::Buffer::mapDevice cannot be implemented into OpenCV-Python?