Troubleshooting • Re: Raspberrypi 5 not booting directly when powered over GPiO
Did you read the documentation link that James posted?Statistics: Posted by PhilE — Thu Feb 01, 2024 8:10 am
View ArticleTroubleshooting • Re: Raspberry Pi Model 4 as USB Storage Device
However when I want to check the copied files in the Raspberry pi, I have to detach and unmount it so that I can view them.Can we have any workaround for this ?No. The USB mass storage gadget can't be...
View ArticleAdvanced users • Re: HowTo: Install fresh OS on Pi5 NVMe 4tb 8tb drives
I don't understand your question. All the Image File Utilities work on GPT partitioned devices the same as MBR partitioned devices.Thx, this was the question if it works with GPT for backup and...
View ArticleTroubleshooting • V1 camera not recognized on a Pi5 with modified kernel
Hi,I have a Pi5 with a TBS DVB tuner connected. To make the tuner work kernel must be modified according to these instructions:Code: git clone https://github.com/tbsdtv/media_build.gitgit clone...
View ArticleNetworking and servers • Re: Sharing a Windows-share with RPi
Hi, After checking with 'dmesg', I found this output:Code: [....] CIFS: VFS: Attempting to mount \\192.168.1.81\D-partition [....] CIFS: VFS: Error connecting to socket. Aborting operation. [....]...
View ArticleSDK • Re: Building documentation without javascipt
Hello, I am trying to use lynx to answer you.Does your lynx do color? When I used it remotely it did not for me.You can try editing the Doxyfile.in in pico-sdk/docsThen after using cmake, edit the...
View ArticleGeneral discussion • Re: Raspberry Pi as Proxy Server
Which market are you in, North America, EU, or other?1) There are HATs which support SIM cards. 2) Setting up the on-board Wi-Fi interface as an access point is easy with the NetworkManager utility....
View ArticlePython • Re: AttributeError: 'NoneType' object has no attribute 'shape'
did you verify:a) cv"s video captture worked (before while 1 == 1)b) you got an image?Nope, it doesn't have an imageStatistics: Posted by matteo2002starter — Fri Feb 02, 2024 8:32 am
View ArticlePython • Re: Camera Window won't jump out
this works on my pi5... note my change in predictor pathCode: from imutils.video import VideoStreamfrom imutils import face_utilsfrom threading import Threadimport numpy as npfrom gpiozero import...
View ArticleTroubleshooting • Re: Anki on Raspberry Pi 5 issues - QWindow & Wayland...
You can try my "fabulous" flashcard program:https://github.com/lopul/MemorySurferIt compiles and runs on Linux especially Raspberry Pi OS. And I think it's pretty usable and practical.However if you...
View ArticleTroubleshooting • Video stream loads on local network but not through domain...
HiI have a raspberry pi 5 I use as a server at home and a raspberry pi zero 2 w used as an IP camera.The pi 5 “server” is running bookworm with Apache2 and uses RTSP to Web RTC to convert the RTSP to...
View ArticleGeneral discussion • Drowsiness Detector
hi all, i want to build a drowsiness detector, but when i run the script, it will stuck here:Code: (venv) cheeyong@raspberrypi:~ $ python3 /home/cheeyong/Downloads/test.py[7:28:43.907147138] [11540]...
View ArticleTroubleshooting • Re: Broadcom BCM2837B0 TAxxxx
One thing, because of a change to the ethernet chip on the newer 3B+, you might need to upgrade the kernel and modules to get wired network working on that one.Statistics: Posted by rpdom — Fri Feb...
View ArticleBeginners • Re: Raspberry PI set up wirelass access
The Network Manager does make most of it quite easy. Here are the steps which I used to set up a Raspberry Pi (running Bookworm) as an access point:Code: nmcli connection add con-name 'wlan0-static'...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
So: it's found. Yay! But if I try:Code: rpicam-still -t 5000 -n -o test64.jpgso_very_green.jpgI get a 1,006,177 byte 9248 x 6944 pixel jpeg file of green pixels (#008700). There aren't any particular...
View ArticleGeneral discussion • Re: Wifi chipset replacement for pi zero
I can't help with chipset replacement, but I am wondering what caused it to die when left on overnight.A Pi Zero W should be safe to leave on for extended periods of time unless it is in a sealed box...
View ArticleOfficial Display • Raspberry Pi 4 with official touchscreen no display after...
Please stop doing updates that mess with the official touchscreen!I have a Raspberry PI4 4GB with official touchscreen. All was working fine until updating (sudo apt upgrade) a couple of weeks ago...
View ArticleTroubleshooting • Re: Problem Installing VS Code
What OS are you running on that Pi? (cat /etc/os-release)Did you do a "sudo apt update" before trying the install?Is the manual install setting the reason it wont update?No.Statistics: Posted by rpdom...
View ArticleRaspberry Pi OS • Re: Bookworm wayvnc + RealVNC viewer : Zlibinstream inflate...
The fix/workaround is in the connection Properties, select the Options tab, and change the Picture Quality to anything but Automatic. I have mine set to High. If it's set back to Automatic, the black...
View ArticleSDK • Re: Problem with WS2812_Parallel example past 7 rows
As for why not to put the controller near the display, besides the concern of weather, until I figure out how to get OTA initiated from WiFi, I would have to get to it to update firmware and it would...
View Article