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
Copy file name to clipboardexpand all lines: config.js.example
+1-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ var config = {
2
2
plugins: [
3
3
"video-png" // Display the video feed as static pngs (work in every browser)
4
4
//, "video-stream" // Display the video as a native h264 stream decoded in JS
5
-
//, "oculus" // Support for Oculus Rift VR Headset - Turn off Video Stream and Video Png
5
+
//, "oculus" // Proof of concept Support for Oculus Rift VR Headset - Turn off Video Stream and Video Png. Requires VR.js plugin for Chrome and Firefox https://github.com/benvanik/vr.js
6
6
, "hud" // Display the artificial horizon, altimeter, compass, etc.
7
7
, "battery" // Display a simple battery widget in the header bar
0 commit comments