Python • Re: Autostart my Python/Pygame program
After retry this from "Running A Program At Start UP A Beginner's guide :5.1.1.3 Usage1. Create the user’s session configuration directory: mkdir -p /home/pi/.config/lxsession/LXDE-pi2. Copy the...
View ArticleTroubleshooting • Re: Taking high resolution videos with rpicam-vid
I'm assuming https://github.com/raspberrypi/rpicam-apps/issues/646 has been posted by you too.Please don't double post as it wastes time and effort.Statistics: Posted by 6by9 — Tue Feb 20, 2024 12:04 pm
View ArticleGeneral discussion • Re: Raspberry Pi IPO
Are you sure that UEFI is a requirement for systemready? I was under the impression that was not the case.Statistics: Posted by jamesh — Tue Feb 20, 2024 12:04 pm
View ArticleJava • Processing and OpenCV
Now that I have a Pi5 I wanted to test some Computer Vision.Been on my to do list for decades and I try every few years on Pi's.A real pain to install Tensorflow, it needs X which needs Y which needs...
View ArticleTroubleshooting • Re: Unusable WiFi on RPI5 with active Cooler
Yes at last i did put the Pi ONTO the Router XD I tried now to remove only the Cooler Cable. It changed nothing. Maybe should i reset my Router?So the fan is not running but the problem is still...
View ArticleGraphics programming • Re: OpenGLES 3+ in Raspberry pi 4 with Buster
opt/vc/lib is the very old firmware based 3D driver. Those aren't even applicable to BCM2711/Pi4/CM4.As linked in that blog post, the 3D drivers are now part of the Mesa library, as they are for...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting Waveshare Display(s)
Hi all,I fear this is gonna be another "my Waveshare Display won't connect" tread.I'm currently trying to get the "8 inch DSI LCD (C)" to work on my Raspberry Pi 4 (4GB model).Having seen threads like...
View ArticleCamera board • Re: Problem with the external trigger of the GS camera
There are two problems. The first is that the -t 0 option means that the viewfinder will run forever. Instead, try --immediate.The second issue is that automatic gain and white balance controls cannot...
View ArticlePython • No objects found within the specified OU
Hi.I'm trying to collect objects in our Active Directory, but I'm getting the same error all the time no matter what."No objects found within the specified OU."I have tried to change the ou_path, but...
View ArticleCamera board • Picamera2 capture_circular no preview
Why don't l see a preview with this example ?https://github.com/raspberrypi/picamera ... ircular.pyStatistics: Posted by gordon77 — Wed Feb 21, 2024 11:51 am
View ArticleBeginners • Re: No "Signal Desktop" available for ARM64. No...
I ask if there is a workaround? For example non-official client?Statistics: Posted by Marsha — Wed Feb 21, 2024 11:56 am
View ArticleGeneral discussion • Re: Verifying write failed.
Maybe faulty or fake card. Download h2testw (for Windows) and use it to test the card.Statistics: Posted by drgeoff — Wed Feb 21, 2024 11:58 am
View ArticleAdvanced users • Booting RASPI4 / CM4 from external SPI Flash
Hi,is there a chance to boot Raspi4/CM4 with a minimal initramfs (RootFS, Kernel just few MB) from external SPI flash? Just as kind of rescue service.I know interfaces such as USB, PXE, PCIe, SD-CARD,...
View ArticleAndroid • Re: [DEV] LineageOS 21 (Android 14) for Raspberry Pi 4 & Pi 5
[/quote]Sorry, you're just plain wrong. You can boot with 1280x720 resolution just fine (or which ever hardware resolution your display reports as supported).Have you tried, like, reading the FAQ?...
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
I have used USB type C cable to connect MACBook to RPi Model 4.Statistics: Posted by Linux_01 — Wed Feb 21, 2024 12:03 pm
View ArticleGraphics, sound and multimedia • Re: Raspberry Pi5 and VGA666
Sorry for my late replay.The last configuration fits perfectly on my CRT.I have also a superb Commodore 1084-S D1 monitor that I can connect through the RGB DB9 plug.Here the characteristics of the...
View ArticleCamera board • Camera software update for Bookworm
Hi,This is just to let folks know that there's been a camera software update for Bookworm. As always, we recommend installing withCode: sudo apt updatesudo apt full-upgradeto make sure you get all the...
View ArticleCamera board • Re: Camera software update for Bookworm
Isn't the following recommended?Code: sudo apt updatesudo apt full-upgradeStatistics: Posted by rpiMike — Wed Feb 21, 2024 12:31 pm
View ArticleBeginners • Re: Copy file from raspberry pi to computer then delete it?
You can use ssh to pass commands to the Pi (not a Windows user so I am unsure if that is present or not). This is best done with secure keys between the devices (see here - unsure how this works on...
View ArticleCamera board • Re: Acquire a specific number of frames with rpicamera-raw (or...
Thank you, gordon77. This worked.Re: your note on --frames: is there a readable documentation which options work for -raw, -vid, -still etc?Statistics: Posted by runcyclexcski — Wed Feb 21, 2024 12:36...
View Article