hi_stitching_gain_type

Description

Defines the enumeration of gain compensation types.

Prototype

typedef enum  {
    GAIN_NONE = 0,  // No gain compensation is required.
    GAIN_LUT,       // Gain compensation is implemented by configuring the remapping information of each image component.
    GAIN_VALUE,     // Gain compensation is implemented by configuring the gain value.
    GAIN_BUILTIN,   // Gain compensation is implemented by the VPC.
} hi_stitching_gain_type;