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!

Last updated
Was this helpful?