Display new window in second monitor, opencv
问题 I have a opencv program in python that takes frames from a webcam and displays the feed. When 'p' is pushed, it grabbes just the face and display this one frame in another window. I would like to force this new window on to my second monitor while the camera feed is on the other one - the "main" monitor. Now it just displays on top of the feed. I have been looking and searching but can't find anything else than moveWindow. How can I use this or another function to do this? Hope someone can