Hi, I am facing an issue with OpenCv window on vertical monitor(by rotating my ubuntu desktop by 90*), OpenCv window is always horizontal (I am using the following code) and not fitting in vertical monitor, the window width is more
cvNamedWindow("xyz", 0); cvSetWindowProperty("xyz", CV_WND_PROP_FULLSCREEN, CV_WINDOW_FULLSCREEN);
Is there any way to achieve the full screen on the vertical screen.