Troubleshooting • Wlopm power mode
Hello,I am investigating why the screen blanking won't work with labwc and I feel like I am very close in finding out why I just need some small help. Soo the problem is that labwc compared to wayfire...
View ArticleCamera board • Re: Can't stream from Pi5 with rpicam-apps...
It looks like you may be sending an unencapsulated h264 stream to vlc, is that right? Unfortunately more recent versions of vlc no longer play h264 streams properly. Maybe try something like ffplay...
View ArticleCamera board • Re: Camera Module 3 Wide - Cannot allocate memory
Hi, I'm not really sure what may have happened to provoke the change. Here are a couple of things that you might try.1. Have a look at the output of "grep Cma /proc/meminfo". Depending on what the...
View ArticleCamera board • Re: Method does not work: picam2.start_preview(Preview.DRM)
...I entered the program from the example Picamera 2 library.But when starting it gives an error: "Commit failed"When I change DRM to QTGL, the camera window opens and the camera works fine.The DRM...
View ArticlePython • Re: super user command from Python script
Enjoy your Kool Aid.Statistics: Posted by BigRedMailbox — Mon Jun 17, 2024 9:19 am
View ArticleMicroPython • Re: pico W vs. DFPlayer - Raspberry pi and sound
What should I say?First off all thanks for your work.Unfortunately it doesnt work for me... I rewired everything, I used a new pi and different speakers.I reinstall the libary, added the __init__.py,...
View ArticleGraphics, sound and multimedia • Re: Rotary switch to change audio or video...
For the software part of such a project: SEOLMEDIA which is an interactive fullweb digital signage solution may be suitable.This software alone may be sufficient for this type of project to carry out...
View ArticleTroubleshooting • Re: Unable to change wallpaper (Bookworm - RP 5)
Yes, when I tried to set a random picture as wallpaper nothing happens. Seems like the GUI has an issue, but I'm not sure.you messed up permissionsit's recommended not to run any gui as sudo/rootAll...
View ArticleGeneral programming discussion • Re: Trying to write a command to edit folder...
I do that with the mv (move) command.mv ~/test ~/none-testStatistics: Posted by DougieLawson — Tue Jun 18, 2024 7:56 am
View ArticleCamera board • Re: Pi camera module v1 and AI kit performance issue?
Yes, it matters whether you are logged in directly or remotely, either with ssh or VNC.In both cases, the preview usually works best if you add "--qt-preview" to the command line. This gives you a...
View ArticleCompute Module • Re: Is it possible to use The eMMC boot partitions...
OK. Yes I already saw the tryboot method, but writing a text file (autoboot.txt) is not a failsafe (atomic) method for switching the partitions.Statistics: Posted by mzme — Tue Jun 18, 2024 8:05 am
View ArticleBeginners • Re: TV LCD NO CONNECTION
I connected the HDMI on the first port near to the power, I connect to my monitor so i can have a displayThe log looks fine. Can you just confirm what you were connected to when you captured the...
View ArticleRaspberry Pi OS • Install raspberry pi OS on pi 5 using phone or Mac
Good day to all of you,I only have access to my Android device's SD card reader to write the media OS for Raspberry Pi 5.Since my Mac doesn't have an SD card reader, can I use a USB drive to write the...
View ArticleGeneral • Re: Need to get a uf2 from a pure assembly program
Keeping things very simple for now, could Picotool be used to place a program in RAM at a specific starting point like this?Yes it can. Normally used with an .elf or .uf2 file that has the addresses...
View ArticleCamera board • Re: More FPS for HQ camera on RPI 5
I tried with Picamera2 capture still in full resolution RGB888.I measure the fps of the request loop without any processing or saving. The fps exceeds 20fps whereas previously it didn't exceed...
View ArticleSDK • Re: [Solved] Question regarding callbacks for MQTT
Do yourself a favor and document it, especially as it is still changing. I had to deal with loads of undocumented code in my programming life, and it is always a pain. Imagine debugging a 20 year old...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Can ADV7282M work with RPi4 at all ?
Hi,I think I know what was the reason.....As mentioned before I have installed new 4k 16' monitor. This was the reason that it suddenly has started working. So today morning just to be sure I have...
View ArticleRaspberry Pi OS • Re: Install raspberry pi OS on pi 5 using phone or Mac
The easiest solution is to find a friend with a laptop that has a card reader and write the image. You will finish in no time and no cost. A USB=>SD adaptor could also do the trick, for example...
View ArticleRaspberry Pi Connect • Re: Copy and paste instructions
" I am using Firefox 126.0.1 64 bit - I did read the article posted but I am having no issues with copy and paste in Firefox for other apps Thanks for the detail.So, I've just tried this on Firefox...
View ArticleGeneral • Re: Help with Pico ADC project
I wired the PICO as per my previous diagram, or as per this diagram... The board shown in your most recent image is NOT a Raspberry Pi Pico board.At the level of "I'm not sure what I am doing and...
View Article