Camera board • Re: OV9281 Arducam
I wish Arducam would actually submit these fixes back into the Pi kernel rather than having random files to install from elsewhere.Their overlay adds a 20ms startup delay, and a off-on-delay of 30ms....
View ArticleSDK • Re: Compile not reporting correct RAM usage
The problem was raised in this thread, at this point: viewtopic.php?t=377389#p2257195It was corrected in SDK 2.1.0, that's all.Statistics: Posted by gmx — Sat Nov 30, 2024 6:37 pm
View ArticleAndroid • Re: KonstaKANG LineageOS 20 - Waveshare 3.5" Display Not Working
@forsberg, Oh, Ok.So you run AOSP14?Is it possible to post a screenshot for default apps in the following thread?viewtopic.php?t=380034&sid=aae697e8d8ca ... 5664d80e91Statistics: Posted by MarioG...
View ArticleOff topic discussion • Raspberry Pi OS Wallpaper
Using AI generator I Was inspiret to make new wallpaper for Pi OS[img][/img]Statistics: Posted by Jankanda — Sat Nov 30, 2024 7:06 pm
View ArticleMicroPython • Re: PicoW MicroPython project: I added a bunch of debug lines...
Well, multithreading is not easy, anywhere, especially when the processors are fighting for the same resources, it's called Race condition https://en.wikipedia.org/wiki/Race_condition. With an...
View ArticleSDK • Re: how use gpio delay time microseconds ?
There is `sleep_ms()` or `sleep_us()` if you want to use slightly lower power or `busy_wait_ms()` and `busy_wait_us()` if you are happy to have the processor loop... note the latter will wake up...
View ArticleTroubleshooting • Set Pi 5 to boot from nvme. Tried networking. Rebooted and...
Hiya,I tried setting up my new Pi as a home server, I had installed Pi Hole and Apache and not really done much, rebooted and it's getting stuck. Now... I have set it to boot from the NVME, which is...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How do I use ili9488 and xpt2046...
What gpio pins should I use?Statistics: Posted by ozanio — Sat Nov 30, 2024 7:51 pm
View ArticleOther programming languages • Fortran on Raspberry Pi 2 : Additive Primes ,...
2 is an additive prime. 3 is an additive prime. 5 is an additive prime. 7 is an additive prime. 11 is an additive prime. 23 is an additive prime. 29 is an additive prime. 41 is an additive prime. 43...
View ArticleOther programming languages • Re: Fortran on Raspberry Pi 2 : Additive Primes...
Another post with no accompanying text to explain it. These will be deleted without warning in future.Statistics: Posted by jamesh — Sun Dec 01, 2024 6:55 pm
View ArticleAdvanced users • Re: RASPBERRY PI 5 ON BATTERY!!!
I just had it idle on the main desktop screen. So there is little cpu load its only 0-1%Statistics: Posted by Chordhound — Sun Dec 01, 2024 6:56 pm
View ArticleGeneral • Re: Any news on general availability of RP235X?
No news as yet, please email applications at raspberry pi dot com and I will forward you enquiry to sales.Statistics: Posted by jamesh — Sun Dec 01, 2024 6:57 pm
View ArticleMedia centres • Re: [Pi 5] New CMA problem using Kodi on Raspberry Pi OS
The was an update to fix this on the kodi21 package recently.kodi (20) hasn't been updated - I could look into that, but switching to kodi21 would be recommended.You can increase cma manually too. In...
View ArticleSDK • Re: Annotated online SDK
It's possible to make the entire row clickable (and at the same time, change the mouse pointer to the hand and even effect the underline for the text).Thanks, that's a great idea, just added it! You...
View ArticleNetworking and servers • Re: How to create signed SSL certificate with DS...
I have a RPi running a cloud service, where I can't use the regular process of validating installation of a SSL certificate.I use certbot to manually do the update, then add a special string in a DNS...
View ArticleBeginners • Re: I want to control the Raspberry Pi screen from my laptop
there is no default user nameyou need to fill in all fields when pre configuringthe first boot is long because it applies those settings, it reboots 3 times before actual startupStatistics: Posted by...
View ArticleGeneral discussion • How to detect Video Input Static with OpenCV
Do you have an idea how can I detect all different static in a real time video input using OpenCV? My goal is to detect static in the video input stream and cut the recording, as it is unsignificant...
View ArticleGeneral discussion • Re: How to detect Video Input Static with OpenCV
Capture frames and compare them...Statistics: Posted by gordon77 — Sun Dec 01, 2024 7:24 pm
View ArticleTeaching and learning resources • Re: Advent of Code 2024
it's time to start collecting stars anyway.The dog developer took the opportunity to sleep while the Pi builds Chapel.Fido's been sleeping a long time. I checked and htop was frozen asThe Raspberry Pi...
View ArticleTroubleshooting • Re: Brave crashing
Thank you, yes I've asked the Brave community, but no solution yet.I just tried the Flatpak thingy by installing flatpak as per https://flatpak.org/setup/Raspberry%20Pi%20OSThe Brave flatpak...
View Article