Troubleshooting • Re: Play mp4 video on Pi3/4 without stuttering
I have now and this video is still stuttering on all the Pi's.Statistics: Posted by KenMk — Wed Feb 28, 2024 4:31 pm
View ArticleCamera board • Re: HQ Camera external sync signals support added
I think MitchF's 3D printing adapter is a very cool idea.I would like to mention another possibility without having to remove a resistor, the Arducam B0445 IMX296 global shutter cameramodule with M12...
View ArticleGeneral discussion • Issue with RPi Zero W as AP
I am using RPi Zero W with Raspberry Pi OS (32 bit) and trying to create AP with `$ sudo nmcli device wifi hotspot ssid <hotspot name> password <hotspot password> ifname wlan0` or `$ sudo...
View ArticleGeneral discussion • Re: Raspberry pi52
These days, the raspberry camera modules are detected automatically - no need to enable camera interface.What camera module do you have?Statistics: Posted by neilgl — Wed Feb 28, 2024 4:36 pm
View ArticleCompute Module • Re: CM4 I2C issue using PCF85063A RTC and touchdisplay on...
However, the display freezes still exist. Since the brightness should be adjustable, the option "disable_touchscreen=1" in config.txt cannot be used. For this reason, I conclude that only operating in...
View ArticleNetworking and servers • Re: Access point and http eg. mjpeg_server video stream
ThanksIt is nice that I don't have to tell people to swap between network manager/dhcp it just works.Statistics: Posted by jcun4128 — Wed Feb 28, 2024 4:40 pm
View ArticleDevice Tree • Re: Pi5: PCIe NVME SSD works without setting dtparam=pciex1 in...
only needed for unsupported devices.seems like yours is good to go, just flash the nvme with imager or use sd copier, then poweroff, remove sd & power on.the only thing you might want to try is...
View ArticleCompute Module • Re: CM4 with ST7701 panel driver does not create /dev/dri/cardX
6.5 is an odd branch to choose. 6.5 hit EOL as soon as 6.6.0 was released.6.1 and 6.6 are the long term support (LTS) branches from mainline, and the ones that Raspberry Pi focus on...
View ArticleTroubleshooting • Re: Backup PC specific SSD to Raspberry PI SSD
I just realize, that a password protected folder on my PC might be a bit complicated. The reason for this is, that I don't want everybody on the NAS to be able to acces my files. But another solution...
View ArticleBeginners • Re: Raspberry Pi 5 external USB camera fail
This works for me using very cheap USB webcam in a USB port on a pi5-8GB running Bookworm 64-bit gui (192.168.1.152)Code: cvlc -vvv v4l2:///dev/video0 --sout...
View ArticleTroubleshooting • OS 64 bit:Turning off monitor sometimes forces logout.
See title.I'm using a portable monitor and for some reason my rasp (4b 4gb - 64 bit) seems to log itself out when I turn the monitor on and off via the monitor's power button. It doesn't happen every...
View ArticleCamera board • Re: Has anyone already used the New arducam 64mp Owlsight. Why...
Yes, I tried that and I still get a big green image.Statistics: Posted by Cornato — Wed Feb 28, 2024 5:01 pm
View ArticleGeneral • Re: Delete flashed .uf2 file on Pico
At least something: https://github.com/ArmDeveloperEcosyste ... y-for-picoEdit. Ups, C is not welcome Though C it looks like it could be reasonably easily converted to become a Native C Extension...
View ArticleTroubleshooting • Re: Stretch to Buster - Temporary failure in name resolution
"..latest LTS" - you probably want to write Raspberry Pi OS (Bookworm) to a spare microSD card as Buster is old (July 2019) now.Code: VersionCode nameToy Story character7WheezyWheezy the...
View ArticleTroubleshooting • Re: VS Code Appears When Selecting 'Show in folder' for...
It looks like VSCode asserts itself as the default application to open folders with. How inappropriate!Statistics: Posted by tkonan — Thu Feb 29, 2024 4:49 pm
View ArticleTroubleshooting • Re: Pico always resets to mass storage mode after uploading...
IIRC, failure to flash the memory will result in this. Are you sure the flash is being programmed correctly?Statistics: Posted by jamesh — Thu Feb 29, 2024 4:50 pm
View ArticleTroubleshooting • Re: Docker not working on Pi 5 running Pi OS
So Docker works.The last trace you posted says:dial tcp [26002148:bc02:445d:9ace:d20b:c303]:443This means the Pi tries to connect to dockerhub over IPv6. Do you use IPv6 at all in your LAN?You can...
View ArticleOfficial Display • 7" Official Display Driver Board
Hi does anyone know where i can buy the driver board only for the official 7" Raspberry Pi display please.Statistics: Posted by rwl518p — Thu Feb 29, 2024 4:51 pm
View ArticleOther programming languages • Re: [Solved] Any HTML + JavaScript wizards ?
Code: + "<form id='sync' method='get'" \ + " action='{}='>".format(cwd) \ + " <button type ='submit'>Synchronise Time</button>" \ + "</form>" \ + "<script...
View ArticleAdvanced users • Reducing Boot Time?
I have a Raspberry Pi 5 8GB model configured to use a NVMe SSD as my primary boot device. I also configured my boot sequence so that I boot from the SD Card first, USB attached device second, and NVMe...
View Article