Skip to content

prodiggy8/mlx90640-driver

Repository files navigation

mlx90640 driver

this is a c++ driver for mlx90640 thermal sensor arrays over the TCA9548A I2C mux. it uses opencv for live display and libtiff to save full precision temperature data.

setup

  1. install dependencies: sudo apt-get install libopencv-dev libtiff-dev libi2c-dev
  2. make

usage

./mlxget -l : live view only (no saving)

./mlxget -s 10 : record raw 32-bit float tiffs for 10 seconds

./mlxget -s 30 -c : record colorized 8-bit tiffs for 30 seconds

./mlxget : continuous capture until ctrl+c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors