Hi guys,
For the gstreamer buffer(memory:nvvm) we can convert buffer to numpy array, This occurred a critical problem: copy from GPU buffer to CPU buffer,
I want to know, this problem only is for discrete GPUs or involved also for jetson devices? If it’s for both, In the jetson devices the GPU and CPU memory is shared, why this copying is occurred? I want to know those buffers (GPU buffer and CPU buffer) are independent from shared memory?