Deepstream-pose_estimation not showing current frame window

Please provide complete information as applicable to your setup.

**• Hardware Platform - GPU
**• DeepStream Version - 5.0
**• TensorRT Version - 7.0
**• NVIDIA GPU Driver Version (valid for GPU only) - 440
**• Issue Type - questions **

I referred to this example ([GitHub - NVIDIA-AI-IOT/deepstream_pose_estimation: This is a sample DeepStream application to demonstrate a human pose estimation pipeline. ].
its working decently .But the final output is stored in video file.

Is there any way to display current frame execution window with the key points(i.e live frames output in tiler)

Thanks

You can refer to any sample which output to display instead of to files. like test1 sample, replacing element filesink with nveglglessink, you also need nvegltransform if on Jetson platform.