top of page

Start with FLiR Lepton Camera Module

  • leomurayama7
  • Jan 2, 2017
  • 1 min read

today I start to have fun with the FLiR Lepton Camera (or thermography camera) with RPI

Following the confiuration below, the only part that I changed was the CS connected to the 26 pin

to 24 pin.

https://learn.sparkfun.com/tutorials/flir-lepton-hookup-guide

Loading the zip file from the Github was necessary so, what I did is

1. enter in the RPI via ssh from my mac laptop

2. in raspi> clone git (HTTPS clone URL)

below is the url of video that I used for that

https://www.youtube.com/watch?v=FV7eiqN01hc

once the zip was downloaded

cd to raspberrypi_video and to compile the code and run it

raspi > qmake && make

raspi > sudo ./raspberrypi_video

At first the result of the screen was strange but, by finishing the program and replugging the VIN and GND

I had a correct result like the photo.

 
 
 

Comments


You Might Also Like:
bottom of page