Camera board • Increase exposure time to avoid banding lights
Hi, first post here. We have recently bought the camera module v3 with a Raspberry Pi zero 2 w, and we are using it in an environment where there is a mix between sunlight and fluorescent lights, and...
View ArticleTroubleshooting • Re: Unable to Activate USB Boot on Zero 2W
Hello,I've read that if Code: echo program_usb_boot_mode=1 | sudo tee -a /boot/firmware/config.txt doesn't return 3020000a when inputting Code: vcgencmd otp_dump | grep 17:17:3020000athen there's a...
View ArticleTroubleshooting • Re: Raspberry Pi5 running plasma/KDE with Wayland crashing...
Not for me.I am running KDE with RPI OS Lite. I held back the 3 packages which solved the original problem last week.I have just updated and rebooted, and everything still works fine.Of course, I'll...
View ArticleHATs and other add-ons • Re: AI Kit + NVMe SSD ?
What kind of frame rates can I expect from this hardware stack for inference? Alternatively, would I achieve better performance by dedicating the PCIe lane solely to the Hailo AI with Gen3 speeds...
View ArticleSDK • Re: Trying to figure out Dormant on RP2350
Ok, now I've dug myself deeper. Thanks to the pointers above, I could easily extend the pico_sleep code so that the Pico2 would wake up on GPIO activity. I set up IRQs for 24 pins, and it would exit...
View ArticleBeginners • Re: How To Mount External SSD
If I use Device > Create partition table, a list of partition table types is shown, but I have no idea which one to choose.For Big devices (>3TB) it's probably best to chose a GPT partition...
View ArticlePython • Re: BMP280 library
Thanks to some pointers from those on this thread, I got my bmp390 sensor working on micropython and you can see it here:https://github.com/bradcar/digital-alti ... -sensor.pyI used the 2022 library...
View ArticleGeneral • Re: PT52-Lua The Modern Retro computer
Hello,I missed this announce.It seems you made much progress in terms of functionality.Keep up with this great work!Statistics: Posted by CHiPs44 — Wed Nov 06, 2024 8:56 am
View ArticleCamera board • Re: Increase exposure time to avoid banding lights
You could try setting the exposure time to exactly 10ms and see if the image is acceptable, or if it's over-exposed. In the latter case, I think adding an ND filter sounds like a good idea.Statistics:...
View ArticleAdvanced users • Re: HTTP boot mode boot.img reference design
Thanks a lot timg236 for this quick and detailed answer and especially the 2 off the shelf projects you mentioned, that seems completely in line with my initial expectations !I explored the way...
View ArticleTroubleshooting • Re: USB ports not working after reinstall to newest Bookworm
It basically sets baud rate; might be that something in the stack sets some default parameters, but I'm not aware that it does.However I've ruled out any interference by app by simply not running it...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: I2C control for Touch Display
Ask in a forum dedicated to your HW/Android.Sounds like a Raspberry Pi to me.My setup is based on a Qualcomm solution with Android code,Have I missed something, or when did RPT switch the SoC...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution, on Raspberry Pi...
Add below to the beginning of cmdline.txt, make sure all remains on a single line.Code: video=HDMI-A-1:1920x1080M@60Dscreen needs to be connected to HDMI next to USB-C.As said, make sure you've not...
View ArticleCamera board • Re: Using IMX676 with Pi Compute 4
I got it from Leopard Imaging. They say they have a USB controller interface but no Raspberry Pi support:https://leopardimaging.com/product/robo ... mipi-107h/"This camera is compatible with our USB...
View ArticleRaspberry Pi OS • Re: Forcing a Desktop Screen Resolution on latest OS non...
o.k. tested this myself again this morning with an all fresh uSD image --> BROKEN AGAIN! Video mode configured from kernel command line will only be effective when booted to CLI. GUI is AGAIN...
View ArticleAdvanced users • Re: Pi becoming unresponsive for a period of time
What is your OS media? SD Card?If so is it possible that the SD card is wearing out?I had a similar problem. Random pauses in operation then coming back to life.I think Code: dmesg would show you if...
View ArticleAI Camera - IMX500 • Re: Raspberry pi AI camera: Support needed for...
Hi Thank you so much for your reply.Let me try your suggestion and come backStatistics: Posted by Yogesh432b430pc — Thu Nov 07, 2024 7:40 am
View ArticleCamera board • Re: Unable to detect Camera Module V3 on RPi 5
Some images of the hardware: https://ibb.co/598rVxRhttps://ibb.co/8KVV6y7In the second image (camera connector on the Pi 5 board), you need to flip the cable round so that the connector traces face...
View ArticleAI Camera - IMX500 • Re: imx500-tools
were you able to resolve this. I still get unable to locate package errorMake sure to do a "sudo apt update" before "sudo apt install imx500-tools", that ought to get the packages...
View ArticleSDK • Re: Cannot connect to WiFi every second time
Thank you for the quick reply. And you are right as you suppose. Testing the code you sent, there are no more connection failed, when the session was terminated before.Do you see any way, doing like...
View Article