Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) Jetson • DeepStream Version 6.0 • JetPack Version (valid for Jetson only) 4.6.1 • TensorRT Version 8.5.2.2
**• How to reproduce the issue ?
The system connect to RTSP after working a while is stop and appear error message as in the below image
Could you try to set the scaling-compute-hw = 1 in your nvinfer config file? It may be that the input resolution of the models and video resolution differ too much.
What do you meam “MODE 15w”?
We can’t judge which plugin of yours went wrong based on the log you posted. Could you show your whole pipeline and attach a full log with GST_DEBUG=3?
Or you can set the GPU mode to all the plugins, like pgie, sgie, nvvideoconvert…
I cannot attached my pipeline but will explain it also I cannot update deepstream version.
The pipeline connect to camera via RTSP. The first model (primary model) input the the whole frame then after detection the object. The detected object will access the second model (secondary 1) after will access the classifier (secondary 2).
We don’t know from which nvinfer reported the error just from the log you attached. So you need to add scaling-compute-hw=1 to each of the config file. But I see that you only added parameters to one of them.
There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks
Now, it’s not the VIC error. You can refer to the link below to change some open source code to fix the new problem or you can update the DeepStream to 6.2 and set the crop-objects-to-roi-boundary=1 para. https://github.com/zhouyuchong/face-recognition-deepstream/issues/24