I am trying to get radiometric data from my lepton. I have successfully connected to my device and received a numpy array. However, I'm unsure what exactly this array means. It does not seem like it represents temperature data in micro kelvin like this issue mentions: #53 as when I try to get the largest value from my array, it is always 58744 regardless of other data.
How do i get radiometric data from the lepton?
to recreate error condition, get an image from the lepton 3.5 and print(np.max(image, 0)). 58744 is always in the same place in the array generated irrespective of temperature [ (1,7) where the first object is at (0,0)]
I have tried using the groupgets software, and the camera seems fine. I have also used opencv directly, and this is the output i get when i do it
I am trying to get radiometric data from my lepton. I have successfully connected to my device and received a numpy array. However, I'm unsure what exactly this array means. It does not seem like it represents temperature data in micro kelvin like this issue mentions: #53 as when I try to get the largest value from my array, it is always 58744 regardless of other data.
How do i get radiometric data from the lepton?
to recreate error condition, get an image from the lepton 3.5 and print(np.max(image, 0)). 58744 is always in the same place in the array generated irrespective of temperature [ (1,7) where the first object is at (0,0)]
I have tried using the groupgets software, and the camera seems fine. I have also used opencv directly, and this is the output i get when i do it