Skip to content

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

Open
Kk-Ling opened this issue Apr 8, 2025 · 4 comments

Comments

@Kk-Ling
Copy link

Kk-Ling commented Apr 8, 2025

Image

深度图总是比彩色图慢,能否通过已有办法解决?否则我只能通过延迟显示色彩图来实现,这样就达不到实时的效果

@zhonghong322
Copy link
Contributor

@Kk-Ling
Copy link
Author

Kk-Ling commented May 7, 2025

Please use the following two samples for testing. https://github.com/orbbec/pyorbbecsdk/blob/v2-main/examples/hw_d2c_align.py https://github.com/orbbec/pyorbbecsdk/blob/v2-main/examples/sync_align.py

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.

@zhonghong322
Copy link
Contributor

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?

@Kk-Ling
Copy link
Author

Kk-Ling commented May 16, 2025

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.
firmware version: 1.2.81
Python SDK version: 2.0.9

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

No branches or pull requests

2 participants