From 45a70b6384b7fc92f6b4fa1cb5fa76d8d5679efd Mon Sep 17 00:00:00 2001 From: Zhichao Yu Date: Sun, 8 Sep 2019 15:45:14 +0800 Subject: [PATCH] rv1108: cvr: change DisplayProcess parent to NrProcess Change-Id: Idd135a21a44c85faa0855f8023e981aaca1159e4 Signed-off-by: Zhichao Yu --- rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf b/rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf index 639568c..853e591 100644 --- a/rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf +++ b/rv1108/overlay-board/rv1108-minievb-v10/etc/cvr.conf @@ -8,11 +8,6 @@ "fps": 30, "buffer_count": 5, "ProcessUnit": [ - { - "name": "DisplayProcess", - "Parent": "ISP", - "buffer_count": 0 - }, { "name": "NrProcess", "Parent": "ISP", @@ -21,6 +16,11 @@ "width": 1920, "height": 1080 } + }, + { + "name": "DisplayProcess", + "Parent": "NrProcess", + "buffer_count": 0 } ] }