@tsocial/tvweb-sdk.vib 5.5.5 → 5.5.6
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.
@@ -203,7 +203,7 @@
|
|
203
203
|
});
|
204
204
|
|
205
205
|
const customStepTimeConstraintsData = {
|
206
|
-
[TVWebSDK.Constants.FaceDirection.UP]: { delayTime:
|
206
|
+
[TVWebSDK.Constants.FaceDirection.UP]: { delayTime: 0 },
|
207
207
|
[TVWebSDK.Constants.FaceDirection.LEFT]: { delayTime: 1000 },
|
208
208
|
[TVWebSDK.Constants.FaceDirection.RIGHT]: { delayTime: 1000 },
|
209
209
|
[TVWebSDK.Constants.FaceDirection.FRONTAL]: { delayTime: 2000 },
|
@@ -352,6 +352,7 @@
|
|
352
352
|
tv.destroyView();
|
353
353
|
}, 250);
|
354
354
|
},
|
355
|
+
onCameraOpen: (cameraLabel) => console.log(cameraLabel),
|
355
356
|
});
|
356
357
|
}
|
357
358
|
|
package/package.json
CHANGED