From b6faedf8026913384c9812ccde5b39407c3cdab6 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Sun, 3 May 2026 16:21:23 -0300 Subject: [PATCH] fix: use resolved fps for gst cfr probe --- scripts/manual/run_upstream_av_sync.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/manual/run_upstream_av_sync.sh b/scripts/manual/run_upstream_av_sync.sh index dce06e0..f2cd51a 100755 --- a/scripts/manual/run_upstream_av_sync.sh +++ b/scripts/manual/run_upstream_av_sync.sh @@ -1204,7 +1204,7 @@ elif [[ "${capture_mode}" == "pulse" ]]; then v4l2src device="${resolved_video_device}" do-timestamp=true ! \ ${gst_source_caps} ! \ ${gst_decode_chain} \ - videoconvert ! videorate ! video/x-raw,framerate="${video_fps}"/1 ! \ + videoconvert ! videorate ! video/x-raw,framerate="${resolved_video_fps}"/1 ! \ x264enc tune=zerolatency speed-preset=ultrafast key-int-max=1 bitrate=5000 ! \ h264parse ! \ queue ! mux. \