How to save screenshots using deepstream?

Please provide the following information when requesting support.

• Hardware (T4/V100/Xavier/Nano/etc)
Nano
• Network Type (Detectnet_v2/Faster_rcnn/Yolo_v4/LPRnet/Mask_rcnn/Classification/etc)
LPRnet
• TLT Version (Please run “tlt info --verbose” and share “docker_tag” here)
• Training spec file(If have, please share here)
• How to reproduce the issue ? (This is for errors. Please share the command line and the detailed log here.)
Hi guys:
I want to modify deepstream_lpr_app to save the screenshot of the license plate output by LPDnet to a local folder,any ideas?Thanks.

The deepstream_lpr_app will save output to an h264 file.
You can run this h264 file via VLC , then save the screenshot.
Or you can run ffmpeg to dump each frame of h264 file.

Hi, Morganh:
What I want to save is a screenshot of the license plate instead of a screenshot of the entire output screen.

In this case, you can run ffmpeg to dump each frame of h264 file.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.