libcamera v0.7.2+rpt20260817
Supporting cameras in Linux since 2019
Loading...
Searching...
No Matches
libcamera::ipa::LscDescriptor Struct Reference

Describe the ISP LSC engine. More...

Collaboration diagram for libcamera::ipa::LscDescriptor:

Public Attributes

std::vector< std::string > keys
 The list of colour components to which a list of gains is associated with in the tuning file. Used for parsing the tuning file.
 
unsigned int numHSamples
 Number of horizontal gain samples of the ISP LSC grid. Used for validating the list of gains parsed from tuning file.
 
unsigned int numVSamples
 Number of vertical gain samples of the ISP LSC grid. Used for validating the list of gains parsed from tuning file.
 
Size sensorSize
 The physical sensor size. This is the largest frame size used to generate the LSC table. Only used by the polynomial LSC algorithm.
 

Detailed Description

Describe the ISP LSC engine.

Member Data Documentation

◆ sensorSize

libcamera::ipa::LscDescriptor::sensorSize

The physical sensor size. This is the largest frame size used to generate the LSC table. Only used by the polynomial LSC algorithm.

Todo:
: Most likely the reference frame should be native_size. Let's wait how the internal discussions progress.

The documentation for this struct was generated from the following files: