rv1108: add h264 encoder to cvr.conf

Change-Id: I94c35b096054a10761f6f05bac525f735d8d627e
Signed-off-by: Frank Liu <frank.liu@rock-chips.com>
This commit is contained in:
Frank Liu
2019-10-31 20:52:50 +08:00
parent fda712819c
commit 799598905c
2 changed files with 9 additions and 1 deletions

View File

@ -66,7 +66,7 @@ export RK_ROOT_FILESYSTEM_SIZE=6M
# Firmware Config #
########################################
# setting.ini for firmware
export RK_SETTING_INI=setting.ini
export RK_SETTING_INI=setting-cvr.ini
########################################
# Build Config #

View File

@ -17,6 +17,14 @@
"height": 1080
}
},
{
"name": "H264EncodeProcess",
"Parent": "NrProcess",
"buffer_count": 3,
"parameter": {
"duration": 60
}
},
{
"name": "DisplayProcess",
"Parent": "NrProcess",