Troubleshooting • Re: CSI pinout and Auvidea adapter
You are right that the part number itself is a 41mp sensor, but the adapter I have is for the sensor to jetson, and apparently has same pinout as raspberry pi 5. Any leads?I've already given my advice...
View ArticleTroubleshooting • Re: Bookworm feedback thread
I have a Wayland/Wayfire bug to report. Is this the place to do it? Flickering tooltips: viewtopic.php?t=365763Maybe here ? https://gitlab.freedesktop.org/wayland/wayland/-/issuesThat would be the...
View ArticleCamera board • Re: D14 camera mount what is it? And I can I make it work with...
Whilst i hadn't heard it referred to as D14 before, it's a 14mm unthreaded cylinder at the end.The fact that it comes with the IR cut holder means that it will just replace any existing mount on a...
View ArticleCamera board • Re: GStreamer on Pi5
videoconvert and x264enc are both software processes, so will take a fair chunk of CPU.Why do you need videoconvert? libcamerasrc should be able to produce an output that x264enc can accept. It's the...
View ArticleTroubleshooting • Symptom: Pi freeze while open multiple serial ports via...
Description1. The issue only happens when I open too many Arduino ports at the same time.2. The mouse and keyboard did not respond, but the program keeps running.3. Once I unplug and plug the USB hub,...
View ArticleNetworking and servers • Re: [31/01/24 getting Urgent] sharing connection...
am I misunderstanding you or are you misunderstanding meI do not need any form of AP modeYou're misunderstanding me. I know you don't want an AP.do you know how you can plug an ethernet cable into...
View ArticleSDK • Re: getchar_timeout_ms() can not get the correct character
The Pico SDK stdio supports multiple drivers, so all of the functions in stdio.c like the one you are looking at just iterate through the table of drivers and pass the call on to the driver functions...
View ArticleGeneral discussion • Re: A Pi Pie Chart
Mine seems to have problems due to it's layout.Used Debian for this to stay the same as my Pi benches (it's bullseye)Also forget wake lock, so at some point biometrically unlocked the ohoke during...
View ArticleRaspberry Pi OS • Re: Raspberry Pi 5 and Anydesk, error failed to open vchiq...
Hi,Thanks for your response.when I run "loginctl show-session $(loginctl | grep "$USER" | awk '{print $1}') -p Type" the return is Type=x11Type=ttyCan I take it that the environment that is running is...
View ArticleTroubleshooting • Re: Pi 4B 4gb Slow WIFI speed due to video...
This might be the fix?https://github.com/raspberrypi/linux/bl ... mi.c#L2242Statistics: Posted by dividuum — Sun Feb 25, 2024 9:54 am
View ArticleRaspberry Pi OS • Mouse Axis Inversion Possible in Bookworm?
I've got a 4.3 waveshare touchscreen which needs to be upside down due to case limitations. I was able to rotate the display and touch input using the screen configuration tool but when connecting to...
View ArticleBeginners • Re: Flightaware dump1090
Bryan8,I've been running the Flightaware for years but certainly not got into it in depth. It's not really necessary.I followed the simple approach of imaging an SD card plugged it in to a spare Pi...
View ArticleTroubleshooting • Re: HDMI issues with new Pi5 8gb
Oops, it is an old Polaroid TV, FLM-2632, not Panasonic. I also tested both my RPi3 and RPi5 on our big screen Panasonic Smart TV and neither Pi displays. Both Pi's display with my "normal" computer...
View ArticleAdvanced users • Re: NVME performance test
It amazing how we're all saying it blaming fast when it is actually amazingly slow (in in PCIE4) compared to any recent era 5/6 years PC or laptop, when NVME M.2. started to be useEven my laptop is at...
View ArticleTroubleshooting • Re: New Raspberry pi 5 not booting
Hi, thanks to both for your responses:First about the power supply: We got the recommended for Raspberry pi 5 (27W), brand new, it's 2 days old.If we connect it to a screen using a micro hdmi to hdmi...
View ArticleMicroPython • What can cause random 10 mSec pauses during run
Good morning all,I have a program I am developing and am running into an unwanted behaviour - random pauses. I am tracking the time certain areas of the program for cycle time (processing time) as I...
View ArticleBeginners • Re: Some questions about USB webcam
As it says in the Picamera2 official documentation, “there is some support for USB cameras which can be managed by Picamera2 in the same way. The process is essentially identical to using a single...
View ArticleCamera board • Re: Picamera2 capture_circular no preview
I have managed to convert to mp4 with ffmpeg but have an issue with framerate.I run the example below ( based on capture_circular example) but whatever I set fps to I always get 30fps, for both the...
View ArticleGeneral discussion • Re: Raspberry Pi updates
full-upgrade has more letters in than upgrade, so therefore is clearly better.Statistics: Posted by jamesh — Mon Feb 26, 2024 10:30 am
View ArticleMicroPython • Re: What can cause random 10 mSec pauses during run
Try gc.disable() around your function to see if it makes things more consistent.Statistics: Posted by jamesh — Mon Feb 26, 2024 10:31 am
View Article