Myzhar / Lepton3_BBB

A grabber for BeagleBone Blue to acquire thermal images from Lepton3 sensor
GNU Lesser General Public License v3.0
13 stars 4 forks source link

Add RGB mode #6

Closed Myzhar closed 6 years ago

Myzhar commented 6 years ago

Change default 14 bit RAW mode to RGB888 to get coloured images

  1. Disable Radiometry
  2. Enable AGC
  3. Change 14bit to RGB888
  4. Select LUT

Documentation:

Useful commands:

LEP_GetOemVideoOutputFormat ()
LEP_SetOemVideoOutputFormat ()
LEP_GetAgcEnableState()
LEP_SetAgcEnableState()
LEP_GetVidPcolorLut()
LEP_SetVidPcolorLut()