Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions include/ipu75xa/ia_imaging/IntelCCATypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ typedef struct {
gtm_glare_detection_type glare_detect_type; /*!< Glare detection type. */
uint32_t lux_level_sensors[2]; /*!< Sensor lux level based glare detection. */
float32_t manual_gamma; /*!< Manual gamma for GTM. */
#ifdef _WIN32
bool cphdr_mode; /*!< Flag indicating if adtm not run WDR in still cpHDR case */
#endif
} cca_gbce_input_params;

/*!
Expand Down
3 changes: 3 additions & 0 deletions include/ipu75xa/ia_imaging/ia_aiq.h
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ typedef struct
bool athena_mode; /*!< Optional. This flag is used to indicate whethe athena mode is enabled in ful_gtm algo*/
gtm_glare_detection_type glare_detect_type; /*!< Optional. Glare detection. */
uint32_t lux_level_sensors[2]; /*!< Optional. Sensor lux level based glare detection. */
#ifdef _WIN32
bool cphdr_mode;
#endif
} ia_aiq_gbce_input_params;

/*!
Expand Down
3 changes: 3 additions & 0 deletions include/ipu7x/ia_imaging/IntelCCATypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,9 @@ typedef struct {
gtm_glare_detection_type glare_detect_type; /*!< Glare detection type. */
uint32_t lux_level_sensors[2]; /*!< Sensor lux level based glare detection. */
float32_t manual_gamma; /*!< Manual gamma for GTM. */
#ifdef _WIN32
bool cphdr_mode; /*!< Flag indicating if adtm not run WDR in still cpHDR case */
#endif
} cca_gbce_input_params;

/*!
Expand Down
3 changes: 3 additions & 0 deletions include/ipu7x/ia_imaging/ia_aiq.h
Original file line number Diff line number Diff line change
Expand Up @@ -442,6 +442,9 @@ typedef struct
bool athena_mode; /*!< Optional. This flag is used to indicate whethe athena mode is enabled in ful_gtm algo*/
gtm_glare_detection_type glare_detect_type; /*!< Optional. Glare detection. */
uint32_t lux_level_sensors[2]; /*!< Optional. Sensor lux level based glare detection. */
#ifdef _WIN32
bool cphdr_mode;
#endif
} ia_aiq_gbce_input_params;

/*!
Expand Down
Binary file modified lib/firmware/intel/ipu/ipu7ptl_fw.bin
Binary file not shown.
Binary file modified lib/firmware/intel/ipu/unsigned/ipu7ptl_fw.bin
Binary file not shown.
Binary file modified lib/libia_aic-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_aic-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_aiq_v1-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_aiq_v1-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_aiq_v1_file_debug-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_aiq_v1_file_debug-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_aiqb_parser-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_aiqb_parser-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_bcomp-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_bcomp-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_cca-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_cca-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_ccat-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_ccat-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_cmc_parser-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_cmc_parser-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_dvs-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_dvs-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_emd_decoder-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_emd_decoder-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_lard-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_lard-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_mkn-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_mkn-ipu7x.so.0
Binary file not shown.
Binary file modified lib/libia_view-ipu75xa.so.0
Binary file not shown.
Binary file modified lib/libia_view-ipu7x.so.0
Binary file not shown.