dusty-nv / jetson-utils

C++/CUDA/Python multimedia utilities for NVIDIA Jetson
MIT License
737 stars 289 forks source link

[Request] Full screen display feature #224

Open lida2003 opened 1 week ago

lida2003 commented 1 week ago

If we are using 1080P (1920x1080) video/image, video-viewer will trim some pixels,which is used for dialog title/system menu/top bar etc.

Is it possible to act as video player to use the entire screen (1920x1080) for video/image show, using a parameter --full-screen?

EDIT: Just something like cv2.setWindowProperty(window_name, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)

Maybe, it should be like output.SetFullscreen(True)