From c445dec8ef19cf7a2f06392fdd3b95e9c347c651 Mon Sep 17 00:00:00 2001 From: Qulei Date: Fri, 6 Jun 2025 12:09:38 +0800 Subject: [PATCH] log video cover frame covertion Signed-off-by: Qulei --- framework/algorithm/common/include/vpe_model_path.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/algorithm/common/include/vpe_model_path.h b/framework/algorithm/common/include/vpe_model_path.h index 4fbea90..5c0a5ae 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 -- Gitee