Fixed capture resize in capture payload
This commit is contained in:
parent
46a1396476
commit
eee596b15c
1 changed files with 3 additions and 1 deletions
|
|
@ -333,7 +333,7 @@ export default {
|
||||||
|
|
||||||
// Resizing
|
// Resizing
|
||||||
if (this.resizeCapture) {
|
if (this.resizeCapture) {
|
||||||
payload.size = {
|
payload.resize = {
|
||||||
width: this.resizeDims[0],
|
width: this.resizeDims[0],
|
||||||
height: this.resizeDims[1]
|
height: this.resizeDims[1]
|
||||||
};
|
};
|
||||||
|
|
@ -348,6 +348,8 @@ export default {
|
||||||
payload.annotations["Notes"] = this.captureNotes;
|
payload.annotations["Notes"] = this.captureNotes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
console.log(payload);
|
||||||
|
|
||||||
return payload;
|
return payload;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue