camera-streamer
camera-streamer copied to clipboard
High-performance low-latency camera streamer for Raspberry PI's
Hello, Thanks for this fantastic streamer. I am not very much into code and development. I just a normal 3d printer guy. I got this install and working on Klipper....
Hi, It would be good to have prebuilt binarys, possibly static linked, with as few dependencies as possible. This should be done with the following in mind. Having different Branches...
If the connection to the cam device is lost, would be good to show a jpeg or png, like ustreamer does. -k path, --blank path Path to JPEG file that...
It would be great to have the ability to set a custom path for html static files. As described in #13 , --static path Path to dir with static files...
Hi, To use camera-streamer as an drop in replacement you should use ustreamer like coomandline options. Also would it be great to match unix philosophy/style commandline options with short hand...
Hello, great work, I really like using the streamer. Would it be possible to add a display for the number of active clients? Like ustreamer for example at http://127.0.0.1:8080/state ......
Output below: ``` pi@octopi:~/crowsnest/bin/camera-streamer $ ./camera-streamer --rtsp-port=8554 --camera-format=MJPG ./camera-streamer Version: (f1627aa) output/rtsp/rtsp.cc: ?: Running RTSP server on '8554' device/v4l2/device.c: CAMERA: Device path=/dev/video0 fd=15 opened device/v4l2/device_options.c: CAMERA: Configuring option horizontalflip (00980914)...
Hi, fresh install of Pi OS. journalctl -xef -u camera-streamer-raspi-v3-12MP.service > Jul 19 10:40:50 pi2 camera-streamer[2025]: [0:09:10.590338769] [2025] INFO Camera camera_manager.cpp:284 libcamera v0.1.0+118-563cd78e > Jul 19 10:40:50 pi2 camera-streamer[2025]: [0:09:10.724705816]...
I tried running the following from the command line based off of ` ``` /usr/bin/camera-streamer -camera-path=/base/axi/pcie@120000/rp1/i2c@88000/imx708@1a --camera-type=libcamera --camera-format=YUYV --camera-width=2304 --camera-height=1296 --camera-fps=30 --camera-nbufs=2 --camera-snapshot.height=1080 --camera-video.height=720 --camera-stream.height=480 --camera-options=AfMode=2 --camera-options=AfRange=2 --http-listen=0.0.0.0 --http-port=8080 --rtsp-port...
I have camera-streamer working with RPI v1 B+ and a v1.3 camera. mjpeg streaming works with minimal lag. h264 video is a bit much for it. I wondered if it...