How to turn off video display on screen?

Please provide complete information as applicable to your setup.

• Hardware Platform (Jetson / GPU) GPU
• DeepStream Version 5.1.5
• NVIDIA GPU Driver Version (valid for GPU only) RTX 2080ti

hello, i have a litte knowledge about gstreamer.
i successfully use gstreamer + nvcodec to get numpy image.
https://gist.github.com/ThiagoMateo/7c0c46a2728c56404f976385bab17ce8#file-gstreamer_deepstream-py-L82
but i don’t known how to turn off video display.
https://gist.github.com/ThiagoMateo/7c0c46a2728c56404f976385bab17ce8#file-gstreamer_deepstream-py-L245
Can you guy help me?

What do you mean? You don’t want to display on screen?

yes, i don’t want to display video on screen

You can replace the eglglessink with fakesink. fakesink

thank you, it works