-
Notifications
You must be signed in to change notification settings - Fork 202
Description
Hi!
I am using the FLIR Lepton 3.5 with the Breakout Board v2 and have an issue with the shutter.
I want to test its behavior using the LeptonModule code and retrieve information about its position and input signals.
How can I access this data? I know that the register for the shutter position is 0x0238, and the Shutter Mode OBJ is 0x023C, but how can I read these values? What data type do they return?
Can I access these registers using Python?
I have uploaded an example of how I thought I could modify or read the register, but I am unsure about the correct data type.
Additionally, I have an issue with the live camera feed in LeptonModule’s Live View. The first 1/3 of the image is displayed correctly, but the remaining 2/3 are not visible. I have attached an example image showing the problem.
Thanks for your help!