Open lida2003 opened 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?
--full-screen
EDIT: Just something like cv2.setWindowProperty(window_name, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
cv2.setWindowProperty(window_name, cv2.WND_PROP_FULLSCREEN, cv2.WINDOW_FULLSCREEN)
Maybe, it should be like output.SetFullscreen(True)
output.SetFullscreen(True)
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)