-
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
Depth data severely out of sync with color data #8205
Comments
Hi @mmatl I have seen this delay effect a few times in the past, either with the upper or lower section of the image. Those cases can be found in the discussion in the link below, and sub-links at the bottom of that discussion. In those cases, the problem also tended to occur sometimes and not all the time. In the case in the above link, updating the librealsense SDK and reducing stream resolution helped. Are you streaming live from the camera or playing back a recorded bag file, please? |
Hi @MartyG-RealSense! Thanks for getting back so quickly. I'm streaming live from the camera at full resolution and 15 FPS. I'll try reducing the resolution and seeing if that helps things in any way. The SDK is current. |
Thanks very much for the information @mmatl - please do share with me your results from resolution reduction once you have them. |
I would suggest keeping 15 FPS as the minimum during testing instead of reducing below that FPS value, as there may be an increased chance of errors resulting from timeouts when using a very low speed such as 6 FPS. I would recommend as a next testing step to see whether enforcing a constant FPS makes a positive difference, You can do so by having Auto-Exposure enabled and setting an option called Auto-Exposure Priority to disabled. I tracked down a Python script where a RealSense users sets the status of Auto-Exposure Priority. Another way to enforce a constant FPS is to have Auto-Exposure disabled and set a manual exposure value within a certain range. You can also test constant FPS in the RealSense Viewer program by setting Auto-Exposure to enabled in the Stereo Module options of the Viewer's side-panel and setting Auto-Exposure Priority to diabled in the RGB options. |
Hi @mmatl Do you require further assistance with this case, please? Thanks! |
Case closed due to no further comments received. |
@MartyG-RealSense We're still experiencing this issue with an FPS of 15 and a resolution of 848x480. It's quite troublesome, as it's difficult to detect when this is happening to the cameras. |
We implement all of the proposed changes and we hardware-reset the camera every so often. |
Could you test please whether setting global time to False (0) makes a difference please? The link below has a script that demonstrates how to access the enable / disable control for global time in Python using rs.option.global_time_enabled |
@MartyG-RealSense Thanks for the rapid reply, appreciate it! I'll give this a shot and report back. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
When using our D415, we sometimes get major issues with our depth stream. For example, here are the color and depth components of an image:
As you can see, the top two-thirds of the depth image is severely (several minutes) out of date with respect to the rest of the depth image and color image.
What could cause this issue?
The text was updated successfully, but these errors were encountered: