Auto Full screen(?) that printed by GStreamer in xavier ?

Hello!

I have a problem that Auto full screen???

$ gst-launch-1.0 nvarguscamerasrc ! nvoverlaysink

When I started the gst application using above command. ( I already probed sensor driver)

The result screen appears embedded in the display device like a full screen.
And more, I can’t select the any application that behind this screen.
even, capture failed with the Screenshot applicatoin.

I can’t find a reason for what’s.
What should I look at first?

Hi,
You may configure

$ gst-launch-1.0 nvarguscamerasrc ! nvoverlaysink <b>overlay-w=1280 overlay-h=720 overlay-x=100 overlay-y=100</b>

Or use window-based nveglglessink

$ gst-launch-1.0 nvarguscamerasrc ! nvvidconv ! nveglglessink