With a little soldering, we're prototyping a thermal imaging scanner which allows us to visualize thermal data. We'll be using it to see how various cases and coolers affect the thermal footprint of various single board computers, but the options are endless. With this device, you can see heat.
sudo i2cdetect -y 1
apt update && apt install git build-essential python-pip python-dev python-smbus python-scipy python-pygame
cd /tmp
git clone https://github.com/adafruit/Adafruit_Python_GPIO.git
cd Adafruit_Python_GPIO/
python setup.py install
pip install colour Adafruit_AMG88xx
cd /home/pi
git clone https://github.com/adafruit/Adafruit_AMG88xx_python.git
cd Adafruit_AMG88xx_python/examples/
./python pixels_test.py
./python thermistor_test.py
./python thermal_cam.py