High-performance low-latency camera streamer for Raspberry PI's
C
444
457 commits
updated Mar 2, 2026
Use
mainbranch for semi-stable changes, ordevelopfor experimental changes.
There's a number of great projects doing an UVC/CSI camera streaming on SBC (like Raspberry PI's).
This is yet another camera-streamer project that is primarly focused on supporting a fully hardware accelerated streaming of MJPEG streams and H264 video streams for minimal latency.
This supports well CSI cameras that provide 10-bit Bayer packed format from sensor, by using a dedicated ISP of Raspberry PI's.
Take into account that this is a draft project, and is nowhere as complete and well supported as awesome ustreamer. This project was inspired by mentioned ustreamer.
To clone this repository be sure to use the following command:
git clone --recurse-submodules https://github.com/ayufan/camera-streamer.git
Older systems:
v0.3.x from stable-0.3.This section contains some advanced explanations that are not complete and might be outdated:
libcamera on Raspberry PIGNU General Public License v3.0
This project uses:
C
60.9%
C++
23.7%
HTML
10.6%
Shell
3.5%
Makefile
1.3%
High-performance low-latency camera streamer for Raspberry PI's
C
444
457 commits
updated Mar 2, 2026
Use
mainbranch for semi-stable changes, ordevelopfor experimental changes.
There's a number of great projects doing an UVC/CSI camera streaming on SBC (like Raspberry PI's).
This is yet another camera-streamer project that is primarly focused on supporting a fully hardware accelerated streaming of MJPEG streams and H264 video streams for minimal latency.
This supports well CSI cameras that provide 10-bit Bayer packed format from sensor, by using a dedicated ISP of Raspberry PI's.
Take into account that this is a draft project, and is nowhere as complete and well supported as awesome ustreamer. This project was inspired by mentioned ustreamer.
To clone this repository be sure to use the following command:
git clone --recurse-submodules https://github.com/ayufan/camera-streamer.git
Older systems:
v0.3.x from stable-0.3.This section contains some advanced explanations that are not complete and might be outdated:
libcamera on Raspberry PIGNU General Public License v3.0
This project uses:
C
60.9%
C++
23.7%
HTML
10.6%
Shell
3.5%
Makefile
1.3%