depthai-core icon indicating copy to clipboard operation
depthai-core copied to clipboard

[Question] rgb_depth_aligned video stream are not in sync

Open schirrmacher opened this issue 2 years ago • 1 comments

When using the example rgb_depth_aligned.cpp I notice a delay of the two video streams:

Screenshot 2023-10-12 at 19 23 15

How can I solve this and overlap them in realtime?

schirrmacher avatar Oct 12 '23 17:10 schirrmacher

Reducing the ISP size with camRgb.setIspScale(1, 3) improved the synchronisation but it is still not perfect.

schirrmacher avatar Oct 12 '23 17:10 schirrmacher