Using FFmpeg with a Web Cam to Layout a Wall Mural

Logitech C615 Web Cam: https://amzn.to/2Vnqf94 (Amazon Affiliate)

FFmpeg Web Cam Capture Notes

https://trac.ffmpeg.org/wiki/Capture/Webcam

View Live Web Cam
ffplay -f avfoundation -framerate 30 -video_size 1920x1080 -i "HD Webcam C615" -pixel_format uyvy422 -vf hflip
Capture Web Cam Screenshot
ffmpeg -f avfoundation -framerate 30 -video_size 1920x1080 -i "HD Webcam C615" -pixel_format uyvy422 -vf hflip -f image2 -frames:v 1 screencapture.jpg
Overlay Transparent PNG on Live Video
ffplay -f avfoundation -framerate 30 -video_size 1920x1080 -i "HD Webcam C615" -pixel_format uyvy422 -vf "[in]hflip[vid],movie=screencapture.png[over],[vid][over]overlay[out]"

My Go To Monitor for Mac Mini, Intel NUC and Raspberry Pi

ASUS VN248Q-P Monitor: https://amzn.to/2ULaJne (Amazon Affiliate)
Monoprice 1ft slim HDMI cable: https://amzn.to/2DmXBtH (Amazon Affiliate)

HIDEit MiniU Mac Mini VESA Mount (Amazon Affiliate)
US: https://amzn.to/2Xr9O8g
UK: https://amzn.to/3n5zUuP
CA: https://amzn.to/3gBCZQT
ES: https://amzn.to/3a259n3
FR: https://amzn.to/37NnKjP
IT: https://amzn.to/3nee48k
DE: https://amzn.to/3n6KYrC

Water Heater Temperature Logging Using Raspberry Pi

Amazon Affiliate Links (Thank you!)
DS18b20 Temperature Probe: https://amzn.to/2YcF636
4.7k Ohm Resistors: https://amzn.to/2H5L7c8
Solderless prototyping breadboard: https://amzn.to/2Hhxyac
Breadboard jumper wires: https://amzn.to/2XE850k
X-treme Tape: https://amzn.to/2DWRkVM
Raspberry Pi case: https://amzn.to/2Up8hia

Raspberry Pi 3 (Amazon Affiliate)
US: https://amzn.to/2z01nKu
UK: https://amzn.to/3fO896P
CA: https://amzn.to/360IEL4
ES: https://amzn.to/2T3o4nY
FR: https://amzn.to/2WUiKVb
IT: https://amzn.to/3brTtqA
DE: https://amzn.to/361cqPR
IN: https://amzn.to/3eG2LBx

Temperature Machine: https://temperature-machine.com/docs/getting_started/installing.html

Water Heater Fault Notification using Raspberry Pi: https://youtu.be/i83WNIsBGmU