Camera board • Re: camera module 3 image is blur
Try runningCode: libcamera-hello -t 0so that you can see a preview window. When you wave things in front of the camera, does the focus change at all?Statistics: Posted by therealdavidp — Tue Jan 02,...
View ArticleTroubleshooting • Re: /dev/root is full on raspberry pi 4
Try sudo ncdu -x /Arrows to navigate, d to deleteStatistics: Posted by cleverca22 — Tue Jan 02, 2024 9:57 am
View ArticleCamera board • Re: Taking RAW images with picamera2
Another follow-up,I've written the following code in an attempt to separate the RGB channels of camera module 3/IMX708:Code: import timeimport cv2 import numpy as npfrom pprintpp import pprint as...
View ArticleGentoo • Re: Gentoo Raspberry Pi 5
Fixed issue - problem was the UAS driver with my external SSD NVMe adapter - if you force usb-storage at cmdline.txt issue is resolvedStatistics: Posted by timmawhinney — Tue Jan 02, 2024 10:06 am
View ArticleWanted • Re: Anyone use either of these SSD's?
I use one of these:https://www.amazon.co.uk/gp/product/B0B ... =UTF8&th=1as recommended somewhere on here last year, on my pi5. It is an SSD in a USB stick. No issues booting, or in day to day...
View ArticleTroubleshooting • My PI 5 is not booting on the second boot
My PI 5 suddenly not booting on the second boot. green led flashes 8 times.After few hours, it boots again.When I turn off, its not booting again. I have to wait for few hours to boot again.Please...
View ArticleMicroPython • Re: Loading non-unicode8 characters
Apologies for continuing this but...Oddly the binary byte-by-byte loading is still tripping over something in one file , but I don't have time/can't be **** to fix ATM.Since this whole routing is...
View ArticleAdvanced users • Re: TRYBOOT_A_B not booting into secondary boot partition...
I followed the suggestion in this post to not use GPT but MBR. My partition layout looks as follows and is working:1: autoboot (FAT16, primary partition)2: boot_a (FAT32, bootable, primary...
View ArticleGraphics, sound and multimedia • Re: MultiCamera Setup Issues with IMX477 and...
From all I can tell, it is working as expected.If they've changed the design (you still haven't actually linked directly to the product page, or actually stated the part number and revision of your...
View ArticleRaspberry Pi OS • OpenVPN3 on RPi 4 Bookworm (64bit Lite)
Trying to install OpenVPN3 following this guide:https://community.openvpn.net/openvpn/w ... nVPN3LinuxAs root I did:Code: apt install apt-transport-https curlCode: mkdir -p /etc/apt/keyringsCode: curl...
View ArticleTroubleshooting • Re: RPi5, Ethernet Connection (Wired) and SSH Remote Log-In...
As already indicated, you should figure out where that private address range 10.0.0.0/8 comes from.Code: sudo journalctl -e -f -u NetworkManager can tell you the whole story. I have an IPcam that...
View ArticleCamera board • Question about Camera Module 3
Hello, I have a question.Does the standard camera module 3 work during the night (assuming I use IR illuminator)? Or only the NoIR version 'sees' during nighttime?I am asking since I need a camera...
View ArticleMedia centres • Re: TV HAT Raspberry Pi 5
I tried installing tvheadend on a Pi 5 8GB running Bookworm Lite and it crashed, just the same as reported above.I moved everything over to a Pi 4B 1GB and completed the install and everything was...
View ArticleCamera board • Re: Performance hit in Desktop Environment
I gave your script a try and mostly found that it ran ok at ~17.85ms between frames until I launched a web browser. Many other applications seemed largely OK (obviously it will depend), but refreshing...
View ArticleCamera board • Re: Question about Camera Module 3
At least with legacy camera stack there was greyworld option to get good day NoIR camera images:https://www.raspberrypi.com/documentati ... _greyworldSeems not available for Pi5 as that doc location...
View ArticleCompute Module • Re: WaveShare CM4-IO-BASE-B : brcm-pcie fd500000.pcie: link...
I have the same ssd but 1TB (Transcend MTE400S 1 TB NVMe PCIe Gen3 x 4 M.2 2242)My base board is a CM4-IO-BASE-A rev 4 with a MP1658 voltage regulator.I have verified that I have 3,3 V on the ssd...
View ArticleNetworking and servers • Re: Important networking tools no longer included in...
But that leads to the question why they are missing. Usually the Raspberry connects successfully but if not it's bad if you don't have any network debug tools at hand.Yes I feel the same, but RPL...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
I was to implement the HTTP server but I am pretty sure somehow has implemented this already over UART....So far I haven't found anything, because normally all of the implementation uses the Socket or...
View ArticleCompute Module • Re: OS UPGRADE
Hi team,By using suggested command I got below output:Code: pi@raspberrypi:~ $ sudo fdisk -l /dev/mmcblk0Disk /dev/mmcblk0: 29.1 GiB, 31268536320 bytes, 61071360 sectorsUnits: sectors of 1 * 512 = 512...
View ArticleFrançais • Re: Informations sur Raspberry Pi 5
Je pense aussi mike.On commence à trouver des boitiers/supports accueillants ssd et M.2Les prochains Argon NVMe (vu le forum général)Statistics: Posted by daveheart14 — Thu Jan 04, 2024 9:52 am
View Article