Camera board • Re: GStreamer on Pi5
Thank you for your help.I would like to stream the video using WebRTC and so far this is the only way I can get it running. When I remove videoconvert from the command, I get the error message "Pixel...
View ArticlePython • Re: Fatal Python error: init_fs_encoding
Hi,I agree with the new installation, I already started this. Tried to do that on a PI4, but do not have an hdmi output (will get a new micro hdmi cable to see if it was the hdmi to microhdmi piece) ,...
View ArticleFrançais • Re: gpio c++
salut as tous : donc j'ai fais cela , pour des essais et tous fonctionne bien :pour la lecture :Code: # include <string.h># include <stdlib.h># include <stdio.h>int decod_ligne (char...
View ArticleBeginners • Re: Trouble with Flask
Try reposting with code tags. And I'd recommend you also remove all the commented out code, makes it easier to read through with all the junk in there.Statistics: Posted by memjr — Sun Mar 03, 2024...
View ArticleRaspberry Pi OS • Re: Brother MFC and Raspberry Pi
Re: Brother MFC and Raspberry PiQuoteSun Mar 03, 2024 1:00 amMarkDH102 wrote: ↑Sat Mar 02, 2024 7:00 amI have a Brother HL-1210-W ...And this is relevant to this thread how? The MFC range is newer and...
View ArticleCamera board • Re: Syncing IMX708 captures on RPi 5?
You can find software of some MIT students for syncing 16 Pi0 cameras in this repo:https://github.com/revalo/pishotThey did capture a shot through apple here, from 16 different positions.The animation...
View ArticleTroubleshooting • Re: Init.d/dhcpcd does not exist
That article is about 5 years old...Which OS and version do you use?Raspberry Pi running Rasbian Buster, preferably a clean headless install.Not entirely sure about the actual timelines, but I...
View ArticleTroubleshooting • Re: Rotate touchscreen 90 degrees - does not rotate matrix
Screen configuration editor or via Code: xinput listxinput --map-to-output <input device> HDMI-A-1viewtopic.php?f=108&t=219333&p=1348198& ... n#p1348198Statistics: Posted by...
View ArticleTroubleshooting • Re: My raspberry pi 5 has no display
I got my pi 5 about 1 month ago and it has been working just fine and then yesterday it wont display anything. I am using a micro hdmi to hdmi adapter and I think that may be the reason but i want to...
View ArticleMicroPython • Re: pico-to-pico via intenral router: accept () issue
Thanks. I really appreciate the advice. I sent a few more hours tonight working on it. My latest theory (will probably will get debunked tomorrow) is that when the client fails to connect to the...
View ArticleGeneral discussion • Re: Some GNOME apps do not render correctly
Thanks.Another question is, I sometimes see similar behavior when waypiping apps from other wayland machines.Statistics: Posted by Ravi_Joshi — Mon Mar 04, 2024 7:05 am
View ArticleMedia centres • Re: Peppy player
Did another test today with a fresh image.1) delete the video mode from kernel command line2) revised config.txt (there is a character limit per line; review the touch overlay settings) and added the...
View ArticleOther projects • Re: A Birthday Present for Fido
Fido just sent me the linkhttps://labs.scaleway.com/en/em-rv1/to a single-occupancy four-core RISC-V cloud instance. Maybe that's a birthday wish.The idea looks like the Pi based microscaling that the...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: How Can I Force DSI Output on Pi 5
I have no idea what you want to achieve, so will have to leave this up to youhttps://github.com/raspberrypi/linux/bl ... ADME#L4947Statistics: Posted by aBUGSworstnightmare — Mon Mar 04, 2024 7:21 am
View ArticleAdvanced users • Re: Attempt to stop SD card from expanding during first boot...
I run the code like below:Code: chroot mnt /usr/sbin/update-initramfs -uWhere mnt is where I mount my image file. However seems like it did nothing. SD card still expand to max size. In anticipation...
View ArticleDevice Tree • Re: PWM driver questions
Oh sorry, PWM0_0 on GPIO12 is ALT0Code: ..#include <dt-bindings/gpio/gpio.h>#include <dt-bindings/pinctrl/bcm2835.h>.. fragment@0 { target = <&gpio>; __overlay__ { pwm_pins:...
View ArticleInterfacing (DSI, CSI, I2C, etc.) • Re: Pi 5 Waveshare DSI 4.3 inch...
Hello I have same problem with display, but when I first booting Pi5 the display normal function and after update Pi5 and rebooting the display only black. I will like any advice. ThanksMaybe you can...
View ArticleBeginners • Re: I am looking to setup a pi zero in ad-hoc or access point...
As stated, I am looking to set up a pi zero in ad-hoc or access point mode... I am unable to find any newer guides on doing this with Pi OS, Bookworm.I could be wrong but I believe that ZERO is only...
View ArticleTroubleshooting • PWM issue with Raspberry Pi 5 4GB
Hi, Raspberry Pi OS Bookworm Lite 64bit with all available updates installed. I can't get hardware pwm working with rpi_hardware_pwm library. https://github.com/Pioreactor/rpi_hardware_pwmI'm using...
View ArticleOther RP2040 boards • Re: picotool -F (often) can't reboot board to BOOTSEL
Both cores are still running, I have one heartbeat LED for each core and both are still blinking, just a bit slower (did not measure but it's roughly about half speed), and the speed reduction is...
View Article