Camera board • libcamera-hello works but not libcamera-vid
I am trying to stream an (old) ov5647 "PiCam v1" using my new RPi5 runing Bookorm.I can detect the camera with "libcamera-hello --list" and I can generate a smooth test video on the console by...
View ArticleCamera board • Re: libcamera-hello works but not libcamera-vid
Also, if I try to network stream using something like:Code: libcamera-vid -t 0 --inline --listen -o tcp://0.0.0.0:8080the program interrupts as soon as I try to view the stream (with either vlc,...
View ArticleSDK • Re: Slow TLS (server) handshake (~3 seconds) normal?
The Cortex-M0+ is not recommended for this. Higher RSA bit counts will significantly decrease performance. I remember messing around on PIC32MX with SSL. The CPU gets loaded hard and you have to...
View ArticleBeginners • Re: How can I boot my new Pi 5 to autorun EmulationStation on...
Do you know if there's a way that I can run the app in 32bit even though my bookworm OS is 64bit?One way Sakaki documented was in her Gentoo64 posts, back in Pi3 days, not sure if it applies to Pi5...
View ArticleGeneral discussion • Re: RPi 5 ambient temperature range (below freezing?)
To the best of my knowledge, those temperatures would be outside the spec'd range. HOWEVER, anecdotal evidence is such that it should be just fine. There was an early Pi that was being used to monitor...
View ArticleTroubleshooting • Re: Pi 5 eth0 drops out
very odd, it will come back, not on any time schedule but it comes back on.Statistics: Posted by rchetj — Tue Jan 23, 2024 4:18 am
View ArticleBeginners • Re: Make file throwing warning in terminal and other stuff
Code: uint16_t configReg = read16(MAX17043_CONFIG);configReg &= 0xFFE0; // Mask out threshold bitsconfigReg |= percent; // Add new thresholdCan it be written in a more concise, better way than the...
View ArticleC/C++ • Re: why are memory barriers not used in projects like pigpio
AFAIK this does not grant exclusive access, so another user process or device driver could access the same registers. However, this is out of my control. The datasheet warning about out-of-order...
View ArticleStaffroom, classroom and projects • Re: How to force the 3B to play a looped...
OP doesn't specify though if only that video is needed at runtime, what end users are allowed to do on such device?e.g- load and start the video on boot, until it's closed?- only allow to run that...
View ArticleTroubleshooting • Re: Raspberry Pi drops off the network (eth0) after a few...
Still dropping after 3 minIt seems the problem is not with the router. I wonder if an intermittent cable connection drops the carrier after about three minutes.When the Pi 4 first came out it didn't...
View ArticleGeneral • Re: Static IP on Raspberry Pico
a) Raspberry Pico does not inform router of the use of static IP (set by ifconfig) There's no means for it to do so. The very definition of a static IP is that it is one configured manually into the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How to send GUI data over SPI 3 wire...
Hello aBUGSworstnightmare, here is the datasheet, https://m5stack.oss-cn-shenzhen.aliyunc ... ILITEK.pdf.Statistics: Posted by maverick_24 — Tue Jan 23, 2024 5:36 am
View ArticleMicroPython • Inaccurate Documentation on Pi PicoW
Get started with MicroPython on Raspberry Pi Picodownloaded from magpi.raspberrypi.com/books/micropython-pico documentation is out-of-date (it doesn't appear to have any version).I was answering a...
View ArticleGeneral discussion • How to send serial RGB data as input to LCD from...
Hello all, I'm trying to interface with an LCD, which has HX8238D Driver, So basically It supports serial RGB data with 8 pins as input, so I want to utilize this and need to send serial RGB data from...
View ArticleTroubleshooting • Re: Any official personnel can tell me that the da9090 pmic...
I only want to know how to fix my PI,Has anyone succeeded?Statistics: Posted by soyo — Tue Jan 23, 2024 5:57 am
View ArticleGeneral discussion • Re: STICKY: PINN - An enhanced version of NOOBS.
Would be nice if there is a Lakka. recalbox ain't doing it for me and i'd like to replace it with something less embarrassingly 'sue me' presentedStatistics: Posted by leilei — Wed Jan 24, 2024 5:06 am
View ArticleAdvanced users • Pi 4+5 specific docs for Linux sysfs PWM interface
I am working on a package (library) to use hardware generated PWM from Golang (Go). The package is basically a wrapper around the Linux sysfs PWM interface. What I have found and worked with was this...
View ArticleGeneral • Re: make: *** No targets specified and no makefile found. Stop.
Search for articles by Shawn Hymel for ways;Raspberry Pi Pico and RP2040 - C/C++ Part 1: Blink and VS CodeRaspberry Pi Pico and RP2040 - C/C++ Part 2: Debugging with VS CodeRaspberry Pi Pico and...
View ArticleGraphics, sound and multimedia • Re: Getting GrayScale screen when...
Either OP don't understand or doesn't want to understand.No data sheet = no more replay from me.Good luck with your display!Here is the datasheet https://m5stack.oss-cn-shenzhen.aliyunc ......
View ArticleGeneral discussion • Question about nvme and official case
Is there a hat that will fit in the "official" case with the lid on without cutting any holes? I understand I'll have to switch to the active cooler also?I don't need access to anything like...
View Article