Hi,
We don’t have existing data, you can add code in
/usr/src/jetson_multimedia_api/samples/09_camera_jpeg_capture/
To profile createNvBuffer()/copyToNvBuffer() through gettimeofday() like:
// pseudo code
gettimeofday(startTime);
copyToNvBuffer();
gettimeofday(endTime);
For maximum throughput, please refer to this post to run hardware converter at max clock:
Nvvideoconvert issue, nvvideoconvert in DS4 is better than Ds5? - #3 by DaneLLL