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
317 stars 197 forks source link

No Pixel Data in the VoSPI frame with Lepton 3.x #59

Closed The-Oracle closed 6 years ago

The-Oracle commented 6 years ago

I am using a customized version of raspberrypi_video (instead of a GUI displaying the unique VoSPI frames, it's a Qt console application that writes JPEGs to a RamDisk filesystem. I had it working with a Lepton 3.0, I wanted to test the 3.5, because of its inclusion of radiometry, so I bought one. I am able to perform an ffc, but every bit after the segment id is 0's, the segment id increments as its supposed to, any idea whats going on? What would cause the Lepton to not supply any raw 14-bit pixel data? Update: now my code is not even working with the Lepton 3.0. I tried pinning out the Lepton adapter with wires, instead of using the ribbon cable to my interfacing board, but both of them still are doing the same thing. I have tried 4 different Raspberry Pi's, I even created a fresh Raspbian image, but no luck. I have even tried raspberrypi_video from the LeptonModule fork that supports Lepton 3.0, and it just displays black with the red square. This is happening with all 3 of my LeptonModules, on four different Raspberry Pi's (2, 3b, 3b+ and Zero WH).