Hi,
The decoded YUVs are in NvBuffer. If you would like to transfer NvBuffer to other process directly, we don’t have the implementation. There is a similar topic:
So you would need to create shared memory(CPU memory) and copy NvBuffer to the memory for sharing to other processes, this may consume certain CPU loading though.