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