修改测试配置
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_h": 640,
"dst_format": "rgb", "dst_format": "rgb",
"keep_ratio": false, "keep_ratio": false,
"use_rga": true "use_rga": false
}, },
{ {
"id": "ai_cam1", "id": "ai_cam1",
@ -58,11 +58,11 @@
"type": "preprocess", "type": "preprocess",
"role": "filter", "role": "filter",
"enable": true, "enable": true,
"dst_w": 1920, "dst_w": 1280,
"dst_h": 1080, "dst_h": 720,
"dst_format": "nv12", "dst_format": "nv12",
"keep_ratio": false, "keep_ratio": false,
"use_rga": true "use_rga": false
}, },
{ {
"id": "alarm_cam1", "id": "alarm_cam1",
@ -124,8 +124,8 @@
"role": "sink", "role": "sink",
"enable": true, "enable": true,
"codec": "h264", "codec": "h264",
"fps": 25, "fps": 30,
"gop": 50, "gop": 60,
"bitrate_kbps": 2000, "bitrate_kbps": 2000,
"use_mpp": true, "use_mpp": true,
"use_ffmpeg_mux": true, "use_ffmpeg_mux": true,