13 linhas
489 B
Plaintext
13 linhas
489 B
Plaintext
var config = {
|
|
plugins: [
|
|
"video-png" // Display the video feed as static pngs (work in every browser)
|
|
//, "video-stream" // Display the video as a native h264 stream decoded in JS
|
|
, "hud" // Display the artificial horizon, altimeter, compass, etc.
|
|
, "battery" // Display a simple battery widget in the header bar
|
|
, "pilot" // Pilot the drone with the keyboard
|
|
]
|
|
};
|
|
|
|
module.exports = config;
|
|
|