J
Jan Panteltje
Guest
More Raspberry Pi 4 FLIR test
experimented a bit more with that pimoroni
https://shop.pimoroni.com/products/mlx90640-thermal-camera-breakout?variant=12536948654163
FLIR module and wrote a GUI
that draws temperature related colors and also shows temperature per \'pixel\' (24 x 32).
http://panteltje.com/pub/flir_test_candle_top_left__raspi4_close_bottom_IXIMG_0789.JPG
this is with the pimoroni MLX90640 FLIR module,
using input from their demo code
/root/compile/pantel/mlx90640_FLIR/pimoroni/mlx90640-library-master/examples/step | ./flir_test 0 20 40 0 0 300 1 20 30
the argument numbers allow you to select color range and colors.
# ./flir_test
Usage:
flir_test red_mode red_start red_end green_mode green_start green_end blue_mode blue_start blue_end
mode 0 is normal, warmest most color
mode 1 is inverse, coldest most color
use all integers
Example:
/root/compile/pantel/mlx90640_FLIR/pimoroni/mlx90640-library-master/examples/step | flir_test 0 20 40 0 0 300 1 20 30
work in progress,
Impressive how much power the Pi4 has, code quite a bit of maaaz per frame
and all that in codesize less than 29 kB:
-rwxr-xr-x 1 root root 28536 Feb 4 10:59 flir_test
Have not used a peesee in ages, last time was to align my satellite dish when I moved here.
Anyways, this is nice too:
https://www.ebay.com/itm/393431412214?hash=item5b9a56edf6:g:uOgAAOSwN5Zg5-z
sort of a target, more maaaz.
Ask for the code here but probably better ones exist.
experimented a bit more with that pimoroni
https://shop.pimoroni.com/products/mlx90640-thermal-camera-breakout?variant=12536948654163
FLIR module and wrote a GUI
that draws temperature related colors and also shows temperature per \'pixel\' (24 x 32).
http://panteltje.com/pub/flir_test_candle_top_left__raspi4_close_bottom_IXIMG_0789.JPG
this is with the pimoroni MLX90640 FLIR module,
using input from their demo code
/root/compile/pantel/mlx90640_FLIR/pimoroni/mlx90640-library-master/examples/step | ./flir_test 0 20 40 0 0 300 1 20 30
the argument numbers allow you to select color range and colors.
# ./flir_test
Usage:
flir_test red_mode red_start red_end green_mode green_start green_end blue_mode blue_start blue_end
mode 0 is normal, warmest most color
mode 1 is inverse, coldest most color
use all integers
Example:
/root/compile/pantel/mlx90640_FLIR/pimoroni/mlx90640-library-master/examples/step | flir_test 0 20 40 0 0 300 1 20 30
work in progress,
Impressive how much power the Pi4 has, code quite a bit of maaaz per frame
and all that in codesize less than 29 kB:
-rwxr-xr-x 1 root root 28536 Feb 4 10:59 flir_test
Have not used a peesee in ages, last time was to align my satellite dish when I moved here.
Anyways, this is nice too:
https://www.ebay.com/itm/393431412214?hash=item5b9a56edf6:g:uOgAAOSwN5Zg5-z
sort of a target, more maaaz.
Ask for the code here but probably better ones exist.