Skip to content

simpart/seekutil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

seekutil

a function for simple access to SeekThermal by python

it can get the following data:

  • image data
  • max temperature
  • min temperature

sample image

sample

support

SeekThermal Compact XR (maybe Compact is ok)

require

python2.7, numpy, pyusb, Pillow

SeekThermal.getInfo()

get information from SeekThermal Device

return

{ 'image': (PIL.Image.Image), 'temperature': { max: (float), min: (float) } }

sample

please see also ./src/sample.py

seek = SeekThermal()
inf  = seek.getInfo()
print(inf)
inf['image'].save('./thermo.bmp')

About

python library for simple access to SeekThermal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published