Is there a hardware-accelerated JPEG encoder plugin in DeepStream5? I found the “deepstream-image-meta-test” example can only encode cropped image, but I want to save the whole frame to JPEG file.
DaneLLL
3
Hi,
For saving the whole frame, you would need to use NvBufSurface APIs and cv::imwrite(). Please refer to
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Encoding JPEG images using MMAPI | 2 | 742 | October 12, 2021 | |
| Deepstream保存一帧图像 | 2 | 1410 | October 12, 2021 | |
| How to save frames to a JPEG file in deepstream_app.c ? | 2 | 2107 | October 12, 2021 | |
| DeepStream3.0: How to save decoded frame in .jpg format (or OpenCV Mat) after decode | 7 | 1146 | October 12, 2021 | |
| Dump jpeg in deepstream5.0 | 3 | 1682 | September 18, 2021 | |
| How to get jpeg image after nvosd step? | 12 | 1518 | October 12, 2021 | |
| Hardware image encoding error in deepstream probe callback function | 3 | 120 | April 29, 2025 | |
| Encode image from NvBufSurface to jpeg using nvJpeg | 2 | 818 | October 12, 2021 | |
| Save frames extracted from Deepstream pipeline in C++ OpenCV | 8 | 1160 | October 30, 2023 | |
| How to convert NvBufSurface to jpeg? | 9 | 1455 | November 9, 2022 |