Official Display • Re: Display getting blank white.
Don't use legacy camera!Statistics: Posted by aBUGSworstnightmare — Thu Feb 01, 2024 5:44 pm
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Hi scruss,We need some infomation the check the problem.May you show us the output of commands below?Sure - and thanks!Code: ls /dev/video0Code: crw-rw----+ 1 root video 81, 13 Jan 31 11:31...
View ArticleAutomation, sensing and robotics • Re: 6 BME280 sensors with rpi 4
Considering delivery time of components it will be almost impossible to setup this project in two weeks. When you build it yourself and you do not have the necessary software/electronics experience...
View ArticleTroubleshooting • Re: Pi 4B OTG USB troubleshooting/debug/advanced logs
No one guys ?Thanks in advance,Best!FredStatistics: Posted by flicflocPi4B — Thu Feb 01, 2024 5:49 pm
View ArticleAutomation, sensing and robotics • Re: Help setting up NPK soil sensor with...
Do you have a link to this sensor's datasheet which gives- connection schema- RS485 documentation like baudrate, query strings, response strings- perhaps a sample program provided by the...
View ArticleSDK • Re: Building documentation without javascipt
Thanks for that reply; I don't find any mentions of javascript (or Lynx) in my Doxyfile.in; I believe it's up to date.After further examination, I found that "modules.html" is the entry point I want....
View ArticlePython • Re: Camera Window won't jump out
this works on my pi5...Code: from imutils.video import VideoStreamfrom imutils import face_utilsfrom threading import Threadimport numpy as npfrom gpiozero import LEDimport argparseimport...
View ArticleGraphics, sound and multimedia • Re: Pi 5 + Camera for streaming
Take a look at picamera2, and a pi camera.Examples here https://github.com/raspberrypi/picamera ... n/examples look for capture_stream examplesStatistics: Posted by gordon77 — Fri Feb 02, 2024 5:44 pm
View ArticleRaspberry Pi OS • Re: How is Pi OS performance with a micro sd card?
I use an NVMe that "smokes."Note that the Pi Diags presume your boot devices to be an SD Card.Fri Feb 2 09:41:15 2024Code: Test : SD Card Speed TestRun...
View ArticleCamera board • Re: Unable to find a suitable output format for (Raspberry Pi...
With the latest update you should not need the "--libav-format mpegts" argument. If it is still needed, the the changed that were made need looking at again. I've tested this with ffplay on the client...
View ArticleCamera board • Re: Camera Issues
Which version of Raspberry Pi OS are you running (Bullseye 32-bit or Bookworm 64-bit or other)?And have you seen the official camera software documentation https://www.raspberrypi.com/documentati ......
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: GPIO/UART - Adding 2nd USB Interface
I am looking into making a HAT for a Raspberry Pi 4. I am looking to add a second SD card reader without using external ports or external devices but adding a second USB interface. If you only need an...
View ArticleTroubleshooting • Re: Installing Steamlink
Moonlight is working fine now. The interface is not quite as pleasing as steam link. The biggest problem is moonlight mapping the Steam controller to a dumb 360 controller. Next step will be to use...
View ArticleGeneral • Re: Pico computations performance settings and tuning
You just need to say it's a release build, that should enable the standard optimisations. cmake -DCMAKE_BUILD_TYPE=Debug ..or add this to CMakeLists.txtset(CMAKE_BUILD_TYPE "Release")As to why there...
View ArticleDeutsch • Re: Raspberry Pi 400 - OS über externe Festplatte
Vielen Dank für die ausführliche Erklärung. Grundsätzlich würde ich diesen Rat so auch befolgen.Zur Erklärung. Ich würde auf dem Pi gern Retropie laufen lassen. Dafür würde die SD Karte ja vollkommen...
View ArticleBeginners • Re: IPTV
<font style="vertical-align: inherit;"><font style="vertical-align: inherit;">Τι θέλετε πραγματικά να κάνετε;</font></font>i want to watch football channelsStatistics: Posted...
View ArticleGeneral discussion • Re: What attracts you to Pi events?
The smell of pi. The sights do it too, but the smells reach farther.Statistics: Posted by memjr — Sat Feb 03, 2024 5:15 pm
View ArticleBeginners • Re: Lightweight WYSIWYG RTF Editor
The command I was looking for was:Code: sudo service dhcpcd restartContinuation thread for networking issue here: viewtopic.php?t=356265Statistics: Posted by tkonan — Sat Feb 03, 2024 5:21 pm
View ArticleSDK • Re: spi_write_read_blocking() not blocking?
Anyone else have any thoughts on this, it does seem like a bug / oversight in the SDK code...?Statistics: Posted by KTS — Sat Feb 03, 2024 5:25 pm
View ArticleTroubleshooting • Re: Burning Raspberry Pi 5 with dc-dc step-down converter
It is unlikely to be a low side converter but it is unsafe to assume.Am I right that your suggestion is to use isolated low side converter?Statistics: Posted by IgorWolkov — Sat Feb 03, 2024 5:27 pm
View Article