问题
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