Nonary / AutoHDRSwitch

Automates turning off HDR on host if the Moonlight client is asking for an SDR stream.
84 stars 1 forks source link

Requirements:

Caveats:

What it Does:

Checks to see if the last connected Moonlight client asked for HDR, if so, it will enable HDR. Otherwise, it will disable it. Once the stream ends, it will configure the last HDR setting prior to starting the stream.

(Optionally) If enabled, will toggle HDR on and off automatically to fix issues with the IDDSampleDriver on overblown colors when streaming in HDR.

Credits:

The HDR toggling code is from the following repositories:

Installation:

  1. Store this folder in a location you intend to keep. If you delete this folder or move it, the automation will stop working.
  2. If you intend on using IDDSampleDriver, which has known issues with HDR you should enable the "IDDSampleFix" setting located in the settings.json file.
  3. To install, double click the Install.bat file. You may get a smart screen warning, this is normal.
  4. To uninstall, do the same thing with Uninstall.bat.

Recent Changes