-
Notifications
You must be signed in to change notification settings - Fork 4.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
Strange Framerate behaviour when changing Exposure #1957
Comments
Hello @TimoK93 , The sensor FPS is by bound by exposure values by default. To achieve the goal -
Note that disabling auto-exposure can affect depth performance, especially in low light conditions/ w.o projector illumination. In that case modifying "Gain" can improve it (but also introduce more noise). |
Thanks for reply! I tried your suggestions:
Could this be a USB3 Port limitation? I never heard about this correlated to D435 and JetsonTX2... |
Hello @TimoK93 , The error type
is an indication of a host USB controller having throughput issues, cannot keep the pace with the HW and looses frames. It is often the case of Virtual Machines and unfortunately Jetson TX2. We've experimented with different setups including self-powered USB hubs but could not mitigate it. Also tried extension (PCI-E) USB board instead of onboard USB3 controllers with equally disappointing results. |
Thanks! I will work on with 25 FPS. It is okay for my application! |
I am facing this issue of frame rate not being stable with Jetson tx2 and d415. How do I keep auto exposure ON, the library on Jetson does not compile if I do so. |
I have found that if you use YUYV color stream in the realsense-viewer (or When looking at the datasheets (https://www.intelrealsense.com/wp-content/uploads/2020/06/Intel-RealSense-D400-Series-Datasheet-June-2020.pdf), the tables actually list the fps specs for YUV colorspace rather than RGB, so I suppose it kind of makes sense if stable 30 fps is only assured in YUV. I then found this comment extremely helpful for getting it back into RGB: #4646 (comment) |
Issue Description
Hey devs,
im using my D435 cam on a Jetson TX2. I patched the kernel and installed librealsense with ROS extensions.
The setup seems to work, but there is a strange behaviour with the camera. I start a rs_camera nodelet configured with Depth and Color stream. Depth and Color streams are configured with 1280x720 and 30 fps. The color stream is just streaming with 15 fps. First i could not determine the cause but now i think its a firmware issue:
If i disable auto-exposure and set the exposure value to ~400 (realsense_viewer or rqt_reconfigure), the framerate increases up to ~25 fps. If i switch the exposure value to ~600 or ~200 the fps is decreasing less than 15 fps.
What is this?
And how can i create a stable stream to 30 fps in HD and FHD?
Thanks in advance!
Note: This behaviour is just existing with HD or FHD resolution!
The text was updated successfully, but these errors were encountered: