Hello,
I want to create a video stream that can be incorporated in my fluidd interface for my 3D printer. I am using a raspberry pi 5 (4GB running raspberry pi os, Bookworm 64-bit) and a camera module 3. I have an elegoo neptune 4 printer which runs klipper, I am accessing the printer with fluidd but want to add a camera.
I have tried many ways of setting up this stream including libcamera, camera-streamer and MJPEGstreamer. I am not exactly sure why but my fluidd interface will only accept MJPEG, ip or http video streams. I have failed to run mjpeg streamer because I am lacking the input_raspicam.so file. I have used the fork with raspi cam support (https://github.com/jacksonliam/mjpg-streamer) but I get an error message saying I am lacking dependencies to compile the input for raspicam.
I know the camera works as I can locally view video output using: rpicam-vid -t 0 --codec libav --libav-format mpegts -o udp://127.0.0.1:1234
Is there something I am missing or a fix I haven't found? Is there a way to run mjpeg streamer with the current os build? I am open to any method of running the stream that is compatible with my fluidd interface.
Thank you very much
I want to create a video stream that can be incorporated in my fluidd interface for my 3D printer. I am using a raspberry pi 5 (4GB running raspberry pi os, Bookworm 64-bit) and a camera module 3. I have an elegoo neptune 4 printer which runs klipper, I am accessing the printer with fluidd but want to add a camera.
I have tried many ways of setting up this stream including libcamera, camera-streamer and MJPEGstreamer. I am not exactly sure why but my fluidd interface will only accept MJPEG, ip or http video streams. I have failed to run mjpeg streamer because I am lacking the input_raspicam.so file. I have used the fork with raspi cam support (https://github.com/jacksonliam/mjpg-streamer) but I get an error message saying I am lacking dependencies to compile the input for raspicam.
I know the camera works as I can locally view video output using: rpicam-vid -t 0 --codec libav --libav-format mpegts -o udp://127.0.0.1:1234
Is there something I am missing or a fix I haven't found? Is there a way to run mjpeg streamer with the current os build? I am open to any method of running the stream that is compatible with my fluidd interface.
Thank you very much
Statistics: Posted by Felixd — Fri Jul 18, 2025 4:47 pm