• Hardware Platform (Jetson / GPU) TX2
• DeepStream Version 5.0
• JetPack Version (valid for Jetson only) 4.4.1
Hi!
I have a DS pipeline (deestream-test2 for example). I call osd_sink_pad_buffer_probe after nvdsosd plugin and get NvBufSurface in it. How can I encode NvBufSurface in jpeg using nvJpeg like cv::imencode(“.jpeg”, image, m_image, { cv::IMWRITE_JPEG_QUALITY, 100 }); and save it. Or are there any faster and more usable ways?