can confim. adding the snippet enabled the camera and the fitting menus and it works just fine
It seems like this issue has been resolved in the latest beta
Closing as fixed in SteamVR 1.2.8 (https://github.com/ValveSoftware/VR-Community-Bugs/issues/93#issuecomment-456054204).
Nothing extracted yet.
Your system information
Please describe your issue in as much detail as possible:
In the settings it says "Camera Not Available" and there's no option to enable it, but upon adding the below snippet to steamvr.vrsettings it works without issue.
"camera" : {
"enableCamera" : true,
"enableCameraForCollisionBounds" : false,
"enableCameraForRoomView" : false,
"enableCameraInDashboard" : false
},
Steps for reproducing this issue:
Possible duplicate of #126