Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Open CV window orientation is wrong for vertical monitors

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.

Open CV window orientation is wrong for vertical monitors

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 moremore and height is very less and both top and bottom of window is filled with white border and with image in centre.

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.

Open CV window orientation is wrong for vertical monitors

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 and height is very less and both top and bottom of window is filled with white border and with image in centre.

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.C:\fakepath\screenshot.png