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.
- install dependencies: sudo apt-get install libopencv-dev libtiff-dev libi2c-dev
- make
./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