Visualize output data with OpenCV

Hi,
It should not work to run imshow in gstdsexample since it is in middle of the pipeline. The pipeline has nvoverlaysink or nveglglessink already. The working case is to link with appsink and call imshow(). Below is a reference sample:

1 Like