修改测试配置
Some checks are pending
CI / host-build (push) Waiting to run
CI / rk3588-cross-build (push) Waiting to run

This commit is contained in:
sladro 2026-01-05 15:20:41 +08:00
parent 0548226611
commit 5a0ba17bcb

View File

@ -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,