@zappar/zappar-cv 3.13.0 → 4.0.0-beta.1
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/README.md +2 -2
- package/lib/additional.d.ts +2 -2
- package/lib/android-bridge-message-handler.js +3 -3
- package/lib/bridged-camera-source.d.ts +3 -3
- package/lib/bridged-camera-source.js +14 -14
- package/lib/bridged-d3-tracker.d.ts +2 -2
- package/lib/bridged-d3-tracker.js +2 -2
- package/lib/bridged-message-parser.d.ts +1 -1
- package/lib/bridged-message.d.ts +2 -2
- package/lib/bridged-world-tracker.d.ts +2 -2
- package/lib/bridged-world-tracker.js +3 -3
- package/lib/camera-source-map.d.ts +6 -6
- package/lib/camera-source-map.js +7 -7
- package/lib/camera-source.d.ts +2 -2
- package/lib/camera-source.js +6 -6
- package/lib/cameramodel.js +1 -1
- package/lib/ceres-worker.js +2 -2
- package/lib/data-download.d.ts +1 -1
- package/lib/deserializer.d.ts +1 -1
- package/lib/direct.d.ts +1 -1
- package/lib/direct.js +3 -3
- package/lib/drawaxis.js +1 -1
- package/lib/drawcamera.d.ts +1 -1
- package/lib/drawcamera.js +2 -2
- package/lib/drawface.d.ts +1 -1
- package/lib/drawface.js +1 -1
- package/lib/drawfaceproject.js +1 -1
- package/lib/drawgrid.js +1 -1
- package/lib/drawmesh.js +1 -1
- package/lib/drawplane.js +1 -1
- package/lib/drawpoints.js +2 -2
- package/lib/drawpointswithtype.js +2 -2
- package/lib/drawpolygon.js +1 -1
- package/lib/drawpreviewmesh.d.ts +1 -1
- package/lib/drawpreviewmesh.js +1 -1
- package/lib/drawquad.js +1 -1
- package/lib/facelandmark.d.ts +1 -1
- package/lib/facelandmark.js +2 -2
- package/lib/facelandmarkdata.d.ts +1 -1
- package/lib/facemesh.d.ts +2 -2
- package/lib/facemesh.js +1 -1
- package/lib/gen/zappar-bridge.d.ts +20 -20
- package/lib/gen/zappar-bridge.js +12 -12
- package/lib/gen/zappar-client.d.ts +3 -3
- package/lib/gen/zappar-client.js +2 -2
- package/lib/gen/zappar-cwrap.d.ts +1 -1
- package/lib/gen/zappar-server.d.ts +15 -15
- package/lib/gen/zappar-server.js +2 -2
- package/lib/gen/zappar.d.ts +22 -22
- package/lib/gen/zappar.js +12 -12
- package/lib/html-element-source.d.ts +3 -3
- package/lib/html-element-source.js +6 -6
- package/lib/image-blit-gl.js +3 -3
- package/lib/image-process-gl.d.ts +1 -1
- package/lib/image-process-gl.js +3 -3
- package/lib/imagebitmap-camera-source.d.ts +2 -2
- package/lib/imagebitmap-camera-source.js +7 -7
- package/lib/imagetracker-previewmesh.d.ts +1 -1
- package/lib/imagetracker-previewmesh.js +1 -1
- package/lib/imagetracker.d.ts +3 -3
- package/lib/imagetracker.js +3 -3
- package/lib/index-standalone.d.ts +3 -3
- package/lib/index-standalone.js +2 -2
- package/lib/index.d.ts +5 -5
- package/lib/index.js +3 -3
- package/lib/landmarkdatagenerate.js +2 -2
- package/lib/loglevel.d.ts +1 -1
- package/lib/loglevel.js +1 -1
- package/lib/messages.d.ts +1 -1
- package/lib/messages.js +1 -1
- package/lib/mstp-camera-source.d.ts +2 -2
- package/lib/mstp-camera-source.js +6 -6
- package/lib/native.d.ts +2 -2
- package/lib/native.js +27 -27
- package/lib/permission.d.ts +1 -1
- package/lib/permission.js +5 -5
- package/lib/pipeline.d.ts +11 -11
- package/lib/pipeline.js +10 -10
- package/lib/profile.d.ts +1 -1
- package/lib/profile.js +6 -6
- package/lib/sequencerecorder.d.ts +1 -1
- package/lib/sequencerecorder.js +1 -1
- package/lib/sequencesource.d.ts +2 -2
- package/lib/sequencesource.js +4 -4
- package/lib/serializer.d.ts +1 -1
- package/lib/src/additional.d.ts +2 -2
- package/lib/src/bridged-camera-source.d.ts +3 -3
- package/lib/src/bridged-d3-tracker.d.ts +2 -2
- package/lib/src/bridged-message-parser.d.ts +1 -1
- package/lib/src/bridged-message.d.ts +2 -2
- package/lib/src/bridged-world-tracker.d.ts +2 -2
- package/lib/src/camera-source-map.d.ts +6 -6
- package/lib/src/camera-source.d.ts +2 -2
- package/lib/src/data-download.d.ts +1 -1
- package/lib/src/deserializer.d.ts +1 -1
- package/lib/src/direct.d.ts +1 -1
- package/lib/src/drawcamera.d.ts +1 -1
- package/lib/src/drawface.d.ts +1 -1
- package/lib/src/drawpreviewmesh.d.ts +1 -1
- package/lib/src/facelandmark.d.ts +1 -1
- package/lib/src/facelandmarkdata.d.ts +1 -1
- package/lib/src/facemesh.d.ts +2 -2
- package/lib/src/gen/zappar-bridge.d.ts +20 -20
- package/lib/src/gen/zappar-client.d.ts +3 -3
- package/lib/src/gen/zappar-cwrap.d.ts +1 -1
- package/lib/src/gen/zappar-server.d.ts +15 -15
- package/lib/src/gen/zappar.d.ts +22 -22
- package/lib/src/html-element-source.d.ts +3 -3
- package/lib/src/image-process-gl.d.ts +1 -1
- package/lib/src/imagebitmap-camera-source.d.ts +2 -2
- package/lib/src/imagetracker-previewmesh.d.ts +1 -1
- package/lib/src/imagetracker.d.ts +3 -3
- package/lib/src/index-standalone.d.ts +3 -3
- package/lib/src/index.d.ts +5 -5
- package/lib/src/loglevel.d.ts +1 -1
- package/lib/src/messages.d.ts +1 -1
- package/lib/src/mstp-camera-source.d.ts +2 -2
- package/lib/src/native.d.ts +2 -2
- package/lib/src/permission.d.ts +1 -1
- package/lib/src/pipeline.d.ts +11 -11
- package/lib/src/profile.d.ts +1 -1
- package/lib/src/sequencerecorder.d.ts +1 -1
- package/lib/src/sequencesource.d.ts +2 -2
- package/lib/src/serializer.d.ts +1 -1
- package/lib/src/tracing/jsontracer.d.ts +1 -1
- package/lib/src/tracing/sharedtracer.d.ts +1 -1
- package/lib/src/tracing/usertimingtracer.d.ts +1 -1
- package/lib/src/version.d.ts +1 -1
- package/lib/src/webxr-camera-source.d.ts +2 -2
- package/lib/src/webxr-world-tracker.d.ts +2 -2
- package/lib/src/worker-client.d.ts +1 -1
- package/lib/src/worker-imagebitmap.d.ts +4 -4
- package/lib/src/worker-messages.d.ts +1 -1
- package/lib/src/worker-server.d.ts +1 -1
- package/lib/src/workerinterface.d.ts +2 -2
- package/lib/tr.js +1 -1
- package/lib/tracing/jsontracer.d.ts +1 -1
- package/lib/tracing/sharedtracer.d.ts +1 -1
- package/lib/tracing/sharedtracer.js +1 -1
- package/lib/tracing/usertimingtracer.d.ts +1 -1
- package/lib/version.d.ts +1 -1
- package/lib/version.js +1 -1
- package/lib/webxr-camera-source.d.ts +2 -2
- package/lib/webxr-camera-source.js +9 -9
- package/lib/webxr-world-tracker.d.ts +2 -2
- package/lib/webxr-world-tracker.js +3 -3
- package/lib/worker-client.d.ts +1 -1
- package/lib/worker-client.js +1 -1
- package/lib/worker-imagebitmap.d.ts +4 -4
- package/lib/worker-imagebitmap.js +1 -1
- package/lib/worker-messages.d.ts +1 -1
- package/lib/worker-server.d.ts +1 -1
- package/lib/worker-server.js +8 -8
- package/lib/worker.js +1 -1
- package/lib/workerinterface.d.ts +2 -2
- package/lib/yuv-conversion-gl.js +4 -4
- package/package.json +22 -12
package/lib/gen/zappar.d.ts
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
|
-
import { barcode_format_t } from "./zappar-native";
|
|
2
|
-
export { barcode_format_t } from "./zappar-native";
|
|
3
|
-
import { world_scale_mode_t } from "./zappar-native";
|
|
4
|
-
export { world_scale_mode_t } from "./zappar-native";
|
|
5
|
-
import { face_landmark_name_t } from "./zappar-native";
|
|
6
|
-
export { face_landmark_name_t } from "./zappar-native";
|
|
7
|
-
export { frame_pixel_format_t } from "./zappar-native";
|
|
8
|
-
import { instant_world_tracker_transform_orientation_t } from "./zappar-native";
|
|
9
|
-
export { instant_world_tracker_transform_orientation_t } from "./zappar-native";
|
|
10
|
-
import { transform_orientation_t } from "./zappar-native";
|
|
11
|
-
export { transform_orientation_t } from "./zappar-native";
|
|
12
|
-
import { plane_orientation_t } from "./zappar-native";
|
|
13
|
-
export { plane_orientation_t } from "./zappar-native";
|
|
14
|
-
import { log_level_t } from "./zappar-native";
|
|
15
|
-
export { log_level_t } from "./zappar-native";
|
|
16
|
-
import { image_target_type_t } from "./zappar-native";
|
|
17
|
-
export { image_target_type_t } from "./zappar-native";
|
|
18
|
-
export { world_tracker_quality_t } from "./zappar-native";
|
|
19
|
-
import { anchor_status_t } from "./zappar-native";
|
|
20
|
-
export { anchor_status_t } from "./zappar-native";
|
|
21
|
-
import { camera_profile_t } from "./zappar-native";
|
|
22
|
-
export { camera_profile_t } from "./zappar-native";
|
|
1
|
+
import { barcode_format_t } from "./zappar-native.js";
|
|
2
|
+
export { barcode_format_t } from "./zappar-native.js";
|
|
3
|
+
import { world_scale_mode_t } from "./zappar-native.js";
|
|
4
|
+
export { world_scale_mode_t } from "./zappar-native.js";
|
|
5
|
+
import { face_landmark_name_t } from "./zappar-native.js";
|
|
6
|
+
export { face_landmark_name_t } from "./zappar-native.js";
|
|
7
|
+
export { frame_pixel_format_t } from "./zappar-native.js";
|
|
8
|
+
import { instant_world_tracker_transform_orientation_t } from "./zappar-native.js";
|
|
9
|
+
export { instant_world_tracker_transform_orientation_t } from "./zappar-native.js";
|
|
10
|
+
import { transform_orientation_t } from "./zappar-native.js";
|
|
11
|
+
export { transform_orientation_t } from "./zappar-native.js";
|
|
12
|
+
import { plane_orientation_t } from "./zappar-native.js";
|
|
13
|
+
export { plane_orientation_t } from "./zappar-native.js";
|
|
14
|
+
import { log_level_t } from "./zappar-native.js";
|
|
15
|
+
export { log_level_t } from "./zappar-native.js";
|
|
16
|
+
import { image_target_type_t } from "./zappar-native.js";
|
|
17
|
+
export { image_target_type_t } from "./zappar-native.js";
|
|
18
|
+
export { world_tracker_quality_t } from "./zappar-native.js";
|
|
19
|
+
import { anchor_status_t } from "./zappar-native.js";
|
|
20
|
+
export { anchor_status_t } from "./zappar-native.js";
|
|
21
|
+
import { camera_profile_t } from "./zappar-native.js";
|
|
22
|
+
export { camera_profile_t } from "./zappar-native.js";
|
|
23
23
|
export declare type zappar_pipeline_t = number & {
|
|
24
24
|
_: 'zappar_pipeline_t';
|
|
25
25
|
};
|
package/lib/gen/zappar.js
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
export { barcode_format_t } from "./zappar-native";
|
|
2
|
-
export { world_scale_mode_t } from "./zappar-native";
|
|
3
|
-
export { face_landmark_name_t } from "./zappar-native";
|
|
4
|
-
export { frame_pixel_format_t } from "./zappar-native";
|
|
5
|
-
export { instant_world_tracker_transform_orientation_t } from "./zappar-native";
|
|
6
|
-
export { transform_orientation_t } from "./zappar-native";
|
|
7
|
-
export { plane_orientation_t } from "./zappar-native";
|
|
8
|
-
export { log_level_t } from "./zappar-native";
|
|
9
|
-
export { image_target_type_t } from "./zappar-native";
|
|
10
|
-
export { world_tracker_quality_t } from "./zappar-native";
|
|
11
|
-
export { anchor_status_t } from "./zappar-native";
|
|
12
|
-
export { camera_profile_t } from "./zappar-native";
|
|
1
|
+
export { barcode_format_t } from "./zappar-native.js";
|
|
2
|
+
export { world_scale_mode_t } from "./zappar-native.js";
|
|
3
|
+
export { face_landmark_name_t } from "./zappar-native.js";
|
|
4
|
+
export { frame_pixel_format_t } from "./zappar-native.js";
|
|
5
|
+
export { instant_world_tracker_transform_orientation_t } from "./zappar-native.js";
|
|
6
|
+
export { transform_orientation_t } from "./zappar-native.js";
|
|
7
|
+
export { plane_orientation_t } from "./zappar-native.js";
|
|
8
|
+
export { log_level_t } from "./zappar-native.js";
|
|
9
|
+
export { image_target_type_t } from "./zappar-native.js";
|
|
10
|
+
export { world_tracker_quality_t } from "./zappar-native.js";
|
|
11
|
+
export { anchor_status_t } from "./zappar-native.js";
|
|
12
|
+
export { camera_profile_t } from "./zappar-native.js";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { camera_profile_t, zappar_pipeline_t } from "./gen/zappar";
|
|
2
|
-
import { Source } from "./source";
|
|
3
|
-
import { zappar_html_element_source_t } from "./additional";
|
|
1
|
+
import { camera_profile_t, zappar_pipeline_t } from "./gen/zappar.js";
|
|
2
|
+
import { Source } from "./source.js";
|
|
3
|
+
import { zappar_html_element_source_t } from "./additional.js";
|
|
4
4
|
export declare class HTMLElementSource extends Source {
|
|
5
5
|
protected _video: HTMLVideoElement | HTMLImageElement;
|
|
6
6
|
protected _pipeline: zappar_pipeline_t;
|
|
@@ -1,10 +1,10 @@
|
|
|
1
|
-
import { camera_profile_t } from "./gen/zappar";
|
|
2
|
-
import { Pipeline } from "./pipeline";
|
|
3
|
-
import { Source } from "./source";
|
|
4
|
-
import { profile } from "./profile";
|
|
1
|
+
import { camera_profile_t } from "./gen/zappar.js";
|
|
2
|
+
import { Pipeline } from "./pipeline.js";
|
|
3
|
+
import { Source } from "./source.js";
|
|
4
|
+
import { profile } from "./profile.js";
|
|
5
5
|
import { mat4 } from "gl-matrix";
|
|
6
|
-
import { zcout, zcerr } from "./loglevel";
|
|
7
|
-
import { ImageProcessGL } from "./image-process-gl";
|
|
6
|
+
import { zcout, zcerr } from "./loglevel.js";
|
|
7
|
+
import { ImageProcessGL } from "./image-process-gl.js";
|
|
8
8
|
let latest = 1;
|
|
9
9
|
let byId = new Map();
|
|
10
10
|
export class HTMLElementSource extends Source {
|
package/lib/image-blit-gl.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { compileShader, linkProgram } from "./shader";
|
|
2
|
-
import { zcout } from "./loglevel";
|
|
3
|
-
import { getSharedTracer } from "./tracing/sharedtracer";
|
|
1
|
+
import { compileShader, linkProgram } from "./shader.js";
|
|
2
|
+
import { zcout } from "./loglevel.js";
|
|
3
|
+
import { getSharedTracer } from "./tracing/sharedtracer.js";
|
|
4
4
|
// Some no-op tracing helpers for concise code and good dead code removal in bundlers
|
|
5
5
|
let tracer = null;
|
|
6
6
|
let traceStart = (name) => { };
|
package/lib/image-process-gl.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { mat4 } from "gl-matrix";
|
|
2
|
-
import { GLStateManager } from "./gl-state-manager";
|
|
3
|
-
import { getDataSizeForSource } from "./profile";
|
|
4
|
-
import { compileShader, linkProgram } from "./shader";
|
|
2
|
+
import { GLStateManager } from "./gl-state-manager.js";
|
|
3
|
+
import { getDataSizeForSource } from "./profile.js";
|
|
4
|
+
import { compileShader, linkProgram } from "./shader.js";
|
|
5
5
|
export class ImageProcessGL {
|
|
6
6
|
constructor(_gl) {
|
|
7
7
|
this._gl = _gl;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { camera_profile_t, zappar_camera_source_t, zappar_pipeline_t } from "./gen/zappar";
|
|
2
|
-
import { CameraFrameInfo, Source } from "./source";
|
|
1
|
+
import { camera_profile_t, zappar_camera_source_t, zappar_pipeline_t } from "./gen/zappar.js";
|
|
2
|
+
import { CameraFrameInfo, Source } from "./source.js";
|
|
3
3
|
export declare class ImageBitmapCameraSource extends Source {
|
|
4
4
|
private _impl;
|
|
5
5
|
private _pipeline;
|
|
@@ -7,13 +7,13 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { camera_profile_t } from "./gen/zappar";
|
|
11
|
-
import { profile, getDataSizeForSource } from "./profile";
|
|
12
|
-
import { Pipeline } from "./pipeline";
|
|
13
|
-
import { Source } from "./source";
|
|
14
|
-
import { cameraRotationForScreenOrientation } from "./cameramodel";
|
|
15
|
-
import { zcout } from "./loglevel";
|
|
16
|
-
import { deleteCameraSource } from "./camera-source-map";
|
|
10
|
+
import { camera_profile_t } from "./gen/zappar.js";
|
|
11
|
+
import { profile, getDataSizeForSource } from "./profile.js";
|
|
12
|
+
import { Pipeline } from "./pipeline.js";
|
|
13
|
+
import { Source } from "./source.js";
|
|
14
|
+
import { cameraRotationForScreenOrientation } from "./cameramodel.js";
|
|
15
|
+
import { zcout } from "./loglevel.js";
|
|
16
|
+
import { deleteCameraSource } from "./camera-source-map.js";
|
|
17
17
|
import { mat4 } from "gl-matrix";
|
|
18
18
|
export class ImageBitmapCameraSource extends Source {
|
|
19
19
|
constructor(_impl, _pipeline, _deviceId) {
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { ParsedTargetInfo, PreviewMesh } from "./imagetracker";
|
|
1
|
+
import { ParsedTargetInfo, PreviewMesh } from "./imagetracker.js";
|
|
2
2
|
export declare function getPreviewMesh(info: ParsedTargetInfo): PreviewMesh;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { vec2 } from "gl-matrix";
|
|
2
|
-
import { image_target_type_t } from "./gen/zappar-native";
|
|
2
|
+
import { image_target_type_t } from "./gen/zappar-native.js";
|
|
3
3
|
export function getPreviewMesh(info) {
|
|
4
4
|
switch (info.type) {
|
|
5
5
|
case image_target_type_t.IMAGE_TRACKER_TYPE_PLANAR: return planar(info);
|
package/lib/imagetracker.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { zappar_image_tracker_t, zappar_pipeline_t } from "./gen/zappar";
|
|
2
|
-
import { zappar } from "./gen/zappar-bridge";
|
|
3
|
-
import { image_target_type_t } from "./gen/zappar-native";
|
|
1
|
+
import { zappar_image_tracker_t, zappar_pipeline_t } from "./gen/zappar.js";
|
|
2
|
+
import { zappar } from "./gen/zappar-bridge.js";
|
|
3
|
+
import { image_target_type_t } from "./gen/zappar-native.js";
|
|
4
4
|
interface PreviewInfo {
|
|
5
5
|
compressed: Uint8Array;
|
|
6
6
|
mimeType: string;
|
package/lib/imagetracker.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { image_target_type_t } from "./gen/zappar-native";
|
|
2
|
-
import { getPreviewMesh } from "./imagetracker-previewmesh";
|
|
3
|
-
import { RiffReader } from "./riff-reader";
|
|
1
|
+
import { image_target_type_t } from "./gen/zappar-native.js";
|
|
2
|
+
import { getPreviewMesh } from "./imagetracker-previewmesh.js";
|
|
3
|
+
import { RiffReader } from "./riff-reader.js";
|
|
4
4
|
let byId = new Map();
|
|
5
5
|
const decoder = new TextDecoder();
|
|
6
6
|
export class ImageTracker {
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Options } from "./options";
|
|
2
|
-
export * from "./index";
|
|
3
|
-
export declare function initialize(opts?: Options): import(".").Zappar;
|
|
1
|
+
import { Options } from "./options.js";
|
|
2
|
+
export * from "./index.js";
|
|
3
|
+
export declare function initialize(opts?: Options): import("./index.js").Zappar;
|
package/lib/index-standalone.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { initialize as init } from "./index";
|
|
2
|
-
export * from "./index";
|
|
1
|
+
import { initialize as init } from "./index.js";
|
|
2
|
+
export * from "./index.js";
|
|
3
3
|
export function initialize(opts) {
|
|
4
4
|
return init(Object.assign(Object.assign({}, opts), { worker: (opts === null || opts === void 0 ? void 0 : opts.worker) || new (require("worker-loader?inline=fallback!./worker").default)(), ceresWorker0: (opts === null || opts === void 0 ? void 0 : opts.ceresWorker0) || new (require("worker-loader?inline=fallback&filename=zappar-cv-ceres.worker.js!./ceres-worker").default)(), ceresWorker1: (opts === null || opts === void 0 ? void 0 : opts.ceresWorker1) || new (require("worker-loader?inline=fallback&filename=zappar-cv-ceres.worker.js!./ceres-worker").default)() }));
|
|
5
5
|
}
|
package/lib/index.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { zappar } from "./gen/zappar";
|
|
2
|
-
import { Additional } from "./additional";
|
|
3
|
-
import { Options } from "./options";
|
|
1
|
+
import { zappar } from "./gen/zappar.js";
|
|
2
|
+
import { Additional } from "./additional.js";
|
|
3
|
+
import { Options } from "./options.js";
|
|
4
4
|
export declare type Zappar = zappar & Additional;
|
|
5
5
|
export declare function initialize(opts?: Options): Zappar;
|
|
6
|
-
export { CameraFrameData } from './camera-frame-data';
|
|
7
|
-
export { zappar_image_tracker_t, zappar_instant_world_tracker_t, zappar_world_tracker_t, zappar_barcode_finder_t, zappar_face_tracker_t, zappar_face_landmark_t, zappar_zapcode_tracker_t, zappar_custom_anchor_t, zappar_d3_tracker_t, barcode_format_t, world_scale_mode_t, face_landmark_name_t, instant_world_tracker_transform_orientation_t, log_level_t, zappar_face_mesh_t, zappar_pipeline_t, zappar_camera_source_t, zappar_sequence_source_t, image_target_type_t, world_tracker_quality_t, camera_profile_t, transform_orientation_t, plane_orientation_t, anchor_status_t, } from "./gen/zappar";
|
|
6
|
+
export { CameraFrameData } from './camera-frame-data.js';
|
|
7
|
+
export { zappar_image_tracker_t, zappar_instant_world_tracker_t, zappar_world_tracker_t, zappar_barcode_finder_t, zappar_face_tracker_t, zappar_face_landmark_t, zappar_zapcode_tracker_t, zappar_custom_anchor_t, zappar_d3_tracker_t, barcode_format_t, world_scale_mode_t, face_landmark_name_t, instant_world_tracker_transform_orientation_t, log_level_t, zappar_face_mesh_t, zappar_pipeline_t, zappar_camera_source_t, zappar_sequence_source_t, image_target_type_t, world_tracker_quality_t, camera_profile_t, transform_orientation_t, plane_orientation_t, anchor_status_t, } from "./gen/zappar.js";
|
package/lib/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { initialize as nativeInitialize } from "./native";
|
|
2
|
-
import { VERSION } from "./version";
|
|
1
|
+
import { initialize as nativeInitialize } from "./native.js";
|
|
2
|
+
import { VERSION } from "./version.js";
|
|
3
3
|
export function initialize(opts) {
|
|
4
4
|
console.log(`Zappar CV v${VERSION}`);
|
|
5
5
|
return nativeInitialize(opts);
|
|
6
6
|
}
|
|
7
|
-
export { barcode_format_t, world_scale_mode_t, face_landmark_name_t, instant_world_tracker_transform_orientation_t, log_level_t, image_target_type_t, world_tracker_quality_t, camera_profile_t, transform_orientation_t, plane_orientation_t, anchor_status_t, } from "./gen/zappar";
|
|
7
|
+
export { barcode_format_t, world_scale_mode_t, face_landmark_name_t, instant_world_tracker_transform_orientation_t, log_level_t, image_target_type_t, world_tracker_quality_t, camera_profile_t, transform_orientation_t, plane_orientation_t, anchor_status_t, } from "./gen/zappar.js";
|
|
@@ -7,8 +7,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { FaceMesh } from "./facemesh";
|
|
11
|
-
import { face_landmark_name_t } from "./gen/zappar";
|
|
10
|
+
import { FaceMesh } from "./facemesh.js";
|
|
11
|
+
import { face_landmark_name_t } from "./gen/zappar.js";
|
|
12
12
|
let vertexIndexByName = new Map([
|
|
13
13
|
[face_landmark_name_t.EAR_LEFT, 888],
|
|
14
14
|
[face_landmark_name_t.EAR_RIGHT, 467],
|
package/lib/loglevel.d.ts
CHANGED
package/lib/loglevel.js
CHANGED
package/lib/messages.d.ts
CHANGED
package/lib/messages.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { camera_profile_t, zappar_camera_source_t, zappar_pipeline_t } from "./gen/zappar";
|
|
2
|
-
import { CameraFrameInfo, Source } from "./source";
|
|
1
|
+
import { camera_profile_t, zappar_camera_source_t, zappar_pipeline_t } from "./gen/zappar.js";
|
|
2
|
+
import { CameraFrameInfo, Source } from "./source.js";
|
|
3
3
|
export declare class MSTPCameraSource extends Source {
|
|
4
4
|
private _impl;
|
|
5
5
|
private _pipeline;
|
|
@@ -7,12 +7,12 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { profile } from "./profile";
|
|
11
|
-
import { Pipeline } from "./pipeline";
|
|
12
|
-
import { Source } from "./source";
|
|
13
|
-
import { cameraRotationForScreenOrientation } from "./cameramodel";
|
|
14
|
-
import { zcout } from "./loglevel";
|
|
15
|
-
import { deleteCameraSource } from "./camera-source-map";
|
|
10
|
+
import { profile } from "./profile.js";
|
|
11
|
+
import { Pipeline } from "./pipeline.js";
|
|
12
|
+
import { Source } from "./source.js";
|
|
13
|
+
import { cameraRotationForScreenOrientation } from "./cameramodel.js";
|
|
14
|
+
import { zcout } from "./loglevel.js";
|
|
15
|
+
import { deleteCameraSource } from "./camera-source-map.js";
|
|
16
16
|
export class MSTPCameraSource extends Source {
|
|
17
17
|
constructor(_impl, _pipeline, _deviceId) {
|
|
18
18
|
super();
|
package/lib/native.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import { Zappar } from ".";
|
|
2
|
-
import { Options } from "./options";
|
|
1
|
+
import { Zappar } from "./index.js";
|
|
2
|
+
import { Options } from "./options.js";
|
|
3
3
|
export declare function initialize(opts?: Options): Zappar;
|
package/lib/native.js
CHANGED
|
@@ -7,34 +7,34 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import { transform_orientation_t, image_target_type_t, anchor_status_t } from "./gen/zappar";
|
|
11
|
-
import { zappar_client } from "./gen/zappar-client";
|
|
12
|
-
import { drawPlane } from "./drawplane";
|
|
13
|
-
import { cameraRotationForScreenOrientation, projectionMatrixFromModelAndSize } from "./cameramodel";
|
|
10
|
+
import { transform_orientation_t, image_target_type_t, anchor_status_t } from "./gen/zappar.js";
|
|
11
|
+
import { zappar_client } from "./gen/zappar-client.js";
|
|
12
|
+
import { drawPlane } from "./drawplane.js";
|
|
13
|
+
import { cameraRotationForScreenOrientation, projectionMatrixFromModelAndSize } from "./cameramodel.js";
|
|
14
14
|
import { mat4, vec3 } from "gl-matrix";
|
|
15
|
-
import { launchCeresWorkers, launchWorker, messageManager } from "./worker-client";
|
|
16
|
-
import { permissionRequestUI, permissionGrantedAll, permissionGrantedCamera, permissionGrantedMotion, permissionDeniedAny, permissionDeniedCamera, permissionDeniedMotion, permissionRequestMotion, permissionRequestCamera, permissionRequestAll, permissionDeniedUI, setWebXRSupported } from "./permission";
|
|
17
|
-
import { createFaceMesh, destroyFaceMesh, getFaceMesh } from "./facemesh";
|
|
18
|
-
import { Pipeline, applyScreenCounterRotation } from "./pipeline";
|
|
19
|
-
import { CameraSource } from "./camera-source";
|
|
20
|
-
import { HTMLElementSource } from "./html-element-source";
|
|
21
|
-
import { createFaceLandmark, destroyFaceLandmark, getFaceLandmark } from "./facelandmark";
|
|
22
|
-
import compatibility from './compatibility';
|
|
23
|
-
import { setLogLevel, zcwarn, zcout } from "./loglevel";
|
|
24
|
-
import { SequenceSource } from "./sequencesource";
|
|
25
|
-
import { createCameraSource, getCameraSource } from "./camera-source-map";
|
|
26
|
-
import { gfx } from "./gfx";
|
|
27
|
-
import { ImageTracker } from "./imagetracker";
|
|
28
|
-
import { MSTPCameraSource } from "./mstp-camera-source";
|
|
29
|
-
import { drawGrid } from "./drawgrid";
|
|
30
|
-
import { getPointsDataMatrix } from "./drawpoints";
|
|
31
|
-
import { drawAxis } from "./drawaxis";
|
|
32
|
-
import { BridgedWorldTracker } from "./bridged-world-tracker";
|
|
33
|
-
import { BridgedD3Tracker } from "./bridged-d3-tracker";
|
|
34
|
-
import { BridgedCameraSource } from "./bridged-camera-source";
|
|
35
|
-
import { WebXRCameraSource } from "./webxr-camera-source";
|
|
36
|
-
import { WebXRWorldTracker } from "./webxr-world-tracker";
|
|
37
|
-
import { profile } from "./profile";
|
|
15
|
+
import { launchCeresWorkers, launchWorker, messageManager } from "./worker-client.js";
|
|
16
|
+
import { permissionRequestUI, permissionGrantedAll, permissionGrantedCamera, permissionGrantedMotion, permissionDeniedAny, permissionDeniedCamera, permissionDeniedMotion, permissionRequestMotion, permissionRequestCamera, permissionRequestAll, permissionDeniedUI, setWebXRSupported } from "./permission.js";
|
|
17
|
+
import { createFaceMesh, destroyFaceMesh, getFaceMesh } from "./facemesh.js";
|
|
18
|
+
import { Pipeline, applyScreenCounterRotation } from "./pipeline.js";
|
|
19
|
+
import { CameraSource } from "./camera-source.js";
|
|
20
|
+
import { HTMLElementSource } from "./html-element-source.js";
|
|
21
|
+
import { createFaceLandmark, destroyFaceLandmark, getFaceLandmark } from "./facelandmark.js";
|
|
22
|
+
import compatibility from './compatibility.js';
|
|
23
|
+
import { setLogLevel, zcwarn, zcout } from "./loglevel.js";
|
|
24
|
+
import { SequenceSource } from "./sequencesource.js";
|
|
25
|
+
import { createCameraSource, getCameraSource } from "./camera-source-map.js";
|
|
26
|
+
import { gfx } from "./gfx.js";
|
|
27
|
+
import { ImageTracker } from "./imagetracker.js";
|
|
28
|
+
import { MSTPCameraSource } from "./mstp-camera-source.js";
|
|
29
|
+
import { drawGrid } from "./drawgrid.js";
|
|
30
|
+
import { getPointsDataMatrix } from "./drawpoints.js";
|
|
31
|
+
import { drawAxis } from "./drawaxis.js";
|
|
32
|
+
import { BridgedWorldTracker } from "./bridged-world-tracker.js";
|
|
33
|
+
import { BridgedD3Tracker } from "./bridged-d3-tracker.js";
|
|
34
|
+
import { BridgedCameraSource } from "./bridged-camera-source.js";
|
|
35
|
+
import { WebXRCameraSource } from "./webxr-camera-source.js";
|
|
36
|
+
import { WebXRWorldTracker } from "./webxr-world-tracker.js";
|
|
37
|
+
import { profile } from "./profile.js";
|
|
38
38
|
let client;
|
|
39
39
|
const pipelineByWorldTracker = new Map();
|
|
40
40
|
const d3TrackerSizeById = new Map();
|
package/lib/permission.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PermissionDeniedUIOptions, PermissionRequestUIOptions } from "./additional";
|
|
1
|
+
import { PermissionDeniedUIOptions, PermissionRequestUIOptions } from "./additional.js";
|
|
2
2
|
export declare function permissionGrantedCamera(): any;
|
|
3
3
|
export declare function permissionGrantedMotion(): boolean;
|
|
4
4
|
export declare function permissionDeniedCamera(): boolean;
|
package/lib/permission.js
CHANGED
|
@@ -7,10 +7,10 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
|
|
7
7
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
8
8
|
});
|
|
9
9
|
};
|
|
10
|
-
import
|
|
11
|
-
import { STRINGS, tr } from "./tr";
|
|
12
|
-
import { BridgedCameraSource } from "./bridged-camera-source";
|
|
13
|
-
let parser =
|
|
10
|
+
import * as Bowser from "bowser";
|
|
11
|
+
import { STRINGS, tr } from "./tr.js";
|
|
12
|
+
import { BridgedCameraSource } from "./bridged-camera-source.js";
|
|
13
|
+
let parser = Bowser.parse(typeof navigator !== "undefined" ? navigator.userAgent : "");
|
|
14
14
|
let _isWebXRSupported = false;
|
|
15
15
|
let _permissionGrantedCamera = false;
|
|
16
16
|
let _permissionGrantedMotion = false;
|
|
@@ -195,7 +195,7 @@ function nextFrame() {
|
|
|
195
195
|
return new Promise(resolve => requestAnimationFrame(() => resolve()));
|
|
196
196
|
}
|
|
197
197
|
export function permissionDeniedUI(options) {
|
|
198
|
-
switch (parser.
|
|
198
|
+
switch (parser.browser.name) {
|
|
199
199
|
case "Chrome":
|
|
200
200
|
permissionDeniedUIChrome(options);
|
|
201
201
|
break;
|
package/lib/pipeline.d.ts
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
/// <reference types="dom-webcodecs" />
|
|
2
|
-
import { zappar_pipeline_t, zappar_camera_source_t } from "./gen/zappar";
|
|
3
|
-
import { camera_profile_t } from "./gen/zappar-native";
|
|
4
|
-
import { zappar_client } from "./gen/zappar-client";
|
|
5
|
-
import { MsgManager } from "./messages";
|
|
6
|
-
import { Source, CameraFrameInfo } from "./source";
|
|
7
|
-
import { CameraDataRawS2C, CameraFrameReturnS2C, ImageBitmapS2C, VideoFrameS2C } from "./workerinterface";
|
|
8
|
-
import { FaceMesh } from "./facemesh";
|
|
9
|
-
import { Event } from "./event";
|
|
10
|
-
import { ImageTracker } from "./imagetracker";
|
|
11
|
-
import { zappar } from "./gen/zappar-bridge";
|
|
12
|
-
import { CameraFrameData, CameraFrameDataRGB } from "./camera-frame-data";
|
|
2
|
+
import { zappar_pipeline_t, zappar_camera_source_t } from "./gen/zappar.js";
|
|
3
|
+
import { camera_profile_t } from "./gen/zappar-native.js";
|
|
4
|
+
import { zappar_client } from "./gen/zappar-client.js";
|
|
5
|
+
import { MsgManager } from "./messages.js";
|
|
6
|
+
import { Source, CameraFrameInfo } from "./source.js";
|
|
7
|
+
import { CameraDataRawS2C, CameraFrameReturnS2C, ImageBitmapS2C, VideoFrameS2C } from "./workerinterface.js";
|
|
8
|
+
import { FaceMesh } from "./facemesh.js";
|
|
9
|
+
import { Event } from "./event.js";
|
|
10
|
+
import { ImageTracker } from "./imagetracker.js";
|
|
11
|
+
import { zappar } from "./gen/zappar-bridge.js";
|
|
12
|
+
import { CameraFrameData, CameraFrameDataRGB } from "./camera-frame-data.js";
|
|
13
13
|
export declare class Pipeline {
|
|
14
14
|
private _client;
|
|
15
15
|
private _impl;
|
package/lib/pipeline.js
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { cameraFrameTextureMatrix, CameraDraw } from "./drawcamera";
|
|
1
|
+
import { cameraFrameTextureMatrix, CameraDraw } from "./drawcamera.js";
|
|
2
2
|
import { mat4 } from "gl-matrix";
|
|
3
|
-
import { cameraRotationForScreenOrientation } from "./cameramodel";
|
|
4
|
-
import { FaceDraw } from "./drawface";
|
|
5
|
-
import { FaceDrawProject } from "./drawfaceproject";
|
|
6
|
-
import { disposeDrawPlane } from "./drawplane";
|
|
7
|
-
import { Event } from "./event";
|
|
8
|
-
import { zcerr } from "./loglevel";
|
|
9
|
-
import { SequenceRecorder } from "./sequencerecorder";
|
|
10
|
-
import { getCameraSource } from "./camera-source-map";
|
|
11
|
-
import { PreviewMeshDraw } from "./drawpreviewmesh";
|
|
3
|
+
import { cameraRotationForScreenOrientation } from "./cameramodel.js";
|
|
4
|
+
import { FaceDraw } from "./drawface.js";
|
|
5
|
+
import { FaceDrawProject } from "./drawfaceproject.js";
|
|
6
|
+
import { disposeDrawPlane } from "./drawplane.js";
|
|
7
|
+
import { Event } from "./event.js";
|
|
8
|
+
import { zcerr } from "./loglevel.js";
|
|
9
|
+
import { SequenceRecorder } from "./sequencerecorder.js";
|
|
10
|
+
import { getCameraSource } from "./camera-source-map.js";
|
|
11
|
+
import { PreviewMeshDraw } from "./drawpreviewmesh.js";
|
|
12
12
|
let byId = new Map();
|
|
13
13
|
let identity = mat4.create();
|
|
14
14
|
export class Pipeline {
|
package/lib/profile.d.ts
CHANGED
package/lib/profile.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import { camera_profile_t } from "./gen/zappar-native";
|
|
1
|
+
import * as Bowser from "bowser";
|
|
2
|
+
import { camera_profile_t } from "./gen/zappar-native.js";
|
|
3
3
|
export var EmbeddedVideoImplementation;
|
|
4
4
|
(function (EmbeddedVideoImplementation) {
|
|
5
5
|
EmbeddedVideoImplementation[EmbeddedVideoImplementation["OBJECT_URL"] = 0] = "OBJECT_URL";
|
|
@@ -67,9 +67,9 @@ if (typeof window !== "undefined") {
|
|
|
67
67
|
profile.preferImageBitmapCamera = true;
|
|
68
68
|
}
|
|
69
69
|
}
|
|
70
|
-
let agent =
|
|
71
|
-
let os = (agent.
|
|
72
|
-
let engine = (agent.
|
|
70
|
+
let agent = Bowser.parse(typeof navigator !== "undefined" ? navigator.userAgent : "");
|
|
71
|
+
let os = (agent.os.name || "unknown").toLowerCase();
|
|
72
|
+
let engine = (agent.engine.name || "unknown").toLowerCase();
|
|
73
73
|
if (engine === "webkit" && os !== "ios") {
|
|
74
74
|
profile.deviceMotionMutliplier = 1.0;
|
|
75
75
|
if (typeof window !== "undefined" && window.orientation !== undefined) {
|
|
@@ -79,7 +79,7 @@ if (engine === "webkit" && os !== "ios") {
|
|
|
79
79
|
}
|
|
80
80
|
if (engine === "webkit" && os === "ios") {
|
|
81
81
|
profile.deviceMotionMutliplier = 1.0;
|
|
82
|
-
const version = agent.
|
|
82
|
+
const version = agent.os.version || "15.0";
|
|
83
83
|
iDevice(version);
|
|
84
84
|
}
|
|
85
85
|
function iDevice(version) {
|
package/lib/sequencerecorder.js
CHANGED
package/lib/sequencesource.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CameraFrameInfo, Source } from "./source";
|
|
2
|
-
import { zappar_sequence_source_t, zappar_pipeline_t } from "./gen/zappar";
|
|
1
|
+
import { CameraFrameInfo, Source } from "./source.js";
|
|
2
|
+
import { zappar_sequence_source_t, zappar_pipeline_t } from "./gen/zappar.js";
|
|
3
3
|
export declare class SequenceSource extends Source {
|
|
4
4
|
private _impl;
|
|
5
5
|
private _pipeline;
|
package/lib/sequencesource.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { zcerr, zcout } from "./loglevel";
|
|
2
|
-
import { SequenceDecoder, SequenceRecorderPacketType } from "./sequencerecorder";
|
|
3
|
-
import { Source } from "./source";
|
|
4
|
-
import { Pipeline } from "./pipeline";
|
|
1
|
+
import { zcerr, zcout } from "./loglevel.js";
|
|
2
|
+
import { SequenceDecoder, SequenceRecorderPacketType } from "./sequencerecorder.js";
|
|
3
|
+
import { Source } from "./source.js";
|
|
4
|
+
import { Pipeline } from "./pipeline.js";
|
|
5
5
|
import { mat4 } from "gl-matrix";
|
|
6
6
|
let latest = 1;
|
|
7
7
|
let byId = new Map();
|
package/lib/serializer.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { barcode_format_t, face_landmark_name_t, instant_world_tracker_transform_orientation_t, transform_orientation_t, log_level_t, plane_orientation_t, anchor_status_t, world_scale_mode_t } from "./gen/zappar-native";
|
|
1
|
+
import { barcode_format_t, face_landmark_name_t, instant_world_tracker_transform_orientation_t, transform_orientation_t, log_level_t, plane_orientation_t, anchor_status_t, world_scale_mode_t } from "./gen/zappar-native.js";
|
|
2
2
|
export interface MessageAppender {
|
|
3
3
|
int: (i: number) => void;
|
|
4
4
|
bool: (i: boolean) => void;
|
package/lib/src/additional.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { CameraFrameData, CameraFrameDataRGB } from "./camera-frame-data";
|
|
2
|
-
import { zappar_face_mesh_t, zappar_face_tracker_t, zappar_world_tracker_t, zappar_pipeline_t, zappar_image_tracker_t, zappar_sequence_source_t } from "./gen/zappar";
|
|
1
|
+
import { CameraFrameData, CameraFrameDataRGB } from "./camera-frame-data.js";
|
|
2
|
+
import { zappar_face_mesh_t, zappar_face_tracker_t, zappar_world_tracker_t, zappar_pipeline_t, zappar_image_tracker_t, zappar_sequence_source_t } from "./gen/zappar.js";
|
|
3
3
|
export declare type zappar_html_element_source_t = number & {
|
|
4
4
|
_: 'zappar_html_element_source_t';
|
|
5
5
|
};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { camera_profile_t, zappar_camera_source_t, zappar_pipeline_t } from "./gen/zappar";
|
|
2
|
-
import { CameraFrameInfo, Source } from "./source";
|
|
3
|
-
import { zappar_custom_anchor_t } from "./gen/zappar-native";
|
|
1
|
+
import { camera_profile_t, zappar_camera_source_t, zappar_pipeline_t } from "./gen/zappar.js";
|
|
2
|
+
import { CameraFrameInfo, Source } from "./source.js";
|
|
3
|
+
import { zappar_custom_anchor_t } from "./gen/zappar-native.js";
|
|
4
4
|
export interface BridgeOptions {
|
|
5
5
|
worldTracking?: boolean;
|
|
6
6
|
horizontalPlaneDetection?: boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BridgeOptions } from "./bridged-camera-source";
|
|
2
|
-
import { Pipeline } from "./pipeline";
|
|
1
|
+
import { BridgeOptions } from "./bridged-camera-source.js";
|
|
2
|
+
import { Pipeline } from "./pipeline.js";
|
|
3
3
|
import { Zappar } from ".";
|
|
4
4
|
export declare class BridgedD3Tracker {
|
|
5
5
|
static IsSupported(): boolean;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { anchor_status_t, world_tracker_quality_t } from './gen/zappar-native';
|
|
2
|
-
import { UvLayout } from './yuv-conversion-gl';
|
|
1
|
+
import { anchor_status_t, world_tracker_quality_t } from './gen/zappar-native.js';
|
|
2
|
+
import { UvLayout } from './yuv-conversion-gl.js';
|
|
3
3
|
export interface WTData {
|
|
4
4
|
session_number?: number;
|
|
5
5
|
world_anchor_status: anchor_status_t;
|