Deepstream-segmentation-test: The render time (display) is too short

in the config file: I have added:

[tests]
file-loop=1

But it never goes into the loop mode. Why?

Also in the c file: deepstream_segmentation_app.c

#define MUXER_BATCH_TIMEOUT_USEC 190000 - I have made this number big and big…

But the result is still same. the display time is too short.

Can some one give a suggestion? Thanks

Never mind. Now I can use the c function: usleep() to add more delay before the program end.

Close this issue