diff --git a/configs/test_cam1_strict_minio_alarm_rtsp_server.json b/configs/test_cam1_strict_minio_alarm_rtsp_server.json index c0929b4..660f503 100644 --- a/configs/test_cam1_strict_minio_alarm_rtsp_server.json +++ b/configs/test_cam1_strict_minio_alarm_rtsp_server.json @@ -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,