'I2C communication to FLIR Lepton 2.5 with python (smbus)
I am using the pylepton library for receiving images from a FLIR lepton dev kit via SPI. On the other hand commands to the camera are sent via i2c, which are not included in the pylepton library. So I thought I use the smbus library to send for example an FFC-command. I know the address of the camera is 0x2a but I dont know what to send. How to use word start, word end? The datasheet is given below, the command list starts at page 28.
https://cdn.sparkfun.com/assets/8/b/a/2/d/lepton-engineering-datasheet---with-radiometry.pdf
Thank you in advance
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
