: If remote access isn't correctly configured, these viewing modes can expose cameras to cyberattacks. Typical Hardware Pairings
If ViewerFrame Mode Exclusive is enabled, users may find that standard hotkeys (such as Alt-Tab) or screen recording software cease to function. This is intended behavior, as the viewing context is deliberately shielded from system-level interrupts. To restore standard windowed functionality, the mode must be toggled off in the display or video settings configuration file.
VR headsets require incredibly low latency to prevent motion sickness. They utilize specialized variations of exclusive viewing frames to project images directly to the headset lenses.
In standard configurations, a frame passes through multiple memory copies (GPU to system RAM, window manager to application frame) before hitting the screen. Exclusive mode utilizes a zero-copy or direct-flip model. The rendered frame writes directly to the front buffer of the viewer canvas, eliminating memory bandwidth bottlenecks. 2. Microsecond Latency Reduction
Use it when you need the absolute lowest latency. Avoid it if your users alt-tab more than they play.