Python • picamera2/examples/tensorflow /remove_background.py
The command line inside the python file should be:Code: ./remove_background.py --model deeplabv3.tflite --background thing.pngnot deeplap ...Statistics: Posted by bluePiuser — Sat Nov 16, 2024 5:17 pm
View ArticleSDK • Re: TinyUSB Only mounts one device [SOLVED]
My tusb_config.h has this in it - not sure if I inherited it from somewhere or added it myself:Code: // max device support (excluding hub device)#define CFG_TUH_DEVICE_MAX (CFG_TUH_HUB ? 4 : 1) // hub...
View ArticleTroubleshooting • Re: Pi5 hanging when transfering large files to NAS
Amazing! The 16K pages somehow interacted with something in your environment to trigger bad behaviour in the Linux kernel. Since there is a factor 4 difference in page size I'd want to check that...
View ArticleRaspberry Pi Connect • Re: Use Connect on a headless Pi5?
No need to use WiFi if you have an Ethernet cable to the router.Statistics: Posted by neilgl — Sat Nov 16, 2024 5:51 pm
View ArticleAdvanced users • Re: Any Raspberry Pi 5 RP1 / PIO updates?
https://github.com/raspberrypi/linux/pull/6470PIO support is now exported as an in-kernel interface. Users will have to either use a canned set of PIO programs instantiated in modules, or write their...
View ArticleTroubleshooting • Re: USB boot requires a high current (5V 5A) power supply....
Sorry what you mean my outlet is well behaved? I'm not talking about usb boot, memory card boot,just plug in a flash drive,is it possible to be an os issue or a firmware/epprom one?If there are...
View ArticleAdvanced users • mysql connector - again
Excuse me for opening another thread on this common subject. Among many others, I consulted viewtopic.php?t=218234, there and elsewhere I found the recommendation to run (as root)Code:...
View ArticleOther • Re: Windows ARM64 release?
What do Microsoft have to say when you ask for support to install their Operating System?If you're in the Windows Insider Program they say go right ahead and feedback what you find.Statistics: Posted...
View ArticleSDK • Re: Building old program with new Vscode and Pico extensions
And looking at it on a fresh install of VS Code on a Pi5, the first time we create a new project, it does not open the new project immediately but starts downloading the SDK 2.0.0 and other resources,...
View ArticleSDK • Re: How to send 9-bit data words via PICO hardware_spi API
In terms of simplicity and performance, I thought every memory read configuration will be as fast, but boi I was wrong. So here just simple MP code to draw directly from *.BMP files, without...
View ArticleNetworking and servers • Re: VNC and Raspberry Pi Connect on multiple Pi’s on...
I can’t figure out how to modify the VNC server on the new Pi to allow me to have two VNC sessions going on my MacBook m3. The two Pi’s have different IP addresses on the network.I suggest you don't...
View ArticleCamera board • A much efficient real-time timelapse recording (POC)
Hey, I would like to share an a much better way to record timelapse video in real-time, using slightly modified rpicam-vid. No ffmpeg is required.Note that this is just proof-of-concept just to show...
View ArticleAndroid • Re: LineageOS 21 (Android 14) for Raspberry Pi 5 - Can't boot in TWRP
try check - diagnose first here, for LED warning flash codes: https://www.raspberrypi.com/documentati ... lash-codesStatistics: Posted by makrob — Sun Nov 17, 2024 5:47 pm
View ArticleGeneral discussion • Re: New Raspberry Pi Products
I would guess that the current feature list is already frozen and there are already prototype boards in Pi towers. Both of the above may (or not) have already been covered. It's just a matter of cost....
View ArticleNetworking and servers • Re: How to set up a calander server on Ras Pi
I'm not too worried about choosing a phone client right now. I'll either look around or make one later. Also, how did you know I had an Android phone? I didn't mention it. I use Thunderbird mainly on...
View ArticleMicroPython • Re: AHTx0 sensor with Pico W
Any ideas?Have you confirmed that the i2c address configuration of the sensor matches the one chosen by default by your athx0 library?Is your AHT20 sensor compatible with the AHT10 Class you are using...
View ArticleGeneral discussion • Re: RASPBERRY PI 5 ON BATTERY!!!
For comparison, a couple of weeks back, I used the Pi400 on a 10.000mAh/20W powerbank. After full use (filing & editing stuff) for 7+ hours, the powerbank was at 29%.Btw, the screen is a portable...
View ArticleGraphics, sound and multimedia • canonical solution for 5.1 sound output
For the latest Raspberry Pi OS, what is the canonical solution to enabling 5.1 output for sound over HDMI? I did a google search, but all solutions seem pretty old.Sound over HDMI works just fine on...
View ArticleSDK • Re: Advice requested with running VS Code on RPi 4
"There is no data provider registered that can provide view data"From Googling it appears that's a result of the extension not having activated. Which I presume means it loaded the 'package,json' and...
View ArticleTroubleshooting • Re: Will not see storage, this is a strange one!
Interesting, glad yours is working. My desktop tower PC's card reader can be finicky too. Unfortunately, that wasn't my issue. My PC saw the external SSD drive, but Pi imager did not. Fortunately Pi...
View Article