修改测试配置
This commit is contained in:
parent
0548226611
commit
5a0ba17bcb
@ -28,7 +28,7 @@
|
||||
"dst_h": 640,
|
||||
"dst_format": "rgb",
|
||||
"keep_ratio": false,
|
||||
"use_rga": true
|
||||
"use_rga": false
|
||||
},
|
||||
{
|
||||
"id": "ai_cam1",
|
||||
@ -58,11 +58,11 @@
|
||||
"type": "preprocess",
|
||||
"role": "filter",
|
||||
"enable": true,
|
||||
"dst_w": 1920,
|
||||
"dst_h": 1080,
|
||||
"dst_w": 1280,
|
||||
"dst_h": 720,
|
||||
"dst_format": "nv12",
|
||||
"keep_ratio": false,
|
||||
"use_rga": true
|
||||
"use_rga": false
|
||||
},
|
||||
{
|
||||
"id": "alarm_cam1",
|
||||
@ -124,8 +124,8 @@
|
||||
"role": "sink",
|
||||
"enable": true,
|
||||
"codec": "h264",
|
||||
"fps": 25,
|
||||
"gop": 50,
|
||||
"fps": 30,
|
||||
"gop": 60,
|
||||
"bitrate_kbps": 2000,
|
||||
"use_mpp": true,
|
||||
"use_ffmpeg_mux": true,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user