@ekyc_qoobiss/qbs-ect-cmp 1.8.4 → 1.8.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2161,7 +2161,7 @@ class FaceML5Detector {
2161
2161
  if (this.presentedFacePose != null && this.presentedFacePose == this.requestedFacePose) {
2162
2162
  this.validFacePose = true;
2163
2163
  this.stream.stopAnimation();
2164
- await this.drawFrame('green');
2164
+ await this.drawFrame('green', true);
2165
2165
  this.validFaceFoundAgain = true;
2166
2166
  //this.stream.changeFacePose();
2167
2167
  }
@@ -190,7 +190,7 @@ export class FaceML5Detector {
190
190
  if (this.presentedFacePose != null && this.presentedFacePose == this.requestedFacePose) {
191
191
  this.validFacePose = true;
192
192
  this.stream.stopAnimation();
193
- await this.drawFrame('green');
193
+ await this.drawFrame('green', true);
194
194
  this.validFaceFoundAgain = true;
195
195
  //this.stream.changeFacePose();
196
196
  }
@@ -2157,7 +2157,7 @@ class FaceML5Detector {
2157
2157
  if (this.presentedFacePose != null && this.presentedFacePose == this.requestedFacePose) {
2158
2158
  this.validFacePose = true;
2159
2159
  this.stream.stopAnimation();
2160
- await this.drawFrame('green');
2160
+ await this.drawFrame('green', true);
2161
2161
  this.validFaceFoundAgain = true;
2162
2162
  //this.stream.changeFacePose();
2163
2163
  }