Hi,
I have a DeepStream docker container running on Jetson TX2. The status of this docker is reported on cloud. I wish to run a DeepStream app without a display or SSH cnnection. I have disabled sink0, tiled-display, and OSD from the DeepStream configuration. But I see the that the deepstream app is failing, and when I ssh into the Jetson device, it shows message could not get EGL display connection.
So how can I run a deepstream application without an HDMI display or ssh connection? I want the device to work on its own without giving any input to it after booting it.
Thanks all. I figured out that if the display variable is unset and sink is of type fake sink then Jetson board doesn’t need a display to run a DeepStream app.