Resolves #343 GUI and Frame Refactor
Compare changes
- Nicolas Pope authored
+ 36
− 24
@@ -7,7 +7,11 @@ const config = require('./utils/config')
@@ -76,6 +80,8 @@ function RGBDStream(uri, peer) {
@@ -87,6 +93,7 @@ function RGBDStream(uri, peer) {
@@ -97,6 +104,9 @@ function RGBDStream(uri, peer) {
@@ -124,9 +134,8 @@ RGBDStream.prototype.subscribe = function() {
@@ -161,24 +170,29 @@ app.get('/streams', (req, res) => {
@@ -220,23 +234,19 @@ app.get('/stream/config', async(req, res) => {
@@ -370,7 +380,9 @@ app.ws('/', (ws, req) => {