[Camera Support]: The actual fps of the camera does not follow the fps setting of the detector #10225
Answered by
NickM-27
Mar 4, 2024
Replies: 2 comments
|
this can be a camera issue where the camera sends streams with inconsistent frame times leading to ffmpeg sending more frames than requested. Could also be a hardware handling issue. I'd suggest trying preset-vaapi and see if it is any better |
0 replies
Answer selected by
SeanChengN
|
@NickM-27 Since the detector's fps is set to 5, I set the stream's fps to 10 because there is no need for that high fps. After I set the stream fps to full fps, the camera fps remained at 5 and it seemed normal. It looks like there is no need to manually lower the fps of the stream. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




this can be a camera issue where the camera sends streams with inconsistent frame times leading to ffmpeg sending more frames than requested. Could also be a hardware handling issue.
I'd suggest trying preset-vaapi and see if it is any better