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 updatesudo apt-get install git
install RPi Cam Web Interface
git clone https://github.com/silvanmelchior/RPi_Cam_Web_Interface.gitcd RPi_Cam_Web_Interfacesudo ./install.shi=`hostname -I`; echo -e http://''"${i// /}"''/html/
more info
https://github.com/silvanmelchior/RPi_Cam_Web_Interface