Skip to content

Commit 745d7cb

Browse files
committedNov 2, 2013
updated config example to include oculus
1 parent b6da0ab commit 745d7cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎config.js.example

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ var config = {
22
plugins: [
33
"video-png" // Display the video feed as static pngs (work in every browser)
44
//, "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
66
, "hud" // Display the artificial horizon, altimeter, compass, etc.
77
, "battery" // Display a simple battery widget in the header bar
88
, "pilot" // Pilot the drone with the keyboard

0 commit comments

Comments
 (0)