Beginners • CircularOutput incomplete
I am using a Raspberry Pi 3B and Camera Module 3 to capture wildlife. The H264 files created by my script are often missing huge chunks of footage.My script is based on the capture_circular_stream.py...
View ArticleGeneral • Re: Clock naming clarifcation, clk_peri vs UARTCLK vs PCLK
UARTCLK is clk_peri, and PCLK is clk_sys - see the note at the end of 4.2 (just above the 4.2.1 heading) in the datasheet.The ratio constraint is unlikely to bother you unless you are doing really odd...
View ArticleBeginners • Re: Radical RPI5 Audio Idea or is it?
There are lots of HDMI audio splitters available. e.g.https://www.amazon.co.uk/hdmi-audio-spl ... o+splitter.Statistics: Posted by kip_the_elder — Tue Feb 27, 2024 4:18 pm
View ArticleBeginners • Re: CircularOutput incomplete
Can you post the full script so we can test it?Also, what are you using to create an MP4 from the H264 - ffmpeg or other?Statistics: Posted by neilgl — Tue Feb 27, 2024 4:23 pm
View ArticleBeginners • Re: Portable power supply for RPI Zero W 2?
1) Do the math, seriously without knowing what you need you don't know what to shop for.2) Assume the claimed specs are enthusiastic. Actuals will almost certainly be worse. Factor in a margin to...
View ArticleNetworking and servers • RaspberryPI2B AP mode : invalid/unknown driver 'nl80211
Bonjour à tous,J'ai récemment reçu un Raspberry Pi 2B, et je veux le configurer en tant que point d'accès (AP). J'ai installé le Raspberry Pi OS Lite 32bit. Ensuite, j'ai pris un dongle WiFi et je...
View ArticleTroubleshooting • Re: RPi 5 mouse pointer/cursor constantly blinking
for xfce you need to switch to the xpresent backend.terminal:Code: xfconf-query -c xfwm4 -p /general/vblank_mode -s xpresentorsettings editorStatistics: Posted by kerry_s — Wed Feb 28, 2024 4:10 pm
View ArticleDevice Tree • Pi5: PCIe NVME SSD works without setting dtparam=pciex1 in...
Hi,This is not an issue, just something I am curious to understand better.I have just installed a brand new NVME SSD into my new Argon Neo 5 case using the PCIe connector. Still booting from an SD...
View ArticleTroubleshooting • Re: Can’t boot my Raspberry Pi 3 Headless
I am filling out everything on imager and turned on SSH. I haven’t tried to connect it to the WiFi router. Do I need an ethernet cable? Also, I’ve tried using PUTTY and NMAP to find my pi’s ip, and I...
View ArticleTroubleshooting • Backup PC specific SSD to Raspberry PI SSD
Hi FolksNow that I got my new 8TB SSD connected to my Raspberry Pi (thanks to you! I am ready to build my backup solution. I have the exact same 8TB SSD installed into my PC and use it to store a lot...
View ArticleTroubleshooting • 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 • 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 ArticleGeneral • Re: Ensuring PWM/GPIO outputs are low after critical events
There's obviously multiple layers to this, but the "ground floor" has to be that the reset state of the Pico (all pins floating with weak pull-down) needs to put all of the motor hardware into a safe...
View ArticleTroubleshooting • Pico always resets to mass storage mode after uploading uf2
I have a custom pcb that essentially is a raspberry pi pico. Im having an issue where every time I try to upload a uf2 file, it will finish uploading and immediatly reset to its default mass storage...
View Article