Page 1 of 1
Lost with trixie
Posted: Thu Dec 04, 2025 5:11 am
by Moko
I'm completely lost with Hudiy since installing Trixie !
Some functions are no longer available, or are even very difficult to set up !
I don't know if it's due to changes made to the Trixie Pi OS version or to the system itself !
For example, I can't get the camera or the radio to work with Hudiy! For the camera, only rpicam allows me to get a video feed !
It doesn't even work in the browser anymore !
And if someone could give us a short tutorial or help us with using the API for external commands ( hudiy => OS ) that would be great

Re: Lost with trixie
Posted: Thu Dec 04, 2025 5:35 am
by hudiy
What power supply and Raspberry Pi are you using? What exactly is connected to your Raspberry Pi? Most hardware issues (especially USB-related ones) usually come from a weak power supply and unstable voltage.
We will continue developing Hudiy on Bookworm, so if Bookworm works better with your hardware, there's no need to migrate to Trixie (if you're not using features like Bluetooth cover art or channel bandwidth settings in the hotspot).
The Raspberry Pi Foundation has created a dedicated repository where you can report issues with Trixie:
https://github.com/raspberrypi/trixie-feedback/issues
or you can still use the official Raspberry Pi forum:
https://forums.raspberrypi.com/viewforum.php?f=66
Re: Lost with trixie
Posted: Tue Dec 09, 2025 11:01 pm
by Moko
I managed to get my camera working on Hudiy by modifying the pipeline !
I don't know if it's related to Trixie, but you had to use libcamerasrc and not specify the video source.
gst-launch-1.0 libcamerasrc ! videoconvert ! glupload ! qml6glsink name=video-sink
In any case, I tried every possible way to display the video stream on the HTML page, but without success.
I know this isn't the right topic, but I'm also having problems using scripts on an HTML pages in général ! I keep getting these errors in the console.
js: uncaught systaxerror the requested module './common/hudiy_client.js' does not provide an export named 'hudiyclient'
js: uncaught syntaxerror: unexpected token 'export'
js: uncaught reference error: hudiyclient is not defined