I have a requirement to show inference on a monitor on boot without any login screen or boot messages showing up. When I attach a monitor to HDMI Output, on boot jetson desktop loads up and asks for login.
I don’t want that. I want it to boot silently and just run my script. once the video feed is ready to be shown. show it on the monitor attached to the HDMI port.
I am trying to solve this by switching off display at boot and just set display_id=0 in deepstream script. I don’t think its a perfect solution. can you help with this. I am pretty sure someone might have please suggest a way forward