@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.
- package/dist/cjs/agreement-check_16.cjs.entry.js +1 -1
- package/dist/collection/libs/FaceML5Detector/FaceML5Detector.js +1 -1
- package/dist/esm/agreement-check_16.entry.js +1 -1
- package/dist/qbs-ect-cmp/{p-a4d705f6.entry.js → p-7eb151e8.entry.js} +1 -1
- package/dist/qbs-ect-cmp/qbs-ect-cmp.esm.js +1 -1
- package/package.json +1 -1
|
@@ -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
|
}
|