Troubleshooting • Re: Issue with Cam v3 and Bullseye
Maybe forget that 3 (6?) year old github as things have moved on nowadays.Have a look at the official camera documentation https://www.raspberrypi.com/documentati ... rpicam-vidAnd the Picamera2...
View ArticleAssistive technology and accessibility • Re: Elecrow 5" Monitor
Can you post a link to the precise model of display you bought?Statistics: Posted by ame — Tue Feb 27, 2024 10:36 pm
View ArticleBeginners • Re: Custom boot logo
Take a look at this thread on the forum viewtopic.php?t=357885Statistics: Posted by AndyD — Tue Feb 27, 2024 10:38 pm
View ArticleOther programming languages • Re: Introduction to BBC BASIC
Modified the gpiolib library for compatibility with 64-bit PiOS and the Raspberry Pi 5.As it's easily missed amongst the other changes, can I draw attention to this as the most important change as far...
View ArticleTroubleshooting • Re: PAL-M or NTSC-J on RPI-5 Composite
anything!!??Statistics: Posted by 03stevensmi — Tue Feb 27, 2024 10:44 pm
View ArticleNetworking and servers • Re: Access point and http eg. mjpeg_server video stream
If you run Raspberry Pi OS Bookworm on the Pi, the official documentation shows us how to start a Hotspot on that Pi using nmcli. See https://www.raspberrypi.com/documentati ... spberry-piCode: sudo...
View ArticleTroubleshooting • Re: Cron Not Running Python or Bash Scripts
1) in the latest bookworm release, python has changed.2) you should look at @thagrol's excellent guides, i provide 2 links belowhow Bookworm release is...
View ArticleBeginners • Re: Portable power supply for RPI Zero W 2?
Ok I will do some researchStatistics: Posted by Henrik Gill — Tue Feb 27, 2024 10:57 pm
View ArticleGeneral discussion • How to disable autofocus and aec in libcamera tuning file?
Im trying to setup focus distance by v4l2-ctl -d /dev/v4l-subdev... but it didn't work because of tuning file. I have tried to delete af section in tuning file imx708_wide.json, but after this I can't...
View ArticleGeneral • Re: Transfer data over wifi for pico for a high sampling rate
...use 3.3/4095 instead if you are using C or python.Something likeCode: *pDst++ = ((float) *pIn++ / 4095.0f);Of course, all this floating-point division is going to be slow on the M0+. Fixed-point...
View ArticleBeginners • Re: Asking for some guide RE a beginners' OS choice
Now I have a Pi 5 8 GB to test with NVMe when I get an adaptor. I use these, which work very well.https://shop.pimoroni.com/products/nvme ... 9587178579they fit almost invisibly under the Pi...
View ArticleNetworking and servers • Plex on Pi but media on Network
Is there a way I can direct Plex on Pi to my windows WHS2011 running RAID1 mirroring where the media resides.I need to keep the WHS I know its old and unsupported but we need it for now and it is...
View ArticleTroubleshooting • Re: vlc without error messages, is it possible?
Try asking here https://forum.videolan.org/Statistics: Posted by memjr — Wed Feb 28, 2024 11:05 pm
View ArticleGeneral discussion • Re: False "Low voltage" warning?
I'm running a Pi 3B off a known good PSU. Nevertheless, it constantly reports that it is throttled due to undervoltage.Things I tried:- Used both a 3A and a 10A Meanwell 5V power supply.- Adjusted...
View ArticleCamera board • Re: v2 camera module problem
If you are using the latest “Bookworm” version of Raspberry Pi OS, there is no need to enable the camera interface; it is automatically detected.What happens if you start a Terminal and type inCode:...
View ArticleTroubleshooting • Re: PI4B: SPI EEPROM dead?
viewtopic.php?t=58151Statistics: Posted by memjr — Wed Feb 28, 2024 11:06 pm
View ArticlePython • Re: [Errno 2] No such file or directory Error When Switching from Pi...
The issue appears to be with the red-highlighted line in the configuration file. To resolve the issue, this line should be on a new line, as shown in the second image. Specifically, the configuration...
View ArticleGeneral discussion • Re: What is this and what does it do?
It's the heatsink from the official Pi 5 case.Statistics: Posted by ame — Wed Feb 28, 2024 11:10 pm
View ArticleGeneral • Re: PIO pin follower delay
I just tried with setting the clock divider to zero, which I assume means I'm running at clock speed, and I tried setting the synch bypass, all as follows:Code: void...
View ArticleC/C++ • Re: C to ASM
[build] C:/Users/User/Documents/Pico-v1.5.1/pico-projects/pulse.pio:5.20: the maximum side set value is 0 based on the configuration specified at 1.1[build] 5 | mov x, osr side 1[build] | ^[build]...
View Article