Set up a fresh Bullseye OS install for streaming with Pi Cam 3
- Download the latest Raspberry Pi OS with desktop and recommended software from the official website
- Flash the OS to a microSD card using Raspberry Pi Imager
- Insert the microSD card into the Raspberry Pi and boot it up
- Open a terminal and run
sh setup.sh
- Open a terminal and run
sh stream.sh
If you would like to manage the stream with screen
, you can run the following commands
sudo apt-get install screen
screen sh stream.sh
This will allow you to detach from the terminal and leave the stream running in the background.