Advanced users • Re: Image File Utilities
Without some way to reproduce your problem, I'm at a loss to know what to suggest. What about the 'rsync' process I mentioned?...I wonder why this 'rsync' process continued to run after the...
View ArticleBeginners • Re: suitable power adapter for raspberry pi 5
5 V 3A is no good to Raspberry Pi 4B; it needs 5.1V, the 0.1 volt addition is critical for Raspberry Pi to work properly.Statistics: Posted by namlow — Sat Mar 09, 2024 7:34 pm
View ArticleGeneral discussion • Re: how to disable all apache modules ?
Why do we want to do that?Statistics: Posted by neilgl — Sat Mar 09, 2024 7:36 pm
View ArticleTroubleshooting • Raspberry Pi 6.1.0 OS Cron Job Configuration Issue: Running...
I'm facing an unexpected behavior with cron job configuration on my Raspberry Pi running OS version 6.1.0. When setting up a one-time cron job with specific parameters for both the day of the week and...
View ArticleCamera board • Camera can only focus at <1cm
I have bought a shutter camera for my raspberry pi 5. The full name is Raspberry pi global shutter camera CS. It says that it is compatible with all models of raspberry pi. The lens I use is CCTV...
View ArticleTroubleshooting • Re: Raspberry Pi 5 - Change Key Bindings [SOLVED]
I would start at the wiki https://github.com/WayfireWM/wayfire/wikiThey link an example wayfire.ini that you can use to customize your shortcuts in ~/.config/wayfire.iniYou can thereby override...
View ArticleBeginners • Re: Basic Linux programminh
I have use mant ypes of computers, mainframe and desktop for many years and used many languages but I have never used Linux before I started us8ing the Pi computer.I keep running into what may see to...
View ArticleCamera board • Re: Camera can only focus at <1cm
Is the lens fully screwed on to the camera? Does turning the focus ring make any difference to focus?Statistics: Posted by drgeoff — Sat Mar 09, 2024 8:11 pm
View ArticleAdvanced users • Official kernel deb packaging scripts
I am maintaining a fleet of several PI machines and I need to change the kernel configuration. I'd like to make this process automatically to follow the official kernel versions (I'll try to follow...
View ArticleBeginners • Re: Raspberry pi 5 many issues
...We have "solaar" that can be installed from the standard repo that works well on Raspberry Pi'sThank you for that - must try it for my Intel box Statistics: Posted by MiscBits — Sun Mar 10, 2024...
View ArticleTroubleshooting • Camera from python script more zoomed in than from terminal
Hello. I have a Pi 4 with a camera module v2, via SSH, and need to capture a image, but when I go to do so, the image is more zoomed in than the terminal, which I have been using as the basis for my...
View ArticleTroubleshooting • Re: Raspberry Pi Camera Module 3 not available on RPi...
Did you read / follow viewtopic.php?t=362707 ?Thank you for that link! It made a lot of things clear. I wonder why I didn't find it after three days of searching. So I followed the steps under "How to...
View ArticleNetworking and servers • Re: Pi3 Bookworm WiFi does not work if router uses...
Try adding / usingCode: key_mgmt=WPA-PSK-SHA256and see if that fixes things.I cannot remember if a restart of the Pi is needed or just wpa_supplicant Statistics: Posted by MiscBits — Sun Mar 10, 2024...
View ArticleOther RP2040 boards • Re: RP2040 with ESP8285 on board
I bought a PICO with the ESP8285 and following the instructions it finally worked.I wonder if the WiFi range is OK in your case. The Author of this thread experienced poor WiFi coverage - in his case...
View ArticleCamera board • Re: pibooth install error, "externally- managed-environment
Yes, my V2 camera works with "libcamera-still -o test.jpg" in the venv (and elsewhere)So, I am not sure what the difference is, as my pibooth fails to detect the camera but yours does? then fails on...
View ArticleTroubleshooting • Re: Power failure type b new behavior
Not sure what that error specifically describes, but you might want to try reflowing the PMIC. I suspect a bad solder joint.Statistics: Posted by jamesh — Sun Mar 10, 2024 7:53 pm
View ArticleTroubleshooting • Re: Camera from python script more zoomed in than from...
Have you checked the resolution is the same? I record at 640x480 using a Pi Camera 2 NoIR and it shows a smaller area than when I record at a higher resolution.Statistics: Posted by rpdom — Sun Mar...
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
Having got frustrated with twenty second stalls, and convinced there is some issue with 'LwIP', I decided to take a look at UDP as that should be much simpler processing for the protocol than TCP and...
View ArticleNetworking and servers • Re: wireless image transfer
Actually, what I wanted to ask was this. How can I transfer the image I receive from my Raspberry to a monitor wirelessly? Because in the project I want to do, I will use Raspberry as a camera system...
View ArticleAdvanced users • lxterminal commands
I'm confused what the command "lxterminal" does from the command line.This code brings up a new active terminal.Code: lxterminalThe code below also brings up a new active terminal and prints "[1]" and...
View Article