From 5a0299b7c34fd4836fb45088e96ed9282e698f4c Mon Sep 17 00:00:00 2001 From: openjack Date: Thu, 23 Jun 2022 15:48:27 +0800 Subject: [PATCH] openjack_20220623_fix normal_privew to normal_preview Signed-off-by: openjack --- .../hcs/camera/hal/mpp/hispark_taurus/pipeline_core/config.hcs | 2 +- uhdf2/hcs/camera/hal/v4l2/rpi4b/pipeline_core/config.hcs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uhdf2/hcs/camera/hal/mpp/hispark_taurus/pipeline_core/config.hcs b/uhdf2/hcs/camera/hal/mpp/hispark_taurus/pipeline_core/config.hcs index 8d6d5d5..3174dac 100644 --- a/uhdf2/hcs/camera/hal/mpp/hispark_taurus/pipeline_core/config.hcs +++ b/uhdf2/hcs/camera/hal/mpp/hispark_taurus/pipeline_core/config.hcs @@ -20,7 +20,7 @@ } } } - normal_privew :: pipeline_spec { + normal_preview :: pipeline_spec { name = "normal_preview"; sensor :: node_spec { name = "sensor#0"; diff --git a/uhdf2/hcs/camera/hal/v4l2/rpi4b/pipeline_core/config.hcs b/uhdf2/hcs/camera/hal/v4l2/rpi4b/pipeline_core/config.hcs index 64a32d1..e081bec 100644 --- a/uhdf2/hcs/camera/hal/v4l2/rpi4b/pipeline_core/config.hcs +++ b/uhdf2/hcs/camera/hal/v4l2/rpi4b/pipeline_core/config.hcs @@ -20,7 +20,7 @@ root { } } } - normal_privew :: pipeline_spec { + normal_preview :: pipeline_spec { name = "normal_preview"; source :: node_spec { name = "source#0"; -- Gitee