AMG8833 Thermal Camera Project Error

Breakout boards, sensors, other Adafruit kits, etc.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
Cicero80
 
Posts: 1
Joined: Mon Jul 16, 2018 10:41 pm

AMG8833 Thermal Camera Project Error

Post by Cicero80 »

Good evening!

Could somebody tell me what I might be doing wrong?

I'm putting together a Raspberry Pi Thermal Camera using the AMG8833, following the instructions here: https://learn.adafruit.com/adafruit-amg ... mal-camera. I'm have successfully connected the PiTFT (it works) and hooked up the AMG8833 to the Pi (sudo i2cdetect -y 1 produces the correct result).

At that point, however, when I run this code:
cd ~/
git clone https://github.com/adafruit/Adafruit_AMG88xx_python.git
cd Adafruit_AMG88xx_python/examples
sudo python thermal_cam.py

...I get this:
pi@raspberrypi:~ $ git clone https://github.com/adafruit/Adafruit_AMG88xx_python.git
Cloning into 'Adafruit_AMG88xx_python'...
remote: Counting objects: 67, done.
remote: Total 67 (delta 0), reused 0 (delta 0), pack-reused 67
Unpacking objects: 100% (67/67), done.
pi@raspberrypi:~ $ cd Adafruit_AMG88xx_python/examples
pi@raspberrypi:~/Adafruit_AMG88xx_python/examples $ sudo python thermal_cam.pyTraceback (most recent call last):
File "thermal_cam.py", line 1, in <module>
from Adafruit_AMG88xx import Adafruit_AMG88xx
ImportError: No module named Adafruit_AMG88xx
pi@raspberrypi:~/Adafruit_AMG88xx_python/examples $

Someone else appears to have had the same problem (viewtopic.php?f=19&t=125768), but there was no solution and I thought it best not to resurrect what might be a dead thread.

In case it matters, I have gotten the same error when using both the 13 Mar 2018 and the 29 June 2018 Raspian images.

I appreciate any help!

Nicholas

Locked
Please be positive and constructive with your questions and comments.

Return to “Other Products from Adafruit”