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 the l515 FPS locked at 30? #9722

Closed
nirenyang opened this issue Sep 2, 2021 · 3 comments
Closed

Is the l515 FPS locked at 30? #9722

nirenyang opened this issue Sep 2, 2021 · 3 comments
Labels

Comments

@nirenyang
Copy link

nirenyang commented Sep 2, 2021

Is the l515 FPS locked at 30? Can l515 customize a lower FPS? For example, 10fps.

Thanks!

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Sep 2, 2021

Hi @nirenyang Yes, the depth and infrared FPS of the L515 camera model is fixed at 30. RGB supports 6, 15, 30 and 60.

If you need a custom FPS that is lower, a programming technique that can be used to achieve this is to only use every 'nth' frame. For example, if you want 6 FPS then set the camera to 30 FPS but only use every 5th frame.

An example of a script in the Python language that performs this procedure can be found at #9480 (comment)

@MartyG-RealSense
Copy link
Collaborator

Hi @nirenyang Do you require further assistance with this case, please? Thanks!

@MartyG-RealSense
Copy link
Collaborator

Case closed due to no further comments received.

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

No branches or pull requests

2 participants