3. Setting Flir Lepton to Raspberry Pi

1. Click "Menu" in the top-left hand corner of the screen.

2. Click "Accessories" and then click "Terminal".

3. Type following commands shown below.

$ sudo apt-get -y install git
$ git clone https://github.com/groupgets/LeptonModule.git
$ cd LeptonModule
$ cd raspberrypi_video
$ qmake && make

4. After typing, type following command in order to check whether it works fine.

$ sudo ./raspberrypi_video

if it works fine, you did great!

Trouble Shooting

if it does not work, try the following line

  • Unplug the ribbon cable from the Raspberry Pi and plug it back in without turning anything off/on.

Last updated

Was this helpful?