added cam port sending and change camera bug fix

This commit is contained in:
ori
2019-08-09 03:29:03 -07:00
parent f61db90684
commit 33701eaf34
8 changed files with 29 additions and 15 deletions

View File

@@ -59,7 +59,7 @@
},
steamAdress: {
get: function(){
return this.$store.state.streamAdress;
return "http://"+location.hostname + ":"+ this.$store.state.port +"/stream.mjpg";
}
},
isBinary: {