You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I run my QtApp which is linked to run the Experimental VC4 (full KMS) driver and OpenGL, I get a blue screen when running OpenCL with OpenCV. It appears the mesa driver and VC4CL are stomping on each other and are not compatible.
The text was updated successfully, but these errors were encountered:
How did you compile VC4C? Did you build with the CMake configuration REGISTER_POKE_KERNELS enabled or disabled? With REGISTER_POKE_KERNELS enabled, they won't work together. Even with the configuration disabled, it is not guaranteed that they can work together.
When I run my QtApp which is linked to run the Experimental VC4 (full KMS) driver and OpenGL, I get a blue screen when running OpenCL with OpenCV. It appears the mesa driver and VC4CL are stomping on each other and are not compatible.
The text was updated successfully, but these errors were encountered: