A python script for streaming Raspberry Pi camera
Install git and python3-pycamera
sudo apt update
sudo apt install git
sudo apt install python3-picameraEnable Raspberry Pi camera
sudo raspi-configClone project
git clone https://github.com/yasinarabi/raspberrypi_camera_streamer.gitcd /path/to/cloned/folder
python3 stream.pyI am glad to see you are using my code, and thank you for starring this repository.