DIY thermal vision shoots 360° panoramas
kurokesu.com
DIY thermal vision shoots 360° panoramas
1–10 of 37 posts
Re: DIY thermal vision shoots 360° panoramas
#2Re: DIY thermal vision shoots 360° panoramas
#3Both are fairly easy to talk to over I2C. You can make a passable wireless (low-res) thermal camera using something like a Particle Photon.
The MLX90640 isn't out until September unfortunately.
NB: Actually Farnell have the Grid-EYE for only £16, but the full range ( -20 to 100) model is backordered. You can still get the 0 to 80 version easily.
Re: DIY thermal vision shoots 360° panoramas
#4In case someone finds it useful, I published a Seeed Studio recipe: http://www.seeed.cc/Grove-MLX90614-p-1157.html and adapted an Arduino library: https://github.com/fauria/bildr-mlx90614 for the MLX90614.
Re: DIY thermal vision shoots 360° panoramas
#5Cached version:
http://webcache.googleusercontent.com/search?q=cache:VQlpQWh...
Re: DIY thermal vision shoots 360° panoramas
#6This is really cool, given how expensive thermal cams can be. The main sensor used by the author (Melexis MLX90614) costs only ~14$ at my local retailer, you can probably get it a bit cheaper if you order online.
Re: DIY thermal vision shoots 360° panoramas
#7HN hug of death strikes again. Cached version: http://webcache.googleusercontent.com/search?q=cache:VQlpQWh...
Re: DIY thermal vision shoots 360° panoramas
#8An alternative is the 8x8 Grid-EYE from Panasonic, costs around £30. The Melexis equivalent is a 16x4 which costs about the same. Note you'll need to fill in a fairly lengthy export/release form to get hold of the Grid-EYE sensors. I haven't had any problems ordering them from Farnell, just tell them what your project is. Both are fairly easy to talk to over I2C. You can make a passable wireless (low-res) thermal cam…
Here are the octopart links for both:
AMG8851 ( https://octopart.com/amg8851-panasonic-23284568 )
MLX90621 ( https://octopart.com/mlx90621esf-bad-000-sp-melexis-52364204 )
Re: DIY thermal vision shoots 360° panoramas
#9First post: http://orbides.org/photobot.php?lng=eng&mode=making1
Sample image: http://orbides.org/photobot.php?lng=eng&mode=pic
Re: DIY thermal vision shoots 360° panoramas
#10I built a similar, although much less sophisticated prototype at a hackathon a few months ago: https://github.com/fauria/thermoman-360 In case someone finds it useful, I published a Seeed Studio recipe: http://www.seeed.cc/Grove-MLX90614-p-1157.html and adapted an Arduino library: https://github.com/fauria/bildr-mlx90614 for the MLX90614.