Elusive I set up 4 camera screens to be resizable, and execute the code to get 4 reduced windows, but when I click on the window's zoom button, it doesn't display full screen, it still displays the reduced window size. What is this problem?
jakaskerl Hi @Elusive This is more a OpenCV issue, than depthai. Don't put the namedWindow in a for loop. Initialize it once outside, then only update the frame. Thanks, Jaka