diff --git a/framework/algorithm/common/include/vpe_model_path.h b/framework/algorithm/common/include/vpe_model_path.h index 4fbea901ed18a6d5899f3a05b0a517d073eef9ef..5c0a5aeeaacd6e29d86276db51d6643d1470b2b5 100644 --- a/framework/algorithm/common/include/vpe_model_path.h +++ b/framework/algorithm/common/include/vpe_model_path.h @@ -82,6 +82,7 @@ enum VpeModelKey { VIDEO_AIHDR_ALGO_CONFIG, VIDEO_AIHDR_MODEL, IMAGE_SR_10bit_CONVERT_KERNEL, + HLOG_IMAGE_CONVERT, VPE_MODEL_KEY_NUM, }; @@ -147,6 +148,7 @@ const std::array VPE_MODEL_PATHS = { "/sys_prod/etc/VideoProcessingEngine/video_aihdr_algo_config.xml", "/sys_prod/etc/VideoProcessingEngine/GTM_AIHDR.omc", "/sys_prod/etc/VideoProcessingEngine/10bitAisr.bin", + "/sys_prod/etc/VideoProcessingEngine/hlog_image_process.bin" }; } // namespace VideoProcessingEngine } // namespace Media