Troubleshooting • Re: USB Camera Detects but video won't work?
As it says it hasn't found a USB camera....Try this and show me the output Code: # find USB cameraimport osx = 0while x < 42: txt = "v4l2-ctl -d " + str(x) + " --list-ctrls >...
View ArticleDeutsch • Re: Pi 5 Kamera anschließen
Hier alles zu den Kameras:https://www.raspberrypi.com/documentati ... amera.htmlDer Pi kann ja 2 Kameras gleichzeitig nutzen aber ich gehe davon aus, dass Du dafür Picamera2 Library nutzen musst.Hier...
View ArticlePython • Re: Running PyAudio Script On Startup Issue
Something is odd here, as on a pizero2W with Raspberry Pi OS Bookworm 64-bit with Desktop, we see A7 Audio Config in raspi-config:Are we running the same software?Statistics: Posted by neilgl — Thu...
View ArticleTroubleshooting • Re: raspberry pi 5 gpio connection error
thank you for your answer I will try the solution you told me and let you know about the progress as soon as possible.Statistics: Posted by Burak025 — Fri Aug 09, 2024 4:28 pm
View ArticleSDK • Re: Link doesn't complete with SDK 2.0.0 on W11, blocks on picotool.exe
You have to remove .zip extension from *z0?.zip files. Need to unzipp it inside C:\ and add line inside CMakeLists.txt (or when cmake.exe):Code: set(picotool_DIR...
View ArticleRaspberry Pi 400 • Pi2SCART produces flickering black and white lines on a CRT
I have attached a Pi2SCART on my Pi400 in the hopes that I can utilise it to watch old school anime on a CRT.I have added the following to the end of the SD card config file, just after [all]Code:...
View ArticleCamera board • Re: Rebuilding rpicam-apps
I am not sure I need latest versions of versions of either rpicam-apps or libcamera for my purposes. I cam building a 2 concurrent camera version of rpicam-vid. So would like to have source of...
View ArticleOpenGLES • [Opengles 3.1] Pi3C - Game Engine - Tim Skillman
saw this and thought it may be useful to someone.image tag wont work: https://github.com/timskillman/Pi3C/raw ... 3Clogo.pngto quote:"Pi3C is a fast, C++ graphics engine and toolkit tailored for all...
View ArticleBeginners • Re: Multiple screens linked and then connected to PC
Sorry is that "Pi screen" an actual HDMI monitor or something else?Statistics: Posted by neilgl — Fri Aug 09, 2024 4:54 pm
View ArticleBeginners • Re: How can I drive a vibrating motor by GPIO?
Try connecting Vcc on the board to 3.3 volt pin of RPi GPIO header. Also connect EN pad (= enable) to the GPIO you use for control.Statistics: Posted by drgeoff — Fri Aug 09, 2024 4:54 pm
View ArticleGeneral • Re: irDA in rp2040/2350 ?
iRDA isn't supported. The registers are just part of the ip block that was imported to the datasheetthats a shame. so its just kinda poorly written, they shouldve asterisk'ed at least... thank you for...
View ArticleGeneral discussion • API + Frontend, to simplify debugging/running small IoT...
Hi folks,This summer I built a realtime logsystem that I'm using for my home automation stuff. Basically its a simple API that can save LogEntries from a HTTP Get or Post. The Log API is very simple...
View ArticleBeginners • Re: Online Editor
Thank you to DS256 and B.Goode for above replies.The book I am using is “20 Easy Raspberry Pi Projects” by Rui and Sara Santos.Whilst the projects in the books are involving hardware, I was trying to...
View ArticleGeneral discussion • Re: RP2350 and Pico 2 released!
Page 13 of which document?I can't see it in page 13 of the RP2350 datasheetRP2350 Datasheet, the version I downloaded yesterday...Appendix H: Documentation ReleaseHistoryAugust 8 2024Initial...
View ArticlePython • Re: How much can I ask a Raspberry pi4b to do?
The Raspberry Pi is a 8gb.If you already have the hardware, why not just load it up with your Priority tasks and ensure it runs. Then add the less important tasks one at a time to find out when it...
View ArticleAutomation, sensing and robotics • Re: Firehouse Alerting
Much easier if you can examine the ASCII text data stream before it gets converted to pixels.Statistics: Posted by drgeoff — Sat Aug 10, 2024 4:17 pm
View ArticleHATs and other add-ons • Re: Raspberry pi 5 NVME m.2
viewtopic.php?p=2241358&hilit=Nvme#p2241358Adding an extension for mounting 2280sized drives is simple as wellStatistics: Posted by aBUGSworstnightmare — Sat Aug 10, 2024 4:29 pm
View ArticlePython • In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticlePython • Re: In search of...
Hi,I am playing around with trying to implement a simple home control widget using a Pico W. I have become familiar with using Django and MVC structured web work.Two things. First, all the examples of...
View ArticleC/C++ • Re: Pigpio GPIO mapping for pi 4B
I’ll try the command. Where I am confused is: according to Pigpio library, it uses the actual cpu gpio PIN number as an input. Even if the feeders pins are having the same role across all pis, their...
View Article