Beginners • Re: Streaming video
What research have you already done and where do you need specific help?Statistics: Posted by drgeoff — Thu Jul 18, 2024 3:00 pm
View ArticleGraphics programming • "QWaylandGLContext: failed to create EGLContext,...
When I start a Qt application viewtopic.php?p=2238031#p2238031on my latest 64bit Raspberry PiOS, I get this error and the program hangs:If I start same program on Pi5 when logged in remotely via "ssh...
View ArticleAdvanced users • Re: Installing Docker Package
It worked OK for me using docker on a pi4 running Bullseye 64-bit as user pi. pi is in the docker group of course.Looks like your volumes -v flag is not 100% ok.The start script I used is: Code:...
View ArticleAdvanced users • Re: HOWTO: Create a Super User File manager
This is one of the reasons I prefer thunar.Statistics: Posted by craigevil — Fri Jul 19, 2024 2:25 pm
View ArticleTroubleshooting • Re: WS2812B RGB LED Strips Raspberry Pi Python Issues
Well I did some research, and made it working. You just instead have to use the SPI pin. Following this guide:https://learn.adafruit.com/circuitpytho ... i/overviewStatistics: Posted by sns123 — Fri...
View ArticleGeneral discussion • Re: How do you rollback Freetube app on a pi4?
You can download an older version from github.https://github.com/FreeTubeApp/FreeTube/releasesThe flatpak version is at 0.21.1, and it works with no issues on my system.Statistics: Posted by craigevil...
View ArticleTroubleshooting • Re: RPi5 Low Voltage warning
To power the RPi5 I've been experimenting with a 7.4V RC battery connected up to a buck converter that is able to provide 5.1V and 5A.YesWith no PD protocol you will only get 3A on 5.1VamounI suggest...
View ArticleTeaching and learning resources • Re: math quiz/training program for grades 1...
The title of the first post on the thread is what's reflected in the forum listing. To change the title just go back and edit the first post in this thread and change the title there.Done,...
View ArticleNetworking and servers • Re: RPI as server
Hello,In my work network I have several equipments with web server.If I want to expose the equipment to internet, i need to open a port in my router to each ip. For exemple I have equipment...
View ArticleTroubleshooting • Re: Pi 5 Wi-Fi Disconnects - Is this a power supply issue
I don't have an issue with the Pi power supply it's just that I was considering the alternative and it would have been better to purchase that if it was suitable.Statistics: Posted by a18041967 — Fri...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
Why do we need an official anything? Computer parts are commodities. Everything works with everything else, only the quality varies.The only thing that needs to be official is the power supply,...
View ArticleBeginners • Re: Raspberry Pi inside an amplifier
To rephrase the original question: Here I plan on using a bigger step down converter. On the page for pi 5's new power supply it show that I could give it 12 volts at around 1 or 2A ish (will check...
View ArticlePython • Re: Need help for read numbers from a picture
This is the full error :Code: Traceback (most recent call last): File "/home/pi/TEST-READ NUMBERS.py", line 27, in <module> text = pytesseract.image_to_string(gauss, config=' --psm 6') File...
View ArticleGeneral discussion • Keep failing Bizarre Capcha
Before I ask the question, the answer I'm hoping for is "no, it isn't just you". Let's see...Just joined this forum, and both in registration and submitting posts, I keep failing this implementation...
View ArticlePython • Re: gpio library for new projects? is pigpio still the best answer?
No it is not, it will not work on the latest RaspberryPi OS and so probably not on newer Pi going forward.If you stick to older Pi, like a Pi4 or Zero2W and legacy OS (bullseye), it is a really good...
View ArticleGeneral discussion • Re: Will this work
Would a raspberry pi allow them to physically just apply power and it will automatically run the software and get the eyes showings.YesStatistics: Posted by neilgl — Sat Jul 20, 2024 1:29 pm
View ArticleRaspberry Pi OS • Re: how to stop listing at boot
Conversely, I always use raspi-config System Options, Splash Screen, Would you like to show the splash screen at boot? NoMaybe try it as YesStatistics: Posted by neilgl — Sat Jul 20, 2024 1:35 pm
View ArticleGeneral • Re: Need advice on sending image data from a Pi5 to several Picos
datagrams are limited to single packets (around 1500 byte).UDP messages are limited to 65.507 bytes.Advantage is that message handling is easy.a protocol that can queue (and re-assemble) larger data...
View ArticleTroubleshooting • Re: RasberryPI Zero 2W: Unable to connect to home WiFi.
It seems not...Now there is... https://github.com/raspberrypi/bookworm ... issues/279Statistics: Posted by lianergoist — Sat Jul 20, 2024 1:59 pm
View ArticleAndroid • KonstaKANG (lineage-21.0-20240216) on RASPI 4: Geoblocking
I tried KonstaKANG installation on my Raspberry Pi 4. Everything was working fine. I installed PlayStore and some Mediathek-Apps. I am in Germany and tried ARD-Mediathek and ZDF-Mediathek. After some...
View Article