Skip to content

ebachard/ht301_hacklib

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ht301_hacklib

ht-301 thermal camera opencv python lib.

It's a very simple hacked together lib, might be useful for somebody,

uses matplotlib which is a little bit on the slow side, or pure opencv - much faster but without most features

Tested on ubuntu 20.04:

$ ./pyplot.py
keys:
    'h'      - help
    ' '      - pause, resume
    'u'      - calibrate
    't'      - draw min, max, center temperature
    'a', 'z' - auto exposure on/off, auto exposure type
    'w'      - save to file date.png
    ',', '.' - change color map
    left, right, up, down - set exposure limits

pyplot output pyplot output

$ ./opencv.py

opencv output

About

ht-301 thermal camera opencv lib

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%