depthai-core
depthai-core copied to clipboard
[Question] rgb_depth_aligned video stream are not in sync
When using the example rgb_depth_aligned.cpp I notice a delay of the two video streams:
How can I solve this and overlap them in realtime?
Reducing the ISP size with camRgb.setIspScale(1, 3) improved the synchronisation but it is still not perfect.