-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Framerate changes to 15 fps when I disable auto exposure #3087
Comments
Hi @Chenhui-Guo I was not able to replicate your FPS drop when disabling auto-exposure. I found though that if FPS was set to 60 like in the above image and I artifically forced an FPS drop by increasing the manual RGB exposure value then it returned to 60 if RGB exposure was set to a value of 78. |
Thanks for the reply! @MartyG-RealSense I tried it the way you said, after disabling auto-exposure, setting the RGB exposure value affects the frame rate. When the exposure value was set above 160, the frame rate started dropping from 60.
I need to set a high exposure value for dark scenes, e.g. 600. Does that mean the RGB frame rate won't reach the 60 fps I set? Is low frame rate due to high exposure a hardware bottleneck for the D435i? I still want to ask if there is any other way to get the frame rate up? Looking forward to your reply! |
The mathematics of how exposure affects FPS is described at IntelRealSense/librealsense#1957 (comment) There is not a way to avoid the FPS drop when using an RGB exposure value of 600, unfortunately. You can though increase the RGB Brightness setting to brighten the RGB image without affecting FPS. If you needed the RGB image to be able to 'see in the dark' then the alternative would be to place an external lamp near your D435i camera, or instead use a RealSense camera model that supports streaming RGB from the left infrared sensor so that the camera's IR emitter enables the camera to provide a clear image in the dark. This feature is available on D405, D415 and the D455 type models (D455, D455f, D456, D457). The dots on the image below, taken by a D455, are from the camera's infrared pattern projector that enables dark-environment use of the camera. |
Thanks for the advice, you've solved my doubts. I will try to increase RGB Brightness. |
You are very welcome. I'm pleased that I could help. :) |
Issue Description
When I turn off Auto Exposure of the rgb camera, the fps parameter will be invalid and the fps drops to 15. Whether I set the Auto Exposure parameter in realsense-viewer or in ros launch file, it looks like this:
Is it true that if I turn off Auto Exposure I can't set the frame rate, it only stays at 15 fps?
The text was updated successfully, but these errors were encountered: