From 1a2073554c3e48287938422ea2b89d71b6f5c6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=96=BB=E8=85=BE=E5=82=B2?= <9218441+yu-tengao@user.noreply.gitee.com> Date: Fri, 11 Jun 2021 11:29:48 +0800 Subject: [PATCH] update hispark_aries/config.json. --- hispark_aries/config.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/hispark_aries/config.json b/hispark_aries/config.json index 9e88d163..593edba5 100755 --- a/hispark_aries/config.json +++ b/hispark_aries/config.json @@ -37,6 +37,9 @@ { "subsystem": "multimedia", "components": [ + { "component": "camera_lite", "features":[] }, + { "component": "media_lite", "features":[] }, + { "component": "audio_manager_lite", "features":[] }, { "component": "media_service", "features":[] } ] }, -- Gitee