Questions tagged [gpu]
Use for questions about the Broadcom VideoCore IV Graphics Processing Unit included in all Raspberry Pis.
108 questions
0 votes
0 answers
42 views
Raspberry connected with GPU running deepseek freezes at seemingly random intervals
We are running deepseek 8G model on a raspberry using Jeff Geerling tutorial to create some svg patterns and then plot them via a pen plotter. You can find a small video explaining the set-up here. We ...
0 votes
1 answer
612 views
Can Raspberry Pi 5 hardware decode 4k @ 60 Hz VC1 10 bit video?
Documentation on hardware decoding support is scarce.
-1 votes
1 answer
530 views
2GB Raspberry Pi in headless mode — only 1.80 GB usable
htop: Mem[|||||||||||||||||||||||| 215M/1.80G] ~200 MB are perhaps being used for graphics? How do I disable or reduce graphics RAM? Update: Following the link to config....
1 vote
0 answers
284 views
gstreamer pipeline doesn't play when using `omxh264dec`
I would like to decode H.264 video with gstreamer, taking advantage of hardware acceleration on a Raspberry Pi 3 Model A+. My pipelines work when using avdec_h264, but when I substitute this for the ...
1 vote
0 answers
124 views
How do I directly process live raw camera data on the GPU without it passing though the CPU?
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 ...
2 votes
0 answers
82 views
QPU On Linux Framebuffer Device
I've been trying to use RPI's DPI driver alongside some logic gates to drive an epaper display. I've got it working pretty well on the CPU, essentially how it works is that it copies /dev/fb0 i.e. X ...
3 votes
0 answers
105 views
RPI(2) Bare Metal: does GPU support text mode and what is the default video mode?
I'm struggling with trying to find any information about text-mode capability in Raspberry Pi. I'm reading about decompression, 3d, etc. fancy features but I'd like to learn about fundamentals: Is ...
3 votes
1 answer
1k views
Benchmarking performance RPi vs Old Laptop
with the current shortage in RPi availability, I found myself looking for good deals of second hand computers. Basically, I only want the RPi to perform computation and act as a server, nothing more, ...
2 votes
0 answers
146 views
Is it possible to do GPGPU processing on Zero 2 w?
Is it officially supported or easily possible to do parallel general purpose computation on the GPU of the zero 2 w? For instance with openCL support or something similar. Much of the discussion is ...
2 votes
0 answers
113 views
HQ camera hanging after gpu_mem is increased
I just recently got a Raspberry Pi HQ camera and wanted to operate it using a python script. I initially tried to take full resolution pictures using the default gpu_mem=128, but the program crashed ...
0 votes
1 answer
2k views
Glamor Graphic Errors troubleshooting libcamera on headless raspberry pi zero w
I've been trying to troubleshoot libcamera by enabling glamor graphics acceleration on my raspberry pi zero w v1.1. When trying to run I get the following followed by the process just hanging forever....
0 votes
1 answer
95 views
How to nest 4 Gpu with Raspberry Pi 4 Model B? [closed]
currently i'm trying to nest 4 Gpus with my Raspberry Pi 4 Model B RAM 8GB. could anyone told me how to do it ? i would to use Raspberry Pi to Mining Crypto.
1 vote
1 answer
4k views
VLC not hardware accelerated on Raspberry Pi 400
I am using Raspberry Pi OS Bullseye. The VLC was preinstalled on the OS. When I tried playing videos, the quality turned out to be poor. I checked by launching VLC from the terminal, but it gives out ...
0 votes
0 answers
2k views
Raspberry Pi 3b+ Fake KMS not listed
I've been trying to follow tutorials on enabling hardware accelerated video decoding for my Raspberry Pi 3b+, such as this one: https://lemariva.com/blog/2020/08/raspberry-pi-4-video-acceleration-...
0 votes
0 answers
113 views
Recoding video files for easy (low CPU) playback on Pi4 / Firefox
I won't go into the full detail of how we arrived here but I have a need to play two (locally stored on the eMMC) video files simultaneously in Firefox running on a Pi CM4. Right now it's struggling ...