Coder Social home page Coder Social logo

thermal_imager's Introduction

This code is meant for Raspberry PI and Raspberry PI 2.

It has been tested on the OS Raspbian.

In order to build this example, you'll have to first install the qt4-dev-tools package, which allows compiling of QT applications.

You'll also need to enable the SPI and I2C interfaces on the raspi.

You'll need to build the Lepton SDK binary in order to issue commands to the lepton over I2C, such as performing flat-field calibration. To do this, cd into LeptonSDKEmb32PUB and run the command: make

Once everything's in place, cd into the lepton_raspberry folder, and run the command: qmake && make. This will compile the application.

In order for the application to run properly, a lepton camera must be attached in a specific way to the SPI, power, and ground pins of the Raspi's GPIO interface, as well as the I2C SDA/SCL pins.

  • Lepton's GND pin should be connected to RasPi's ground.
  • Lepton's CS pin should be connected to RasPi's CE0 pin.
  • Lepton's MISO pin should be connected to RasPI's MISO pin.
  • Lepton's CLK pin should be connected to RasPI's SCLK pin.
  • Lepton's VIN pin should be connected to RasPI's 3v3 pin.
  • Lepton's SDA pin should be connected to RasPI's SDA pin.
  • Lepton's SCL pin should be connected to RasPI's SCL pin.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.