Delay acumulation with gstreamer and opencv

Hi,
Looks like the circle() function executes on CPU buffers. You may try to get cv::Mat instead of cv::cuda::GpuMat. Please refer to

and run sudo nvpmodel-m 0 and sudo jetson_clocks to get max CPU performance.

cv::cuda::GpuMat is better if you use cuda filter function calls.