Ask Your Question

Revision history [back]

How can draw image in the second extended display?

I want to draw any image using imshow() in the second monitor, which is extended from my main monitor.

I found some articles say the only way to do Is just to set the window position manually. Is this true?

https://stackoverflow.com/questions/24540091/opencv-fullscreen-windows-on-multiple-monitors https://html.developreference.com/article/20392799/OpenCV+Fullscreen+Windows+on+Multiple+Monitors

Without using qt, is there no way to draw the image in the second monitor using opencv api?