Have confirmed the issued was due to GStreamer buffering.
I had opened two separate streams sequentially and was combining both streams using OpenCV. Instead I have changed the GStreamer configuration to initialise both streams, combine them together, then read the combined single source in OpenCV. This results in both camera streams being in sync.
I had opened two separate streams sequentially and was combining both streams using OpenCV. Instead I have changed the GStreamer configuration to initialise both streams, combine them together, then read the combined single source in OpenCV. This results in both camera streams being in sync.
Statistics: Posted by cliff43 — Fri Mar 01, 2024 2:09 am