Camera board • libcamera-hello works but not libcamera-vid
I am trying to stream an (old) ov5647 "PiCam v1" using my new RPi5 runing Bookorm.I can detect the camera with "libcamera-hello --list" and I can generate a smooth test video on the console by...
View ArticleCamera board • Re: libcamera-hello works but not libcamera-vid
Also, if I try to network stream using something like:Code: libcamera-vid -t 0 --inline --listen -o tcp://0.0.0.0:8080the program interrupts as soon as I try to view the stream (with either vlc,...
View ArticleSDK • Re: Slow TLS (server) handshake (~3 seconds) normal?
The Cortex-M0+ is not recommended for this. Higher RSA bit counts will significantly decrease performance. I remember messing around on PIC32MX with SSL. The CPU gets loaded hard and you have to...
View ArticleBeginners • Re: How can I boot my new Pi 5 to autorun EmulationStation on...
Do you know if there's a way that I can run the app in 32bit even though my bookworm OS is 64bit?One way Sakaki documented was in her Gentoo64 posts, back in Pi3 days, not sure if it applies to Pi5...
View ArticleGeneral discussion • Re: RPi 5 ambient temperature range (below freezing?)
To the best of my knowledge, those temperatures would be outside the spec'd range. HOWEVER, anecdotal evidence is such that it should be just fine. There was an early Pi that was being used to monitor...
View ArticleGaming • Re: BooBoo - new language with game engine
Here is a BooBoo 'Hello World', it fills the screen with randomly changing ones and zeroes:Code: number ffont_load f "vga.ttf" 32 0number fwnumber fhfont_height f fhfont_width f fw "0"function...
View ArticleTroubleshooting • Re: Pi 5 Support For Ultrawide Monitors
Looks like x11 instead of Wayland might still be the fix.But updates come though all the time so unless you try it.....If you are getting black screen then use another monitor and change go into...
View ArticleNetworking and servers • Re: Pi5 RaspAP Wireguard speed loss?
Well it was me asking a question for informetion. Based on networking which is set on the Raspberry Pi. Is this forum not the correct place for that?Statistics: Posted by samcuddy123 — Mon Jan 22,...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
I only want to know how to fix my PI,Has anyone succeeded?Statistics: Posted by soyo — Tue Jan 23, 2024 5:57 am
View ArticleGeneral • Re: Static IP on Raspberry Pico
The BT Smart Hub is not good for logging and all I get "Receive a DHCP request"An example of what I was finding is three Picos as reported on the BT Smart HubPrivate IP address: 192.168.1.224 (Static)...
View ArticleGeneral discussion • Re: High res PicoW
Statistics: Posted by memjr — Tue Jan 23, 2024 6:03 am
View ArticleFrançais • Re: gpio c++
c'est bon tous fonctionne ! ,je sais pas ou metre votre bout de code ?j'ai essayer pas mal de chose mais rien a faire desole je suis un peu idiot la ! Il faut que vous arriviez à dire combien de temps...
View ArticleGeneral discussion • Re: Irrigation Controller for Giant Pumpkins
I have no experience with those sensors, but from the little documentation I found I their site (I did not look extensively), it does not seem it will have out of the box connectivity with a Pi.Looks...
View ArticleTroubleshooting • Re: Turning off all LED of RPi 5
Hi, just wanted to let you know that I managed to turn off the ethernet leds with 4:Code: dtparam=eth_led0=4dtparam=eth_led1=4The problem was that this was not implemented in the firmware for...
View ArticleGeneral discussion • Re: How to send serial RGB data as input to LCD from...
Hello all, I'm trying to interface with an LCD, which has HX8238D Driver, So basically It supports serial RGB data with 8 pins bits as input, so I want to utilize this and need to send serial RGB data...
View ArticleBeginners • Re: Cant boot raspberry pi with tv monitor with SD card
The below information on the boot diagnostic screen shows:board: d04170 ff17919b d8:3a:dd:d4:5f:56boot mode: USB-MSD 4 order f41 retry 0/128 restart d-1SD: card not detectedpart: Supply: RPi USB-PD...
View ArticleGeneral • Re: make: *** No targets specified and no makefile found. Stop.
So, I found a version of nmake.exe hiding on my system, so I added the folder to the system path.Code: C:\Program Files\Microsoft Visual...
View ArticleHATs and other add-ons • Re: Suitable and long lasting battery for Raspberry...
Whilst anything is possible, I do wonder if a Pi is the most suitable device for your project.I have a PiZero2W on the bench consuming just under 650 mW at idle.Not sure on the power draw for the...
View ArticleC/C++ • Re: why are memory barriers not used in projects like pigpio
but linux will likely insert a insert a barrier every time does a thread switch within one coreThat's fair, and if you assume any interrupt handlers from the kernel drivers are also well behaved (with...
View ArticleC/C++ • Re: Best Practices for Cross Compiling to Raspberry Pi 5 from WSL2...
HelloAnyone cross-compiling to the Rasberry Pi 5? What's the current state of the art to cross compile binaries from AMD64/Ubuntu/WSL2 to the Raspberry Pi 5?Is it chroot? Docker images? Something...
View Article