Repeated frames using gstreamer with multiple cameras in OpenCV

Hi,
Please apply the steps and check if it helps:

  1. Run sudo nvpmodel -m 0 and sudo jetson_clocks
  2. Set sync=0 to appsink

Since there i sadditional memory copy when running OpenCV on Jetson platforms( please check this post ), the performance is dominated by CPU capability. For multi-camera use-case, we would suggest run gstreamer or jetson_multimedia_api.

1 Like