GithubHelp home page GithubHelp logo

wiplug / leptonmodule Goto Github PK

View Code? Open in Web Editor NEW

This project forked from groupgets/leptonmodule

0.0 2.0 0.0 1.57 MB

License: BSD 2-Clause "Simplified" License

Makefile 2.55% C 84.39% Shell 0.06% C++ 11.12% Arduino 1.87%

leptonmodule's Introduction

LeptonModule

The FLIR Lepton™ is the most compact longwave infrared (LWIR) sensor available as an OEM product. It packs a resolution of 80 × 60 pixels into a camera body that is smaller than a dime. This revolutionary camera core is poised to equip a new generation of mobile and handheld devices, as well as small fixed-mount camera systems, with thermal imaging capabilities never seen before.Lepton contains a breakthrough lens fabricated in wafer form, along with a microbolometer focal plane array (FPA) and advanced thermal image processing.

More Information http://www.pureengineering.com/projects/lepton

raspberrypi_capture

This is for the raspberry pi, you have to enable the spi and i2c ports first for this code to work.

  1. sudo vi /etc/modules
  2. add # in front of spi-bcm2708 and ic2-dev
  3. to compile the code just run "gcc raspberry_pi_capture.c"
  4. to capture an image run "sudo ./a.out"
  5. a file called image.pgm will be created, you can use GIMP to view the image

See the wiki page for more information: https://github.com/PureEngineering/LeptonModule/wiki

arduino_i2c

This example shows how to read the i2c ports using an Arduino. Note that most Arduino hardware does not have enough memory to buffer the thermal image. 80602 = 9600 bytes. Some of the Arm based units will work.

STM32F3Discovery_ChibiOS

Download and install ChibiOS_2.6.5 into the same directory first. This example takes the SPI data stream from the Lepton module, buffers it and send it out the USB VCP device. On the PC the binary stream of data can be parsed easily by looking for the 0xdeadbeef header on each frame.

stm32nucleo_401re

This example shows how to read stream photos at the rate of about 1 every 2 seconds from the $10 STM32nucleo 401 RE development board. This example uses the mbed toolchain, an extremely simple to use web based IDE.

ThermalView

This super simple win32 example shows how draw the images onto the screen of a windows computer. This software is compiled using MinGW toolchain.

edison_capture

This example shows how to capture a still image from the lepton using Intel Edison.

leptonmodule's People

Contributors

adgriff2 avatar johnsteam avatar pureengineering avatar

Watchers

 avatar  avatar

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.