Skip to main content

Questions tagged [opengles]

OpenGL ES is a cross-platform API for 2D and 3D graphics on embedded systems. It has different subset profiles of desktop OpenGL for fixed function hardware and programmable hardware.

1 vote
0 answers
124 views

My understanding of the how a Raspberry Pi camera attached to the CSI port of the Pi works is that the raw data from it ends up directly in the GPU where it is slightly processed and compressed before ...
Curtis's user avatar
  • 11
0 votes
0 answers
107 views

I installed Chiaki on the latest RaspberryOS, using apt install, when trying to launch it, I'm getting an EGL error: Could not initialize egl display Every search I did found only developers ...
Didi Kohen's user avatar
0 votes
1 answer
191 views

I have a Raspberry Pi 4B and over VNC, glxgears will only give me 1 FPS. But over regular HDMI cable to a screen, then glxgears works like a charm. So is there any problem with the VNC server inside ...
euraad's user avatar
  • 105
1 vote
2 answers
1k views

I've been encountering some tearing issues in kodi and so chose to switch to the vc4-kms-v3d driver in my boot config. The performance in now significantly improved, however I also occasionally need ...
Gaffen's user avatar
  • 11
2 votes
0 answers
1k views

I wrote a 3D visualization program in C++ called ahrs-visualizer back in 2012 for a 32-bit Raspberry Pi, basing my code on the official OpenGL example code that came with Raspbian. It does not ...
David Grayson's user avatar
2 votes
1 answer
914 views

Is there any way to use Redshift on Raspberry Pi 4? I used redshift -P -O 3700 -g 0.7 -b 0.7 and it only works from time to time. Some times after restarting it doesnt filter the blue light anymore. ...
dawnslayer's user avatar
0 votes
0 answers
1k views

I'm using Raspberry Pi 4 and the OpenGL experimental is missing from raspi-config I tried sudo rpi-update sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install raspi-gpio sudo apt-get ...
dawnslayer's user avatar
0 votes
1 answer
1k views

I have a freshly installed Raspberry Pi OS on my Raspberry Pi 3 Model B. According to cat /proc/device-tree/model, the OS name is "Raspbian GNU/Linux 10 (buster)". I have installed ...
Flux's user avatar
  • 279
1 vote
1 answer
3k views

As titled, in Raspian Lite, if I enable OpenGL (fake KMS) I'm unable to rotate the screen using the /boot/config.txt file I tried: display_hdmi_rotate=1 and display_rotate=1 with no success, any ...
Luigi F's user avatar
  • 11
2 votes
0 answers
234 views

I hope someone can help me, I've bought my first Rpi a few months ago and I haven't been able to use it at all because of this issue. Specs: Raspberry Pi 4 - 4GB OS: Raspberry Pi OS with desktop Fully ...
Psycoguana's user avatar
1 vote
0 answers
105 views

I have made some image processing shaders to reduce the CPU load. But the slow GPU to CPU data copy is something I didn't expect. (It takes around a second to copy a single image) As far as I know, ...
Chanoh Park's user avatar
0 votes
1 answer
2k views

I am trying to install blender 2.79 from the software packages on my new raspberry pi4. It won’t do it. How do I install and run blender?
Shawn Kaster's user avatar
1 vote
0 answers
921 views

I'm trying to use an app compiled with Chromium Embedded Framework (using the pre-built ARM binaries hosted by Spotify; I don't want to rebuild it myself). I'm having trouble getting hardware ...
Miral's user avatar
  • 211
1 vote
0 answers
94 views

I'm testing a C++ program made with GLFW and it crashes with a segmentation fault on Pi 3 but not on Pi 4. The reason of the crash is the call to glGenerateMipmap(GL_TEXTURE_2D). Systems tested: ...
Ariel Malka's user avatar
0 votes
2 answers
171 views

I have successfully built Mesa 20.1 on Raspberry Pi OS 64bit, using burtoogle's patch (https://www.raspberrypi.org/forums/viewtopic.php?f=67&t=276207#p1681901) I followed the instructions from ...
Ariel Malka's user avatar

15 30 50 per page
1
2 3 4 5