General discussion • Re: 90 degree rotation video not supported?
https://www.raspberrypi.com/documentati ... l#rotationStatistics: Posted by redvli — Wed Nov 13, 2024 7:54 am
View ArticleAI Camera - IMX500 • Re: Running IMX500 with venv
First check if Picamera2 is installed (without any virtual environment), for example by running "import picamera2". If it's not, then runCode: sudo apt install python3-picamera2and check it's now...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: MIPI-CSI2 camera having ISP
..Could you provide any documentation or links related to connecting a new camera module to the Raspberry Pi?..https://www.raspberrypi.com/documentati ... tml#unicamStatistics: Posted by...
View ArticleGeneral • Re: Did I break my original Pico by loading Pico 2 programs into it?
I thought the uf2 files for the Pico 2 were tagged differently than the original Pico so an image for the Pico 2 would be ignored by the original Pico.That's correct and worked when I tested it. The...
View ArticleGeneral • Re: RP235X Serial Numbers
Thanks. Is it generated externally to the RP235X on the production line, or generated by the RP235X itself ?Statistics: Posted by hippy — Wed Nov 13, 2024 8:21 am
View ArticleRaspberry Pi OS • Re: touchscreen keyboard no "@" symbol
Your keyboard is setup as UK english - not USA english.So the @ sign is two to the right of L, one to the left of ENTER.The " are on shifted 2.The $ is on shifted 4.Resetting it to USA english should...
View ArticleTroubleshooting • Re: Raspberry Pi 4 // Trouble Outputting to a 1280x400 Display
I've once described to process here viewtopic.php?p=2196740&hilit=Rubbish.+Bin#p2196740Look only at the detailed timing descriptor.Statistics: Posted by aBUGSworstnightmare — Thu Nov 14, 2024 5:39...
View ArticleCompute Module • Re: Issues Configuring HQ, V2, and V3 Cameras with Compute...
.. 2. Disabled Automatic Camera Detection: Setting camera_auto_detect=0 prevents the system from attempting to auto-detect cameras, avoiding potential conflicts...there is no automatic camera or...
View ArticleTroubleshooting • Re: Logwatch Fails to Send Email Now and Then
On Bookworm, Detail = Low causes Logwatch to fail.It is not "failing" if there is simply nothing to report for your requested range and detail.I think you finally have the right explanation, though....
View ArticleGeneral discussion • Re: How will Chromium continue adblocking after Manifect...
FirefoxStatistics: Posted by memjr — Thu Nov 14, 2024 5:55 am
View ArticleBeginners • Re: DS1371 as RTC
The kernel module rtc-ds1374 is built and provided with the Raspberry Pi kernel packages. Does it work if you run:Code: sudo modprobe rtc-ds1374sudo hwclockIdeally the device tree needs support for...
View ArticleGraphics, sound and multimedia • Re: libcamera GPU usage
If you want smooth up to 1080p30 camera streaming you have to use the legacy (so non libcamera) stack in bookworm on a Pi0Use ffmpeg to get direct already H264 encoded videostream from /dev/video0 and...
View ArticleTroubleshooting • Re: New Pi 5, something continuously filling SD
used Code: ncdu -x / and found Code: /home was 49.5GB, which seemed quite excessive. Drilled down into the folders and .pm2 was 45GB. Removed pm2 and I now have 46.9GB free space and it's not being...
View ArticleC/C++ • Re: ARM PAC BTI support?
Cortex-A76 in BCM2712 in Pi5 is ARMv8.2 level Those features are only available in CPU cores with higher level (8.3 and 8.5)So no support in Pi5 no matter what OS or compiler version.Thank you,...
View ArticleGeneral discussion • Raspberry Pi GPIO 18
I have 2 devices which both need to use GPIO 181. Waveshare ST7789v3 display 240x2802. Adafruit Max98357a i2s amplifierCan anyone recommend the best solution to get both devices working at the same...
View ArticleMedia centres • Re: Peppy player
I've never seen such issue before. All commands which you ran look OK to me.Do you use the latest OS version from October 22nd 2024? If so, it probably has a new 'systemctl' version with new...
View ArticleTroubleshooting • Re: Installing Steamlink
Just wanted to update everyone, it appears that Steam has released a beta version for steamlink:https://steamcommunity.com/app/353380/d ... 254687689/Statistics: Posted by silent001 — Thu Nov 14, 2024...
View ArticleAI Camera - IMX500 • Re: Can't transform .keras file with imx500-converter[tf]
After speaking with some folks from Sony, it might not be an issue with the converter, but rather a limitation of Tensorflow. A TF model exported from Windows operating system will not be able to...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
Are there any interesting entries in the output of dmesg when you get this problem? There will be quite a lot of output, so narrowing it down to USB related entries may helpCode: dmesg | grep -C2 -i...
View ArticleAdvanced users • RPI 3B+ bookworm - wlan0 doesn't come up unless eth0 is...
This is a fresh install of bookworm with WiFi preconfigured.If eth0 is not plugged in, wlan0 will not come up.As soon as I plug in the cable both interfaces become availableIf I plug out eth0...
View Article