groupgets / purethermal1-uvc-capture

USB Video Class capture examples for PureThermal 1 / PureThermal 2 FLIR Lepton Dev Kit
124 stars 81 forks source link

How to change frame rate of lepton 3.5 #41

Open jmhjimenez opened 3 years ago

jmhjimenez commented 3 years ago

Hello,

Is there a function in this library to change the frame rate of lepton 3.5? I just need to capture an image per second (and not 9Hz).

sayezz commented 2 years ago

Hey, did you have a look at this here: https://cdn.sparkfun.com/assets/0/6/d/2/e/16465-FLIRLepton-SoftwareIDD.pdf Maybe you can find an option in the document.

Also you could start a timer of 1 second instead of continuous frame grabing. This way you are flexible with how many images per second you would like to have.