Camera board • Re: More FPS for HQ camera on RPI 5
I tried with Picamera2 capture still in full resolution RGB888.I measure the fps of the request loop without any processing or saving. The fps exceeds 20fps whereas previously it didn't exceed...
View ArticleSDK • Re: [Solved] Question regarding callbacks for MQTT
Do yourself a favor and document it, especially as it is still changing. I had to deal with loads of undocumented code in my programming life, and it is always a pain. Imagine debugging a 20 year old...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,I think I know what was the reason.....As mentioned before I have installed new 4k 16' monitor. This was the reason that it suddenly has started working. So today morning just to be sure I have...
View ArticleRaspberry Pi OS • Re: Install raspberry pi OS on pi 5 using phone or Mac
The easiest solution is to find a friend with a laptop that has a card reader and write the image. You will finish in no time and no cost. A USB=>SD adaptor could also do the trick, for example...
View ArticleBeginners • Ultimate Guide to Choosing and Managing SD Cards for Raspberry Pi
Introduction:Choosing the right SD card for your Raspberry Pi is crucial for optimal performance and longevity. This guide will help you select the best SD card, prepare it for use, and manage it...
View ArticleBare metal, Assembly language • Re: framebuffer in Assembly for a Raspberry...
That's very interesting. If I write "framebuffer_depth=32" in the "config.txt", the Raspberry 5 creates a framebuffer with a size of 1920x1080 and a depth of 32 bits. This corresponds to my...
View ArticleTroubleshooting • Re: Apache not accessible to internet. Losing my mind.
The line singled out by Chatterbox shows that Apache is listening on port 80 for TCP/IPv6 addresses only.Ignore it. It's something to do with netstat misreporting. I don't know why it shows just the...
View ArticleGeneral • Re: Help with Pico ADC project
The board shown in your most recent image is NOT a Raspberry Pi Pico board.It looks like a Pico clone with some added features. The pinout looks to be the same so ADC pins should be in the same place...
View ArticlePython • Re: Does RPi.GPIO work in Bookworm??
Ive since read that RPi.GPIO is no longer available in Bookworm but can find anything official. If that is the case then thats a real shame and also means I need to re-write a lot of my old python...
View ArticleCamera board • Re: 64mp Arducam stops working after OS updates
...They have, and the OwlSight works with the rpicam-* utilities. Haven't had so much luck with picamera2 on Python, though: it seems to run out of memory before it can take a pictureWould be happy to...
View ArticleNetworking and servers • Can't ssh into a pi 5 in gadget mode
Hello,I am using the raspberry pi 5, and attempting to ssh over usb. I have followed the information in https://forums.raspberrypi.com/viewtopic.php?t=358573 and...
View ArticleTroubleshooting • curl Error 60: SSL peer certificate or SSH remote key was...
I have three Raspberry Pi 4s running Buster. Each one uploads an image to a web host (HostGator) every two minutes using curl. The code is simple:Code: curl -s -S -u myname: \ --connect-timeout 25 \...
View ArticleNetworking and servers • Re: Can't ssh into a pi 5 in gadget mode
Try a different IP address. 192.168.x.255/24 is a broadcast address and should not be used for a host. Anything from 1 to 254 is suitable (as long as it's not already in use).What are the IPs on both...
View ArticleAdvanced users • Re: External HDD/SSD/nVME for the PI5
Slightly different but...Pi5 8GB NVME Bookworm 64bit powered from an official Pi adaptor so not through the GPIO.Samsung 1TB portable drive (HK-M101TCB/G M3 portable) into USB3.It's recognised but...
View ArticleBeginners • Re: thermal throttling OS based or hardware based ?
Can you monitor/log/report thermal throttling across any Linux?Statistics: Posted by peterlite — Thu Jun 20, 2024 5:33 am
View ArticleHATs and other add-ons • Re: New Official AI Kit available now at $70
I will say that I’ve previously experimented with NVidia Jetson and Coral TPU, I am really enjoying messing with the AI kit on Pi5 .I’m not an experienced user of this tech, I’m getting my head round...
View ArticleTroubleshooting • Re: Issues with monitor and Wayland on RPi4
Hi all and sorry for late reply, i was away for a business trip.First of all, the reply to the question I was asked: my "bad monitor" has a max resolution of 5120x1440.My TV is capable of 4k...
View ArticleTroubleshooting • Re: Bookworm feedback thread
The single "-" is correct. From "man grim" ... Code: -g "<x>,<y> <width>x<height>" Set the region to capture, in layout coordinates. If set to -, read the region from the...
View ArticleCamera board • Re: 64mp Hawkeye Arducam stops working after OS updates
I can confirm it works. Thanks Statistics: Posted by gordon77 — Thu Jun 20, 2024 8:18 am
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Problem With High Resolutions With...
Hi,Is this the ultimate solution to the 4 lane problem or there might still be things to do to solve the problem? And can anybody confirm if they were able to observe the desktop image via an analyzer...
View Article