Camera board • Re: Pi camera on bookworm and bullseye
Full support for ALL Raspberry Pi Cameras and several others is available for Bullseye and Bookworm through the open source libcamera/picamera2 and standard Linux kernel drivers.That sounds good but I...
View ArticleCamera board • Re: 16:9 HQ Image is a stretched version of a 4:3 image
Opps, forgot to post code.This is my config code:Code: // StillCapture twice to generate two configurations std::unique_ptr<CameraConfiguration> config = camera->generateConfiguration( {...
View ArticleGraphics, sound and multimedia • [RPi5] play HEVC video on chromium-browser
Hello,I can play HEVC video files using mpv without problems but I can't play them within chromium-browser.I have an RPi5 with a fresh install of Raspberry Pi OS (64-bit) and...
View ArticleGeneral discussion • Re: Raspberry Pi closes all apps and logs out.
@ B.Goode, thank you for the reply. I have the 8GB model. "What is the swap configuration". It's the default that Debian (Buster V10) is running.Statistics: Posted by guruabyss — Mon Aug 12, 2024 9:17...
View ArticleGeneral discussion • Re: Raspberry Pi 5 connector with 2 leads
I can't think of a non-nefarious reason why anyone would be walking around sniffing for others wifi networks, but in case that was a joke...It's neither rocket science nor brain surgery:1. Use...
View ArticleHATs and other add-ons • Re: Request for options in Buid-Hat
Well, I have some wishes too: Mine: Build HAT + Sense HAT + LiPo battery charging circuit 3 in 1 (Well maybe I should just buy a Lego hub)Statistics: Posted by muzkr — Mon Aug 12, 2024 9:36 pm
View ArticleGeneral discussion • Re: All chromium extensions stopped working.
@kerry_s thank you for the reply! This leads me to my next question. Why would it matter if the OS and Browser is out of date in respect to extensions?"maybe try snap or flatpak chromium, but you'll...
View ArticleGeneral • Re: ssd1306_i2c example doesn't display anything unless I hit reset
Interesting; that would make sense. It's got an APX803 reset circuit which advertises "at least 140ms", and has a graph that shows across various temperatures it should always complete in 200ms. So I...
View ArticleSDK • Re: RP2040 inter thread synchronisation
The SDK way: Code: void irq_set_priority (uint num, uint8_t hardware_priority)which is simply a wrapper around writing to the NVIC registers nvic_hw->ipr[]num is the interrupt number - the same...
View ArticleNetworking and servers • Re: Cant access device on Wifi AP
If you'd prefer to continue with your current approach, please post the output from journalctl for the activities of: network coming up, and when your ISP router goes off line (plus afterwards a...
View ArticleAdvanced users • Re: Image File Utilities
If a 'less complex server' it will work, and of course when you take the copy off-line. Of course you're right. You can only be 100% sure the backup is OK if the system is stopped.But if you stop all...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: RS-232 on Raspberry Pi 5
All the stuff I ordered is finally here, so I can continue my project.See https://datasheets.raspberrypi.com/rp1/ ... herals.pdf section 3.1.1 for the mappings on Pi5.I saw something interesting when...
View ArticleTroubleshooting • Re: Have I destroyed my Pi 5?
Ok, so I'm pretty sure my USB ports are not working correctly.I just tried flashing an operating system to a USB stick and inserted it into the Pi and booted up, got the same message as above:"Boot...
View ArticleCompute Module • Re: CM4 VL805 interface issue
Code: [cm4]# Enable host mode on the 2711 built-in XHCI USB controller.# This line should be removed if the legacy DWC2 controller is required# (e.g. for USB device mode) or if USB support is not...
View ArticleTroubleshooting • Re: Connecting zero 2 W with ssh not working
Checked it this morning and ssh & ping gone. Ran code above and immediately checked. Back on. Think it's something with the pi. I DO NOT lose interenet connection as every 10 minutes it goes out...
View ArticleBeginners • Tips To Make RPİ 5 Desktop Performance Better?
Hello all.I did, 3000 Mhz overclock and gpu overclock, applied active cooler.I did rpi power off on halt thing.I did Swap Memory thing.Is anything else i could, any tips? Thanks.Statistics: Posted by...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Wihout making or implying any judgement on the inductor matter or other makers building working boards, I would say that there can be a great difference between something working well and something...
View ArticleGraphics, sound and multimedia • Re: Map of RPi5 HVS registers
If you're looking to directly control the hardware then please don't expect lots of support.The thread is likely to get moved to bare metal - whilst you may still be running under Linux, you are...
View ArticleGraphics, sound and multimedia • Re: Adding a SCART/RGB input to RPi5
I sense that you do not really understand why the clamp is needed. Whenever a video signal is passed through an AC coupling the absolute black and white levels at every subsequent point become...
View ArticleAutomation, sensing and robotics • Re: Press Microwave start button at custom...
Ame:I wasn't so much "comparing things", but rather, asking for advice as to the best way to do things. Perhaps there is a better way, that I am unaware of?Statistics: Posted by dmbgo — Wed Aug 14,...
View Article