Hi NVIDIA:
We are using the Jetson NX platform to do some function similar to video file recording. We found that the blocking time of some APIs, such as “NvBufferCreateEx“ and “cudaMemcpy“ , will occasionally become longer when the written traffic is large. These unexpected blocking time will decrease the real-time performing of our project. Especially when we write date to SSD and transfer it from SSD to an external USB flash device, the situation will get worse, so that the action of dqbuffer form the nvenc’s output_plane will occasionally be blocked for seconds.
Question is will the written traffic affect the performance of nvbuffer and nvenc? How does it happen? How to solve it?
Platform is Jetson Xavier NX, R32.7.3.
Thanks.