It is useful that QuickCamera window is always On Top. It can be realized via `self.window?.level = .floating;` - [swift - Keep window always on top? - Stack Overflow](https://stackoverflow.com/questions/27396957/keep-window-always-on-top) - [NSWindow.Level | Apple Developer Documentation](https://developer.apple.com/documentation/appkit/nswindow/level)