General discussion • Re: Virtual machine on pi
not really suited for vmStatistics: Posted by kerry_s — Thu Aug 08, 2024 9:24 pm
View ArticleTroubleshooting • Re: USB Camera Detects but video won't work?
If you unplug the camera and try ls /dev what do you get ?I think I get the same thing? Statistics: Posted by MooCow27 — Thu Aug 08, 2024 9:29 pm
View ArticleBeginners • Re: Using Raspberry Pi Zero with 70” touchscreen
Thanks DougieLawson !Think I'll just go with it then If your gonna do 1080p why not just get 2 raspberry pi 4's? They have 2 micro HDMI outputsStatistics: Posted by scel5525pro2 — Thu Aug 08, 2024...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: DSI bug on Pi 5
Is there any interest in a PR for adding this display to the upstream panel-sitronix-st7701.c driver or should we just maintain a patch for our use?Any support for new panel variants should really be...
View ArticleTroubleshooting • Re: Flood of DNS queries from my pi5
So what's running on the Pi5? Post the output fromCode: ps aux | grep -v "\\["Here you go:Code: USER PID %CPU %MEM VSZ RSS TTY STAT START TIME COMMANDroot 1 0.0 0.1 168856 11432 ? Ss 12:19 0:00...
View ArticleCamera board • Re: HQ camera at 1080p 60fps possible?
Which version of Pi?Pi0-4 are limited to 1Gbit/s per CSI-2 data lane, of which there are 2 exposed on the Pi HQ camera module. That limits the maximum pixel rate.Pi5 supports officially up to...
View ArticleSDK • Re: SDK2.0.0 - all web include links failing
I don't think nmake works for the SDK anyway, you probably need to set CMAKE_GENERATOR=Ninja in the environment before invoking the build, assuming you have Ninja installed, as you don't seem to be...
View ArticleOther programming languages • Re: Printing and Powershell
Where did you get the arm version of powershell?https:://github.com/PowerShell/PowerShell/releases/download/v7.4.4/powershell-7.4.4-linux-arm64-.tar.gzStatistics: Posted by dhunter5601 — Fri Aug 09,...
View ArticleCamera board • Re: imx577 camera width CM4
Hi Folks!I am trying to get an imx577 camera working on a custom board using a CM4According to this thread:https://patchwork.kernel.org/project/li ... inaro.org/The imx577 and imx477 are code...
View ArticleHATs and other add-ons • Re: Could PyBricks be up and running on BuildHAT..
Phew..So, with the costs of several cups of coffee i managed to trace, locate and "analyze" the port_initdriver() function (it appears in the debugging messages, and is therefore a noticeable target),...
View ArticleSDK • Re: RP2040 inter thread synchronisation
The only thing I can see wrong is your interrupt acknowledgement logic - you don't need to call multicore_fifo_clear_irq() if there's data in the FIFO, reading the word out of it implicitly clears the...
View ArticleAdvanced users • Is my Raspberry Pi 4 Dead?
Hello everyone,I'm trying to boot my Raspberry Pi 4 but it does not work.The ACT LED does not blink. I read online and it was said that the if it's not blinking it's not booting up. It may be due to...
View ArticleGeneral • Re: Hazard3
Would it be possible to collate those posts and present them in some way which doesn't involve having to register or visit that site ?I've looked through Luke's posting history (as @wren6991), and...
View ArticleCamera board • Re: Extracting Chroma Data From Luminance Mat Object
Alright..... So I finally have some good news after my buddy and I were a little bit emotionally traumatized after painfully sifting through all the Libcamera documentation and realizing the answer...
View ArticleGeneral discussion • Re: [Help!] My raspberry pi can't enter the raspberry os.
Are the phrases "email" and "private message" now considered exact synonyms by the young folk?Statistics: Posted by BigRedMailbox — Fri Aug 09, 2024 9:45 pm
View ArticleOther projects • Re: A Birthday Present for Fido
As soon as shifting houses is out of panic mode, my plan is to surprise the dog developer with a Pi 5 NAS enclosed in ceramic tile.viewtopic.php?p=2237589#p2237589see...
View ArticleBeginners • Re: Online Editor
FYI Pico runs off firmware and not an OS like the other RPIs. Thonny supports uPython but you can’t use a debugger.Statistics: Posted by DS256 — Sat Aug 10, 2024 8:28 pm
View ArticleCamera board • Getting started with RTSP Stream on bookworm
I have an RPi Zero 2 W with Raspberry Pi OS Lite (Bookworm) installed and an RPi Camera v2.1 connected. I'm simply trying to get it configured to stream RTSP.I tried the instructions offered here:...
View ArticleRaspberry Pi OS • Re: VNC on Raspberry Pi 5
Just curious.. I'm able to load VNC Server on RPI 5, but it won't start under Wayland. Did you get yours to somehow start the Server function under Wayland? I switched to X11 and it came right up....
View ArticleTroubleshooting • Re: Raspberry Pi 5 and USB Camera
Is it slow because there is a lot of CV2 processing in each frame?Statistics: Posted by neilgl — Sat Aug 10, 2024 8:56 pm
View Article