localhost cam ip
This commit is contained in:
parent
e16e44af2f
commit
97664a1790
|
@ -3,7 +3,7 @@
|
||||||
props: ['cameraNumber'],
|
props: ['cameraNumber'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
localIp: 'http://192.168.1.173', //maybe change accordingly
|
localIp: 'http://localhost', //maybe change accordingly .env?
|
||||||
port: '5000', //maybe change accordingly
|
port: '5000', //maybe change accordingly
|
||||||
cameraUrls: {
|
cameraUrls: {
|
||||||
1: 'video_feed', //cam url here
|
1: 'video_feed', //cam url here
|
||||||
|
|
Loading…
Reference in New Issue