You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On some systems, when power saving turns off the screen, we get DXGI_ERROR_ACCESS_LOST and it will display a black frame while there is no video output. On others, there is only DXGI_ERROR_WAIT_TIMEOUT, causing the recording to display the last cached frame while there is no video output.
May be needed to listen for power events to detect when the display is turned off.
sskodje
changed the title
Power saving behaves differently on different systems
Power saving screen off behaves differently on different systems
Oct 14, 2020
On some systems, when power saving turns off the screen, we get DXGI_ERROR_ACCESS_LOST and it will display a black frame while there is no video output. On others, there is only DXGI_ERROR_WAIT_TIMEOUT, causing the recording to display the last cached frame while there is no video output.
May be needed to listen for power events to detect when the display is turned off.
https://docs.microsoft.com/en-us/windows/win32/power/registering-for-power-events
The text was updated successfully, but these errors were encountered: