Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

VC4CL not compatible with VC4 mesa experimental Raspberry PI driver and Qt #60

Closed
pnduffy opened this issue Mar 9, 2019 · 1 comment

Comments

@pnduffy
Copy link

pnduffy commented Mar 9, 2019

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.

@doe300
Copy link
Owner

doe300 commented Mar 10, 2019

What do you mean by blue screen?

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.

See also #51 .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants