Deepstream NvBufSurfTransform failed with error -3

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) H100
• DeepStream Version 6.4
• JetPack Version (valid for Jetson only)
• TensorRT Version
• NVIDIA GPU Driver Version (valid for GPU only)
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)

--------------------------------

Date & Time: 2024-12-24 11:13:11.277313+08:00

Error: gst-stream-error-quark: NvBufSurfTransform failed with error -3 while converting buffer (1): gstnvinfer.cpp(1463): convert_batch_and_push_to_input_thread (): /GstPipeline:pipeline0/GstNvInfer:secondary2-nvinference-engine

--------------------------------

Date & Time: 2024-12-24 11:13:11.306025+08:00

Error: gst-stream-error-quark: Internal data stream error. (1): gstnvinfer.cpp(2406): gst_nvinfer_output_loop (): /GstPipeline:pipeline0/GstNvInfer:secondary1-nvinference-engine:
streaming stopped, reason error (-5)

Hi, I cannot find any resources regarding to the error above. May i know any idea this error occured? I am using Deepstream 6.4 with LPR application. This error occured after 30mins-1hour of running the application.

Pipeline 
streammux > pgie > tracker > nvanalytics > sgie1 > sgie 2 > tiler > tee > 1. sink, 2. msgconv > msgbroker

I came across to a similar post:

Not sure if it is the root cause, but there are no issue when I am using LPDnet as my sgie1, it happens after i changed it to Yolov4 for my sgie1. This problem only happens after 30mins of running the application.

-3 means illegal parameters. nvinfer is open source. You can add logs to the following code to check if there is any problem in your application.

/opt/nvidia/deepstream/deepstream/sources/gst-plugins/gst-nvinfer/gstnvinfer.cpp

NvBufSurfTransformError_Invalid_Params = -3

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