groupgets / LeptonModule

Code for getting started with the FLIR Lepton breakout board
https://groupgets.com/manufacturers/flir/products/flir-lepton
BSD 2-Clause "Simplified" License
318 stars 197 forks source link

Lepton 3 support? #54

Open czsimon opened 6 years ago

czsimon commented 6 years ago

Is this library meant to work with the Lepton 3 module? I am unable to get a video feed from it, no matter what I do I get the red square error. Thanks

combatpoodle commented 6 years ago

There are several pull requests which function properly with lepton 3; I think the original authors are concerned with backwards-compatibility to earlier rpi, regarding an SPI device change.

kekiefer commented 6 years ago

You're right that there are a few outstanding PRs that are still out for review. If anyone has a working setup, we would be curious to hear about your experiences with the contributed code.

czsimon commented 6 years ago

I was able to use the code from PR #31, it worked beautifully out of the box, it was the only thing I could find that actually worked.

kekiefer commented 6 years ago

Did you happen to try #33, with the 20MHz clock?

czsimon commented 6 years ago

Not yet but I'm planning to, I'll post the results when I do.

TefaTBob commented 6 years ago

I couldn't get #33 by @amyers-novacoast to work, something must be off in their branch or how I'm compiling it, but this did work for me and my Lepton3: https://github.com/TradeCrafter/lepton3 It's a little glitchy/jumps into fullscreen if you don't change that, but works well enough to test at least. They created a ton of new colormaps and added a screenshot mode too which is neat.