Beginners • Re: New Pi 4 cant detect camera
I have exactly the same problem, Did you resolve the issue? Aggravating ongoing issue (5 days and nights) with Arducam OV5647 Camera Module on Pi4 OS Version 20231012 - Bullseye.(Noted: their brief...
View ArticleBeginners • Re: Can I make an extra large tablet?
Not sure on the Android side but look at the https://magicmirror.builders site for lots of ideas and a great core solution.Statistics: Posted by MiscBits — Tue Jul 16, 2024 5:56 pm
View ArticleTroubleshooting • Re: Dual 15.1" touch Screens
Thanks for looking into it. I may try to use a touch screen with a different brand name to see if that solves my problem.Statistics: Posted by RPWILKM — Tue Jul 16, 2024 5:59 pm
View ArticleBeginners • Re: Accessing my home network from the web
No disrespect meant but please be aware that dmytro_sh is the co-founder of qbeeIf you are using the GUI and happy to change the Pi to use X11 then the free RealVNC web access is still available for...
View ArticleMicroPython • Re: How to load an elf file into the Pico
Hi gugys,I am new at this and would like some guidance. I've been attempting to use LVGL on R-Pi Pico. To that goal, I have a porting of lv_micropython - as obtained following the instructions at...
View ArticleCamera board • Re: Setting Camera Parameters Directly in AdjustConfig Method
Thanks allot! The code is working, can you give hint for the stream configuration as well?Code: void GftTestStage::AdjustConfig(std::string const &use_case, StreamConfiguration *config){// Camera...
View ArticleTroubleshooting • Re: Replacing usb 3.0 port.
I guessed the middle plastic bar but that was only a guess.For removing multi-pin connectors and things from PCB with a typical soldering iron I have always found the best way is to destroy them...
View ArticleTroubleshooting • Re: Raspberry kills USB boot storages!!
EIther @butchkemper is correct, or OP is experiencing something no one else does, therefore not pi/imager, but the drives themselves.Statistics: Posted by memjr — Wed Jul 17, 2024 5:41 pm
View ArticleGeneral discussion • Re: notify-send equivalent for wayland? (desktop...
So... workspaces are actually in pixel wayfire, but talk about obscure method to switch the cluckers... with more eye candy....CTL-ALT left-mouse-button and drag... strewth!why not a simple panel with...
View ArticleMedia centres • Re: building a sata nas
Have you tested that M.2 SATA board? Some folks have reported problems with some models, plus if that board is a SATA port multiplier there is no chance it will work with a Pi5 as those require a SATA...
View ArticleC/C++ • Re: How to make ' #pragma GCC diagnostic ignored "-Wpsabi"...
You might be able to figure out a mutually acceptable flag from (say)..Code: gcc -v --help 2>/dev/null | egrep "\-std="..there's lots of duplicate flags.I may have a shortcut to answering the...
View ArticleBare metal, Assembly language • Re: Looking for information on the RPi 5...
Just out of curiosity, this is indeed interesting question especially for embedded and/or automation applications. So, is this 54MHz counter the most precise hardware counter running with constant...
View ArticleGraphics, sound and multimedia • Re: fruitbox MP3 jukebox
Bookworm broke a lot of stuff, not just with Fruitbox.Statistics: Posted by wyovino — Wed Jul 17, 2024 6:13 pm
View ArticleRaspberry Pi OS • Re: LDAP Server Installation
Create a simple file with your favourite editor.Code: dn: cn=Dougie Lawson,ou=Server Technology,o=Acme, c=UKchangetype: addcn: Dougie Lawsoncn: DougieLsn: dougiemail:...
View ArticleGeneral discussion • Re: run commands from terminal at startup
You should make a systemd service which requires network online, and from that service you run a shell-script with your commands.Statistics: Posted by NotRequired — Thu Jul 18, 2024 5:13 pm
View ArticleTroubleshooting • Re: Pi 4 issues
The displays resolution is 1080p at 60Hz I have changed config.txt. And yes my display is HDMI. It also shows the diagnostic screen without the SD card.Almost certainly a 'display or monitor' issue,...
View ArticleNetworking and servers • Re: RPI as server
[NOTE: I'm a co-founder of qbee.io]There are a few topics in this forum: viewtopic.php?t=81885 viewtopic.php?t=279448or installing some sort of proxy and maintaining a list of available devices is...
View ArticleTroubleshooting • Re: Unable to write Raspberry Pi OS image to SD card
I would download the O/S that you want to your disk, then 'image write' it to your drive that you want it to run from. Statistics: Posted by KeithMck — Thu Jul 18, 2024 5:18 pm
View ArticleAdvanced users • Re: Image File Utilities
I did it before but it increases final destination image size, for example, for me it is in /media directory. However, problem occurs when creating image in tmp directory which is mounted as loop1p2...
View ArticleTroubleshooting • Re: RPi Zero 2W portable "iPad" design issues
Have you actually tried using a web browser with your Zero 2W?I think you will find that it isn't a good match, (ie. too slow, if it will even load a web page).You might be able to get it to work with...
View Article