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!
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!
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