January 5, 2022 · Quick & Easy Low Latency
Quick & Easy: Low Latency Video Streaming on Raspberry Pi Zero 2 with RPi Cam Web interface
RPi Cam Web Interface (alternative #1)
update system
- enable camera
sudo raspi-config nonint do_camera 1
- set memory
sudo raspi-config nonint do_memory_split 256
sudo apt-get update
sudo apt-get install git
install RPi Cam Web Interface
git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.git
cd RPi_Cam_Web_Interface
sudo ./install.sh
i=`hostname -I`; echo -e http://''"${i// /}"''/html/
more info
https://github.com/silvanmelchior/RPi_Cam_Web_Interface