Outdoor Technologist

Random thoughts spewed in the digital realm

RPi Camera (Part II)

Let’s stream video

https://www.tomshardware.com/how-to/use-raspberry-pi-as-pc-webcam

sudo apt-get install cmake libjpeg8-dev -y
sudo apt-get install gcc g++ -y
git clone https://github.com/jacksonliam/mjpg-streamer
cd mjpg-streamer/mjpg-streamer-experimental && make && sudo make install 

IMPORTANT!!!!
Tom’s Hardware left the “.so” off of the end of this command. I’m not sure if it was an accident or marketing to start the conversation, but don’t get caught up by it!

mjpg_streamer -i “input_raspicam.so” -o output_http.so

On the receiver side:

http://192.168.86.200:8080?action=stream
linuxRPivideo

John • 2020-10-02


Previous Post

Next Post