Python • Re: How do I fix this Python code?
No, the point is when you stop the code it stops the recording. Is there a command or something like sys.exit() I accomplish this?There's atexit. You might want to try putting something like this near...
View ArticleGraphics programming • Re: VIDEOC_S_FMT fails with EBUSY for HEVC decoding in...
Great, thanks.Looks like Chromium only deallocates the output (CAPTURE) buffer before applying the resolution. Forcing it to deallocate the input (OUTPUT) buffers seems to fix my...
View ArticleGeneral • Re: Suitable for ISS project?
There's lots of stuff "up there" that isn't strictly rated for the environment, but gets used anyway (No, I cannot say what, but more than one company use Pi stuff on satellites). This is a University...
View ArticleTroubleshooting • PCManFM: Directory Timestamps Not Preserved on Copy
I have noticed that when copying directories/folders using the PCManFM file manager program, timestamps are preserved on files, but not on folders.Is there a reason this is the default, and is there a...
View ArticleTroubleshooting • Re: WIFI network suddenly not connecting - disabled=1 in...
I *think* adding disabled=1 to each network is something the GUI applet used to do?If you set "update_config=0" in /etc/wpa_supplicant/wpa_supplicant.conf, the GUI won't be able to add anything to the...
View ArticleCamera board • Re: AeEnable how to activate/desactivate ?
Hello,I'd like to ask a new question, without opening a new topic, as it's somewhat related to the previous one.My project is to create an opensource camera, and for the moment I've incorporated quite...
View ArticleTroubleshooting • Re: Wayland: Switchind display off and on again is not working
So the Waveshare DSI version of this 320x1480 display is working without problems.Code: pi@raspberrypi:~ $ WAYLAND_DISPLAY="wayland-1" wlr-randr --output DSI-1 --offpi@raspberrypi:~ $...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: WiringPi 3.0 Released
raspberrypi: $ gpio -vCode: gpio version: 3.0Copyright (c) 2012-2024 Gordon Henderson and contributorsThis is free software with ABSOLUTELY NO WARRANTY.For details type: gpio -warrantyRaspberry Pi...
View ArticleFrançais • Re: gpio c++
j'avais juste une question comment modifier le code qui lit mes ds18b20 car j'aimerais pour des essais avoir le code sans lire le fichier des id des sondes et de toujours avoir ma lecture des sonde...
View ArticleBeginners • Re: Unable to delete ?hidden? Files
Yes your rightTried pip uninstall astropy , and it appeared to work and can no longer find file, so assuming all files have been deleted.Just confused to why the ‘find’ command could find a file, But...
View ArticleGeneral discussion • Re: Do we think my Pi 5 fan is noisy because I have...
Nice.Oh, ok. I thought there was a reasonable difference.I was going to look into that.Also. What counts as a good thermal pad.I am keen to get mine done, but I think its going to be a...
View ArticleOther programming languages • Re: PHP Calling Pinctrl in shell_exec different...
OP never did come back...Statistics: Posted by neilgl — Fri Mar 01, 2024 4:18 pm
View ArticleTroubleshooting • Re: Pi 5 will not power on
The issue with the Raspberry Pi 4 not booting from an SSD could be related to the bootloader version. Ensure your Pi's bootloader is updated to the latest version by running sudo rpi-eeprom-update and...
View ArticleTroubleshooting • Re: cant use alsa library on raspberry pi 5
hifiberry said pi5 can connect this.And then I'm contacting hifiberry as I wrote here now.I want to prove that my raspberry pi5 is not a failure.hifiberry said now," There might be still a bug in the...
View ArticleGeneral discussion • Video stream code working on Pi 4 but not Pi 5
I am trying to stream video from on Raspberry Pi to another. I am doing this successfully from a Pi 4 to a Pi 5. When I try to switch the transmitter to a Pi 5 I get the following error:[NULL @...
View ArticleBeginners • Re: Raspberry Pi 5 external USB camera fail
Strange as I was not using any python venv, just cvlc from the command line…Streaming automatically on reboot: the guide to all things startup is here (thanks to thagrol)...
View ArticleAdvanced users • Re: Use MIPI image sensor with RPI CM4
Hi, melexis mailed me back with the driver and the i2c register calculator but i don't know how compile because it needs to be adjusted for raspberry and how to load it, because it is not my field,...
View ArticleGraphics, sound and multimedia • Re: RPi OS music player
@thagrolYes, I'm sure and no, I'm not.Note: Raspbian is not affiliated with the Raspberry Pi Foundation. Raspbian was created by a small, dedicated team of developers that are fans of the Raspberry Pi...
View ArticleBeginners • Re: Custom boot logo
I don't think that's gonna work. I mean, the first 6 seconds are completly black screen. And I'm wondering if I can place splash screen right there. Right before I power on.which display do you use...
View ArticleRaspberry Pi Desktop for PC and Mac • Re: Minecraft Pi Missing After...
Pi-Apps developer here.You did not install Raspberry Pi OS on your laptop, you installed Linux with a PiOS theme, commonly called Raspberry Pi Desktop for PC and Mac.That is a more exact...
View Article