• Hardware Platform (Jetson / GPU): jetson
• DeepStream Version : 5.0 ga
• JetPack Version (valid for Jetson only) : 4.4
• TensorRT Version 7.x
Is it possible to set some specific region of streams to only process this part of frames? If so, How?
• Hardware Platform (Jetson / GPU): jetson
• DeepStream Version : 5.0 ga
• JetPack Version (valid for Jetson only) : 4.4
• TensorRT Version 7.x
Is it possible to set some specific region of streams to only process this part of frames? If so, How?
There are two ways:
In gst-nvinfer configuration file, you can set “roi-top-offset” and “roi-bottom-offset” parameters, which will only infer in the area inside “roi-top-offset” and “roi-bottom-offset” . But there is no “right” and “left” roi setting. Gst-nvinfer — DeepStream 6.1.1 Release documentation
To crop the video before send it to gst-nvinfer.
The nvvideoconvert supports “src-crop” and “dest-crop” properties.
Gst-nvvideoconvert — DeepStream 6.1.1 Release documentation