Pgie not running with nvdspreprocess on deepstream 6.0 application

can you share the current configuration file of nvdspreprocess and running log?

20230804.log (6.0 MB)
preprocess_config.conf (3.5 KB)

  1. please use “src-ids=0” mentioned above. nvdspreprocess 's target-unique-ids should be same with nvinfer 's gie-unique-id. in your configuration, one is 1, the other one is 12.
    the log
  2. from the 20230804.log, I did not see any gstreamer negotiated logs. can you see bboxes on the video? did you modify thedeepstream_preprocess_test.py?

The above log and config was used to run on my ds python application, not on deepstream_preprocess_test.py, since the below error with preprocess config was fixed.

In my application we have a UI running the video with bboxes drawn on the frames, the bboxes are processed in the osd sink probe where we look at the nvinfer instance output. In our application the source id for the video is 7.

The preprocess configuration with gie-unique-id 1 is run on the sample app, I updated the preprocess config with src-id 0 and the application is giving me proper results.
I need to debug the issue for my application and the following logs are from my application.

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

Is this still an DeepStream issue to support? Thanks