▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
Lakecam is Raspberry Pi controlled webcam that posts to Instagram and streams to YouTube!
Social media is hard. The algorithem expects consistant uploads with unique content, and I just don’t have the time. So I built Lakecam - a Raspberry Pi controlled webcam that posts to Instagram and streams to YouTube. It was developed for “Quaboag Lakecam Project” but could be useful for other applications too! Here’s what it does:
Install raspbian from NOOBS or equivelant. Edit
/etc/wpa_supplicant/wpa_supplicant.conf
with set ssid and
password of any future wifi connections.
{
network="access-point-name"
ssid="password"
psk=}
Install required software.
$ sudo apt install weather-util fswebcam imagemagick ffmpeg $ python3 -m pip install instapy-cli
Build audio.mp3
with 24+hrs of music. Use the
royalty-free stuff from the Free
Music Archive. I used a bulk download browser extension to download
500+ tracks and combined them with and Audacity. End product was a
single 2.4GB mp3 file with 31hrs of classical music.
Move included scripts and audio.mp3
to
/home/pi
. Should look like this:
/home/pi/
├── main.sh
├── 1-wait-for-network.sh
├── 2-take-daily-photo.sh
├── 3-generate-caption-weather.py
├── 4-post-to-instagram.py
├── 5-stream-to-youtube.sh └── audio.mp3
Edit 4-post-to-instagram.py
with instagram account
credentials.
Edit 5-stream-to-livestream.sh
with rtmp stream address
+ key. Edit crontab -e
to reboot every day at noon and run
main.sh
on reboot. Your crontab -e
should look
like this:
00 12 * * * reboot @reboot sh /home/pi/main.sh
Lastly, to wrap things up.
Travel to a scenic location. Connect camera. Mount equipment. Frame shot. Connect to power…and let it run :)
Site generated 2024-09-20