How to display different windows in different monitors with OpenCV

风格不统一 提交于 2019-12-11 02:55:58

问题


I have a PC with multiple monitors.

I want to display different windows in different monitor with OpenCV/C++.

How can I show the window in the specific window?

Thanks!


回答1:


You should use MoveWindow with (values ~= your screen resolution). Just find values which would suit you better, you can try using your OS API to get values for screen resolution, or get this data from system variables



来源:https://stackoverflow.com/questions/43015077/how-to-display-different-windows-in-different-monitors-with-opencv

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!