-
Notifications
You must be signed in to change notification settings - Fork 43
Gemini 335L 有没有办法在使用align_filter_viewer.py或者类似方法的时候让深度图与色彩图在时间上能够重合? #127
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
Comments
Please use the following two samples for testing. |
If the examples run directly, the color will still be real-time, and the depth will still have delay. Ive tried all the samples given and still cannot solve my problem. |
Check the timestamps of depth and color frames in the frameset — if the difference is very small, then the delay is likely due to the device's output. On my side, depth and color are synchronized correctly during testing. What is the firmware version of your device and which version of the Python SDK are you using? |
The delay of depth is exactly 5 fames at 10 fps and 2 frames in 5 fps. |
深度图总是比彩色图慢,能否通过已有办法解决?否则我只能通过延迟显示色彩图来实现,这样就达不到实时的效果
The text was updated successfully, but these errors were encountered: