mirror of
https://github.com/PhotonVision/photonvision
synced 2026-07-04 03:11:40 +00:00
opencv cam open bugfix
This commit is contained in:
@@ -100,12 +100,9 @@
|
||||
let message = JSON.parse(data.data);
|
||||
for (var prop in message){
|
||||
if(message.hasOwnProperty(prop)){
|
||||
if(!this.isEquale(message,prop)){
|
||||
this.$store.state[prop] = message[prop];
|
||||
console.log(message);
|
||||
} else{
|
||||
console.log("data is the same");
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user