Hi,
Can nvbuffer be used across processes? We are developing a transcoding application, because sometimes it will block when the encoder is turned off, so we want to create a parent process for the decoder, create a child process for encoding, and then pass the decoded nvbuffer to the child process for encoding through a pipe, is this feasible?
Thanks.