We believe this is tied to the graphics driver of the S Pro, this is tied to Firmware version and so to Windows version.
Our "fix" to a 4 year old problem is the below Powershell.
Get-PnpDevice | ?{$_.friendlyname -match 'Rear'} | Disable-PnpDevice -Confirm:$false
Get-PnpDevice | ?{$_.friendlyname -match 'IR Camera'} | Disable-PnpDevice -Confirm:$false
Deployed from SCCM.