Pass-through or bypass mode of nvinfer

• Hardware Platform (Jetson / GPU):jetson
• DeepStream Version:5.0
• JetPack Version (valid for Jetson only):4.4
• TensorRT Version:7.1

Hi guys,
Is it possible to set enable for nvinfer to have pass-through mode and without processing the buffer? If so, How I can do this? I work with Gstreamer pipeline.

Nvinfer does not have pass-through feature.

Can you use “interval” property of nvinfer to skip the frames?

Is it possible to change properties of a element in pipeline at runtime?

No, the properties of nvinfer should only be set when in “NULL” or “READY” state.