Graphics, sound and multimedia • Re: libcamera GPU usage
Yes, the Zero is going to struggle with libcamera and this level of work. A Zero 2 would likely be OK.Statistics: Posted by jamesh — Thu Nov 14, 2024 9:20 am
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
Same issue here,using a normal usb flash drive hangs the system,booting from memory card,using official power supply 5v/5a the setting usb_max_current that supposed to be only if you use the pi4 power...
View ArticleBeginners • Re: RPi 4B GPIO pins
https://pinout.xyz That has the pinout for ALL RPi boards (including the old 26-pin model 1Bs).There's also a bunch of help for various add-ons hats and bonnets.Statistics: Posted by DougieLawson —...
View ArticleOther • Re: How to force console output res at 480x320 on RPI5
Can anyone help?Is it only me using a 3,5inch LCD screen connected to an RPI5?Statistics: Posted by spanzetta — Thu Nov 14, 2024 9:32 am
View ArticleTroubleshooting • Re: PiZero2Ws headless: connecting ocassionally?
Bump. Am I missing some keywords or something?Statistics: Posted by PlasticTotem — Thu Nov 14, 2024 9:34 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: USB devices not recognised
I have been wondering is whether there may be an issue due to the version of RPi-eeprom installed on the RPi4. I have been using the same hardware with Bookworm, labwc, fully updated to recent OS...
View ArticlePython • Re: stop loop with button press--raspberry pi and gpio
The code configures the GPIO as an output. You need an input.By the way, the code could not run, because of SyntaxErrors.Code: GPIO.setup(18, GPIO.OUT)GPIO.output(18, 0) #BUTTON BLUEGPIO.setup(18, ,...
View ArticleGeneral discussion • Re: 90 degree rotation video not supported?
That documentation says:rotationRotates the image extracted from the sensor. Accepts only the values 0 or 180Statistics: Posted by neilgl — Thu Nov 14, 2024 9:44 am
View ArticleGeneral discussion • Re: cost of ethernet
PI Zero is marketed as a cheap ans small option. however it lacks ethernet connectivity. an hat with ethernet make the total cost on par with a 2 GB PI4 and only 10% less than a PI5 with 4GB, that...
View ArticleBeginners • Re: PI OS Upgrade: Buster to Bookworm
fswebcamSpent quite some time today messing with fswebcam trying to figure out this error:Code: Fri 15 Nov 15:40:05 +07 2024 KoratSky Camera Returned error 255Unknown argument:...
View ArticleSDK • Re: Advice requested with running VS Code on RPi 4
All sorted now.ThanksStatistics: Posted by GeoffLM — Fri Nov 15, 2024 9:40 am
View ArticleHATs and other add-ons • Re: M.2 HAT+ troubleshooting
I have no idea on the crucial product naming scheme, so can't tell of that product is equivalent to one on the pimoroni compatibility list https://shop.pimoroni.com/products/nvme ... 9587178579.There...
View ArticleTroubleshooting • Re: Raspberry Pi 5 PCIe port plastic ribbon retention clip
Wow thanks aBUGSworstnightmare. Very much appreciated. A very detailed response with excellent t reference material and links to buy. I love it!Statistics: Posted by jamiet — Fri Nov 15, 2024 9:47 am
View ArticleTroubleshooting • Re: I can't remote into my raspberry pi 0 because of...
Which version of Raspberry Pi OS are you running ? Buster/Bullseye 32-bit or other?Statistics: Posted by neilgl — Fri Nov 15, 2024 9:53 am
View ArticleRaspberry Pi OS • Re: Upgrade Portainer (Open Media Vault) + PVR plugin
Up!Statistics: Posted by Greyzard — Fri Nov 15, 2024 9:55 am
View ArticleTroubleshooting • Re: Using nginx,: installing php-fpm fails
You only seem to have 2 posts in total - where is the “further post”?Statistics: Posted by neilgl — Fri Nov 15, 2024 10:05 am
View ArticleCamera board • Re: "Or Better"?
CONCLUSIONSIn the beginning, my goal was simply to migrate the Raspivid stereo functionalities onto a pi5. As the pi5 no longer supported the Raspicam apps, I used PiCamera and Python to accomplish...
View ArticleSDK • Re: Unable to build blink example VS Code extension
Is there way to manually check whether the toolchain was properly installed or not, I might be missing some components.You could copy the installed toolchain from the broken machine to the working...
View ArticleРусский • Re: Ошибка при запуске PINN
OK.I have never seen the "Asynchronous SError Interrupt" error before with PINN.I suspect either a faulty SD card, or PINN wasn't installed onto it correctly. This can happen if your SD card adaptor...
View ArticleSDK • Re: troubletrouble defining a macro to replace a zero argument fn call:...
Hi,I'm having trouble with printf when using time_us_64() in a macro definition:Code: #if (USE_SDK) #define delay(x) sleep_ms(x) // done in pico-rp2040 ??? typedef uint64_ttimestamp_t ; #define...
View Article