Beginners • Re: A replacement for MotionEyeOS?
Another alternative is to use the example from the excellent github picamera2 repository captures motion: https://github.com/raspberrypi/picamer ... _motion.pyStatistics: Posted by neilgl — Sun Dec...
View ArticlePython • Re: PulseAudio and Root User Headaches
Quick Synopsis: PiCamera was Bookworm-PiCamera2 (what I am using now) is Bullseye 64 bit. OK.But:You were using the old camera Library on the new OS release (which defaults to PipeWire)You are using...
View ArticleAdvanced users • Where is the kernel config ( cross-computer )
Hi,I wanted to ask into viewtopic.php?t=319270 but the topic is closed ¯\_(ツ)_/¯When I boot the raspberry pi 4 tree /boot give me :Code: /boot|-- Image|-- System.map-6.1.93|-- broadcom| |--...
View ArticleGeneral discussion • Is there OEM packaging?
I bought an RPI4 from an online retailer. This didn't come in a taped box as usual, but in an antistatic bag with a sticker that looks like RPI.org. Because I was skeptical, I asked the dealer why it...
View ArticleNetworking and servers • Re: Imager v1.8.5 PI5 Bullseye SSH Key Not Working
I thought it would have placed the keys where it needed to go on tho host and pi. I mean why wouldn't it?The Imager application is distributed in multiple ways, and can be installed in multiple...
View ArticleCamera board • Re: Camera flickering at low light
What type of lighting ?If you put it in manual exposure and vary the exposure time does it change ?It seems that the type of light doesn't matter, only whether there is enough of it, and flickering...
View ArticleSDK • multicore_lockout_start_blocking() does not return
Hello!I'm using an RP2040 to drive an 65c02 processor and call this a computer. Code is available on github.This implements a mass storage device using the Pico's flash as backend. However, this...
View ArticleGeneral discussion • Re: What Will Happen to Raspberry Pi Zero 2W If You...
Try it and see.I agree. OP should try it and let us know what happens for sure.I don't know why either of you are encouraging a user to do something you both know shouldn't be done, which may have...
View ArticleMicroPython • Re: conflict between peripherals
Thanks for clarifying, ghpThere is an feature of Adalogger's SD card reader that I had missed:"SD Detect JumperOn the back of the board, directly above GP15 and to the left of the cowbell logo on the...
View ArticleTroubleshooting • Re: Removing power supply unit: password is no longer accepted
I don't think this would cause your problem, but just in case: you do shut down the OS before removing the power?Statistics: Posted by davidcoton — Sun Dec 08, 2024 5:09 pm
View ArticleGeneral discussion • Re: Raspberry pi 4b/5 and YOLO models
I have seen people use Coral TPU. That should get you decent FPS. And it's officially supported by Ultralytics. Hailo can work, but AFAIK, it's a bit difficult to get it to work since it's not...
View ArticleAdvanced users • Re: systemd service ran fine on CM4 doesn't work on CM5
I'll suggest it to management.Statistics: Posted by PhilE — Mon Dec 09, 2024 4:29 pm
View ArticleSDK • Re: prevent "Downloading Picotool"
That boot_bootrom_headers issue suggests you're building picotool 2.1.0 using SDK 2.0.0. You'll need to use SDK 2.0.0 to build picotool 2.0.0, and SDK 2.1.0 to build picotool 2.1.0 (2.1.0 is the...
View ArticlePython • Re: Python Sounddevice problems
Did you install the venv with access to system site packages? (https://learn.adafruit.com/python-virtu ... nv-details)Also, see the next page to make sure you are invoking sudo properly...
View ArticleGeneral discussion • Re: RPi5 Rev 1.0 SD-card doesn't work on Rev 1.1 board.
The following is running :sudo rpi-eeprom-updateBOOTLOADER: up to date CURRENT: Tue 12 Nov 16:10:44 UTC 2024 (1731427844) LATEST: Tue 12 Nov 16:10:44 UTC 2024 (1731427844) RELEASE: latest...
View ArticleGeneral discussion • Re: New Raspberry Pi Products
WOOHOO! PI500 awesome. Can't wait for mine to arrive.Statistics: Posted by craigevil — Mon Dec 09, 2024 4:43 pm
View ArticleRaspberry Pi OS • Re: RPi 5 8GB RAM failed reboot and exit to initramfs
I'd like to see the output of blkid when the system does boot.This is from the system that did boot ok after:(1) showing the drop to initramfs message in the original post(2) I powered down the USB...
View ArticleBeginners • Re: CM4-NAS-Double-Deck built in 2" LCD display
Well after a LOT of correspondence with Wave share about this, uninstalling reinstalling they sent me a new image file to install.This am am happy to say worked. The precompiled image from their web...
View ArticleMicroPython • Re: How do you get a Pico W to sleep?
I have used it on both on the Pico and PicoW, but I recently found that micropython v1.24 does not work for machine.lightsleep(). It works fine using micropython v1.23Statistics: Posted by CrabbyPete...
View ArticleAdvanced users • Re: Image File Utilities
I've tried running it interactively with 11000 MB as "Initial image file ROOT filesystem size (MB)" (default was 9511 MB). It looks like it worked without any errors. Here's the result: Code:...
View Article