Qt data visualization module on raspberry pi
Unsolved
Mobile and Embedded
-
Im trying to use qtdatavisualization on my raspberry pi 3 b+. I build qt 5 for cross compiling. I'm able to run qt examples that uses opengl like cube example but when I try to run one of qtdatavisualization example like surface I got this error:
Shadows are not yet supported for opengl es2
Eglfs: opengl cannot be mixed with others.
I was wondering is it possible to run qtdatavisualization on raspberrypi? Has anyone done it ? And if yes how?