Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any way to increase the upper limit of FPS? #35

Open
KeitoTakaishi opened this issue Apr 19, 2024 · 1 comment
Open

Is there any way to increase the upper limit of FPS? #35

KeitoTakaishi opened this issue Apr 19, 2024 · 1 comment

Comments

@KeitoTakaishi
Copy link

When sending images, the FPS limit seems to be 29,97 regardless of resolution.
Is there any way to increase the upper limit of FPS? Or is this a NDI specification?

@ParticleG
Copy link

When sending images, the FPS limit seems to be 29,97 regardless of resolution. Is there any way to increase the upper limit of FPS? Or is this a NDI specification?

According to the doc: NDI frame-types , it should at least support up to 59.94 Hz.

video_frame = ndi.VideoFrameV2(FourCC=ndi.FOURCC_VIDEO_TYPE_BGRA, frame_rate_N=60000, frame_rate_D=1001)

Try create video_frame like this, and you should get a higher refreshrate:
image

But I'm having trouble making it using higher frame rate like 90HZ or 120HZ. No matter how I tinker with frame_rate parameter it would always have stuttering in video stream.

If you could achieve higher fps, please tell me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants