Camera board • Re: How to use OS04a10 night vision cam
Hi everyone. I want guidance to run the OmniVision OS04a10 night vision cam on Raspberry. You may find some guidance in these posts from Raspberry Pi themselves -Third Party Camera Support -...
View ArticleBeginners • Re: USB SSD as Boot drive
Doesn't a drive larger than 2TB require a GPT partition and not an MBR (2TB limit) one. It can be converted using mbr2gpt.RonR did a write up a few years ago (viewtopic.php?t=196778) Scroll down to...
View ArticleBeginners • Re: How to deactivate the red LED when Raspberry Pi 5 is shut down?
Those devices aren't actually "off" though are they? They are in standby mode. Usually you can turn such devices back on using a remote.Or a "power button"?You don't need an LED for a power button to...
View ArticleTroubleshooting • Re: Raspberry Pi 5 Won't Boot - 4 Green Long Flashes, 5...
Has this Pi5 ever worked?Statistics: Posted by jamesh — Mon Jul 08, 2024 9:03 am
View ArticleGeneral • Re: any existing high-speed pico-to-pico bus?
Huh. Is it possible to add additional chips to the qspi bus?Or is that one of the things that goes away to get 4 ios?Statistics: Posted by WestfW — Mon Jul 08, 2024 9:05 am
View ArticleAdvanced users • Re: Connecting MPU-6050 to Raspberry Pi 5
https://www.instructables.com/How-to-Us ... erry-Pi-4/Statistics: Posted by jamesh — Mon Jul 08, 2024 9:08 am
View ArticleOther • Re: PoE HAT not working when using buildroot image
@rasp14, did you eventually solve this?Statistics: Posted by dividuum — Tue Jul 09, 2024 8:29 am
View ArticleCompute Module • Re: DS3231 in place of PCF8053
It sounds like there may be problems with your design - shorts etc. - but I'm going focus on the software configuration. If you've copied the CM4IO wiring for the RTC then you've unfortunately also...
View ArticleAdvanced users • Re: AMA0 RS-485 mode
is that might get confused if you clear the flags while the port is activeDid you write about changing the port configuration when it is open, for example, by Picocom? If yes, then it has never been a...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Interfacing DSI on pi 5 to ICN6202
Sorry, but is there a driver for ICN6202 in the kernel tree?Why not simply use TI SN65DSI83 for your display? Driver is there and confirmed working.Due to cost difference i chose this. SN65DSI83 TQFP...
View ArticleCamera board • Re: Cannot Load Different Tuning Files on Multiple Cameras
Unfortunately it isn't possible to have different tuning files for the same model of camera (if they're running in the same process). This is a libcamera limitation which we have long wanted to...
View ArticleAdvanced users • Re: RPi4B and mainline linux kernel lacking USB
On Pi 4, USB is provided by the VL805, which is connected via PCIe. After applying your defconfig, I think you have some omissions in that area:Code: # CONFIG_PCIE_BRCMSTB is not setAlthough not...
View ArticleAutomation, sensing and robotics • Re: RPi 3 as burglar alarm control panel
Thanks for your reply. That was a nice overview. I never considered the Pico-W. I just had an old Pi3B lying around and decided to use it.Statistics: Posted by SilverSideUp — Tue Jul 09, 2024 8:55 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Learning MIPI DSI on PI 5
HI, Im trying to drive MIPI DSI Displays on PI5. I have two MIPI DSI 4 lane LCDS with generic initialisation codes like 0x11 and 0x29. And I also have an ICN6202 based bridge to convert DSI to LVDS. I...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Need info about DSI Connectors on PI5
Hi, Im trying to drive a DSI lcd with raspberry pi 5. The physical connectors on the board are labelled as CAM0/DISP0 and CAM1/DISP1. When i tried vc4-generic dsi overlay the screen layout editor...
View ArticleHATs and other add-ons • Re: AI hailo rpi5 examples question...
The Pi 5 ISP will allow you to generate 2x image streams - 1) a "viewfinder" size stream for display, and 2) a smaller "inference" stream for passing into the Hailo accelerator. Unfortunately right...
View ArticleNetworking and servers • Re: Docomentation - Bridging in Bookworm
Just to be clear (typo in my OP...), I followed the documentation on "bridging wifi" and did TWICE (different SD-cards) with fresh Bookworm light downloaded yesterday and verfied with sha256sum:-...
View ArticleCamera board • Re: RuntimeError: Stream 'a.jpg' is not defined with NoIR V3...
Hi, "capture_image" returns an image object but does not save anything to a file. So the correct usage would beCode: image = camera.capture_image('main')or even justCode: image =...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI Encoder and DSI Packet in...
Too bad that I don't have MIPI D-PHY analyser nor fast oscilloscope.Thanks for the reply though. Statistics: Posted by ylim — Wed Jul 10, 2024 8:30 am
View ArticleCamera board • Re: Red Hue When Using IR Filter with V3 NOIR
Hi, yes I remember having some problems with this some time back. How did you install pyexiv2? I think the trick is that you need to install py3exiv2, not pyexiv2, but then it imports as pyexiv2. Not...
View Article