We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf6486b commit 9e4cc62Copy full SHA for 9e4cc62
src/views/DoubleCalibrationRecord.vue
@@ -500,18 +500,15 @@ export default {
500
ctx.stroke();
501
},
502
async endCalib() {
503
- console.log('[Calibration] endCalib')
504
-
505
this.calibPredictionPoints.forEach(element => {
506
delete element.point_x;
507
delete element.point_y;
508
})
509
const screenHeight = window.screen.height
510
const screenWidth = window.screen.width
511
512
- // 🔥 PRECISA DISSO AQUI
513
let predictions = await this.$store.dispatch('sendData', {
514
- fromRuxailab: false, // NÃO dispara hookcelebe
+ fromRuxailab: false,
515
circleIrisPoints: this.circleIrisPoints,
516
calibPredictionPoints: this.calibPredictionPoints,
517
screenHeight,
0 commit comments