Camera board • Re: Raspberry Pi Camera Module 3 NoIR and stereo pi
No, StereoPi is relying on the legacy camera stack, and that only supports v1, v2, and HQ cameras.v3 and GS cameras are only supported through libcamera.Stereoscopic support through libcamera is still...
View ArticleRaspberry Pi Connect • Re: Successful Peer-to-Peer Connection Browser Dependent
We are, unfortunately, somewhat at the mercy of the browser's implementation of WebRTC APIs when it comes to negotiating a connection. If the browser fails to get the candidates required to identify a...
View ArticleTroubleshooting • Re: HD Interlaced Output Pi5
The config.txt options for configuring resolution have been largely superceded now that the default is to use the kernel display drivers.The firmware display support on Pi5 is incredibly limited due...
View ArticleGraphics, sound and multimedia • Re: PiGRRL 2 with 3.5 inch display upgrade
The instructions are fairly out of date as they still refer to using fbcp which uses the deprecated DispmanX interface. That's likely to have issues.DPI displays use almost all the GPIOs, and PiGRRL2...
View ArticleGraphics, sound and multimedia • Re: Accessing individual Channels of HDMI /...
That way the player for each application has its own device to use. Then have something that does a composite of all those to merge to the HDMI device.The step of creating virtual devices is clear - I...
View ArticleTroubleshooting • Re: HDMI interlaced on Pi 5
Now https://github.com/raspberrypi/linux/issues/6281.Locking to avoid duplication of effort.Statistics: Posted by 6by9 — Wed Jul 24, 2024 10:41 am
View ArticleTroubleshooting • Re: Pi 5 Stopped booting
Problem solved, but my mind is blown: it was the micro HDMI cable. I was using the same micro HDMI cable I use on 20 Pi 4's which work fine, even at 4K, but these aren't official Pi cables. I finally...
View ArticleHATs and other add-ons • PI5 hangs when M2 is used
Newly bought the Pi 5 8GB with the following: Active coolerPower adapter52PI N04 M.2 PCIe To NVMe Top HatCrucial P3 1TB M.2 PCIe Gen 3 NVMe SSDHave had a few Pi’s many years ago but am not that...
View ArticleTroubleshooting • Re: Two RPi 5 dead
Have you got access to some eletronic test equipment?Statistics: Posted by neilgl — Wed Jul 24, 2024 10:43 am
View ArticleSDK • Re: PicoW: How to get the IP-Address?
Is there an hint to get the IP user readable?Pico - Wifi InformationBSSID: dc:15:c8:7a:45:ceRSSI: -63Ip-Adress: 1186113728Since you have been able to print its value, doesn't that prove that it is...
View ArticleTroubleshooting • Re: Issues streaming SRT with RPi 5 and RPi Cam
As 6by9 reminded me after I fell into the same h264 trap:"An H264 elementary stream has no timestamp information for each frame (that is normally stored in the container, eg MP4, MKV, etc)"So VLC...
View ArticleBeginners • Re: Any way to use AI to identify a cat versus a raccoon?
It seems to me that the most dangerous species is that primate that walks only on its hind limbs. kangaroo?? SInce when have kangaroos been primates? Statistics: Posted by kip_the_elder — Wed Jul 24,...
View ArticleOther programming languages • Control Stepper Motors with Processing?
I have found tutorials on controlling stepper motors with a Raspberry Pi and tutorials for controlling stepper motors with Processing via an Arduino, but I have had no luck finding any examples of...
View ArticleOther programming languages • Re: Control Stepper Motors with Processing?
Looks like the "Hardware I/O" library is what you want:https://pi.processing.org/libraries/Statistics: Posted by ame — Wed Jul 24, 2024 11:08 am
View ArticleTroubleshooting • Re: RuntimeError: The GPIO channel has not been set up as...
Also the indentation of the script as posted above is wrong. The defs for the methods forward, backward, lturn, rturn should be the same indentation as the Code: def __init__ in the Robot...
View ArticleGeneral discussion • How many TxD and RxD pins does the Raspberry PI 5 have,...
How many TxD and RxD pins does the Raspberry PI 5 have, I want to set up multiple serial ports for serial communicationStatistics: Posted by LeeKG — Thu Jul 25, 2024 9:49 am
View ArticleTroubleshooting • Re: Did I break the wifi On my rasperry pi zero?
You should be reported to the Royal Society for the Prevention of Cruelty to Raspberry Pis.Statistics: Posted by drgeoff — Thu Jul 25, 2024 9:50 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Connecting to ESP32 with GPIO pins...
There are many examples of the ultrasonic sensor being used with a Pi. There's no problem at all hooking one of those up.Oddly your Waveshare links didn't work for me until i changed them from .html...
View ArticleGeneral • Re: rp2040.dap0 is driving me crazy.
I have been using several programmers before like pickit 5, stlink etc. all these programmers have SWD programming. these programmers have never failed me and always work.Statistics: Posted by...
View ArticleTroubleshooting • Re: pi-gen to generate a Bookworm image with X11 as default
In Bookworm, much of the firmware work has been moved into the standard Linux, so many of the config.txt operations you have are no longer relevant and you need to use the equivalent Linux command to...
View Article