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
315 stars 195 forks source link

v4l2lepton for Lepton 3.5 #73

Open istranic opened 4 years ago

istranic commented 4 years ago

Just wondering if anyone has updated v4l2lepton to work with Lepton 3.5?

kekiefer commented 4 years ago

Not to my knowledge, but it would be nice to have. There is a PR #71 (that I still have to review) that builds upon some previous work that breaks Lepton 3 support into a common module.

istranic commented 4 years ago

@kekiefer Thanks for the info. It doesn't seem like PR #71 is related to v4l2lepton, but are you saying that some of the work in #71 could be re-used in order to make v4l2lepton work with Lepton 3.5?

kekiefer commented 4 years ago

The second thing. #71 has nothing to do with v4l2lepton directly, but it creates common code that could be reused by v4l2lepton to support Lepton 3.

istranic commented 4 years ago

Cool, thx

crisposada commented 3 years ago

Hi @istranic ! Have you had progress on this? I would like to get v4l2lepton to work with Lepton 3.5

istranic commented 3 years ago

@crisposada No sir, still hoping someone gets this to work.

ledfreak3d commented 1 year ago

2 years later and nobody ?

marty-sullivan commented 1 year ago

@ledfreak3d I wrote v4l2lepton. The difference between frame grabbing in Lepton v2 and v3 is significant. However, the code is there in:

https://github.com/groupgets/LeptonModule/blob/master/software/raspberrypi_video/LeptonThread.cpp

If someone can basically take this code and modify v4l2lepton code to match here:

https://github.com/groupgets/LeptonModule/blob/master/software/v4l2lepton/v4l2lepton.cpp

This could provide the solution. Unfortunately, I do not have a Lepton 3+ and so I cannot update the code myself.

ledfreak3d commented 1 year ago

Ill see what i can do

Op za 11 feb. 2023 21:47 schreef Marty Sullivan @.***>:

@ledfreak3d https://github.com/ledfreak3d I wrote v4l2lepton. The difference between frame grabbing in Lepton v2 and v3 is significant. However, the code is there in:

https://github.com/groupgets/LeptonModule/blob/master/software/raspberrypi_video/LeptonThread.cpp

If someone can basically take this code and modify v4l2lepton code to match here:

https://github.com/groupgets/LeptonModule/blob/master/software/v4l2lepton/v4l2lepton.cpp

This could provide the solution. Unfortunately, I do not have a Lepton 3+ and so I cannot update the code myself.

— Reply to this email directly, view it on GitHub https://github.com/groupgets/LeptonModule/issues/73#issuecomment-1426873709, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAYM3CQSQ7OKXMH2EFDDSRTWW73HJANCNFSM4KYDJZQQ . You are receiving this because you were mentioned.Message ID: @.***>

prismalink12 commented 1 year ago

@ledfreak3d Hey did you ever upgrade the code for 3.5?