Camera board • Re: Picamera2, does the size stream parameter crop the image ?
It will be a combination of binning and cropping..Take a look here... https://picamera.readthedocs.io/en/rele ... nsor-modesIf you do rpicam --list-cameras it will show something like this which will...
View ArticleRaspberry Pi 400 • Re: Pi400 Bookworm No Audio
Can you post another log (with the edid enabled in cmdline.txt, but not using the fkms overlay).You can't change resolutions because we don't know what resolutions are supported (due to broken...
View ArticleAdvanced users • Re: Trying to get Pi -> eth -> MacBook working, but...
You’re not supposed to set a zeroconf address yourself.Using internet connection sharing on the Mac would start a DHCP server and potentially give you internet access, but access to the Mac itself...
View ArticleOther RP2040 boards • Re: Raspberry Pi Pico (Pico 4 ML): Pin and Schematic...
Actually, it is vice versa.The assignment pin in the library Code: int PIN_CAM_SIOD = 4; // I2C0 SDAint PIN_CAM_SIOC = 5; // I2C0 SCLint PIN_CAM_RESETB = 2;int PIN_CAM_XCLK = 3;int PIN_CAM_VSYNC = 16;...
View ArticleBeginners • Fan on 5" Monitor Broken
The fan on my 5" screen monitor is broken. 1) Is a fan really necessary?2) If it is necessary, where can I buy a replacement? What specifically do I ask for?Thank you.Statistics: Posted by PinkPearls...
View ArticleGeneral discussion • Re: Software
I am new to the forum and know the Raspberry Pi 4 very well I was wondering how Raspberry Pi software was made, such as the kernel and the bootloader, as I am planning on making a custom OS for my...
View ArticleNetworking and servers • Re: Easy + Free Web Terminal access to any Pi...
Ah, that's probably related to the embedded video ... I'll ask the team to have a look, thank you very much!Statistics: Posted by pi3g — Wed Mar 27, 2024 10:53 am
View ArticleTroubleshooting • Making a solar powered PI
Hello there , I am new to the PI world and I want to make a solar powered PI by following the tutorial at : https://www.circuitbasics.com/how-to-ma ... pberry-pi/ I am using the DC-DC converter and...
View ArticleTroubleshooting • Re: Pi 5 not booting - 4 green led blinking
My issue is got solved, the issue is eeprom bootloader got curropt, so i burn the bootloader image to SD card and checked its started working, after that i removed the sd card and iserted NVme its...
View ArticleBeginners • Re: Fan on 5" Monitor Broken
There is no RPT official 5in monitor which has a fan.Ask your third party for support!Statistics: Posted by aBUGSworstnightmare — Wed Mar 27, 2024 11:01 am
View ArticleTroubleshooting • Re: Making a solar powered PI
How much power is your solar panel producing?Probably you don't have enough.Statistics: Posted by ame — Wed Mar 27, 2024 11:04 am
View ArticleSDK • Re: Porting an existing Makefile project to Pi Pico CMake
You can do this, but it's really hard work - the SDK makes heavy use of CMake and without going in and hacking things it's hard to get full SDK functionality.However, the include files supplied with...
View ArticleTroubleshooting • Re: Wifi not showing up anymore
If you're using the wireless interface of Pi as Access Point (aka master mode), it cannot operate as client as the same time.I suspect that's what causes the error message you see.raspi-config is a...
View ArticleCamera board • Re: prevent IMX290 from auto-toggle IR/Daylight
Thank you, Trejan.Here is what I received after getting back to Waveshare. Sounds like baby talk since the space for the question is limited.Q: To achieve manual switching IR/Daylight wire from...
View ArticleTroubleshooting • Re: Raspberrypi 5 freeze randomly and verry often
My freezes are not related to RAM, because I have one working setup (128 GB SSD + USB adapter) without any freezes at all.My experience is that external ssd or nvme solutions are quite finicky. (Only...
View ArticleHATs and other add-ons • Re: NVMe useful commands and disabling APST.
Oh...rpi5 is freeze on desktop kde with boot nvme.I am writing this from my big PC. I can connect ssh to rpi5.After reboot...Is fine now... Perhaps a kde desktop fail?Testing... I hope no more...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: how to use drm bridge icn6211
When I then setup the dtoverlay in the config.txt file as shown below, I notice that the DSI1 D0+/- lanes are operating but the DSI clock lines are not doing anything. And its sitting around ~0.2V....
View ArticleTroubleshooting • Re: Waveshare 7" DPI + RPi Zero W - display not working
You should start posting some picture of what you have and how you've connected everything together. Prepare a fresh OS image on your uSD, make sure to have SSH enabled. Add the proposed timing to the...
View ArticleTroubleshooting • Re: Boockworm libcamera
Exactly the same problem I had. The one i didn't upgrade: libcamera-v4l2Statistics: Posted by swe — Thu Mar 28, 2024 12:00 pm
View ArticleGeneral • Re: A bad soldering or too much heat?
Did you take electrostatic precautions while handling and soldering? If not, that may be the reason.Statistics: Posted by GTR2Fan — Thu Mar 28, 2024 12:05 pm
View Article