@luxonis/visualizer-protobuf 2.6.0 → 2.7.0
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/{FoxgloveServer-DiLI7KZU.js → FoxgloveServer-tJZcJH5-.js} +21 -35
- package/dist/{communicator-CkB-oBVq.js → communicator-D9LSiWws.js} +1 -1
- package/dist/{foxglove-protocol-RZlF5fna.js → foxglove-protocol-RBwoTi12.js} +1 -1
- package/dist/{index-BlEKruoy.js → index-176E1sZR.js} +3 -3
- package/dist/{index-gACu7oMh.js → index-BX4ZZErj.js} +3 -3
- package/dist/{index-U4fNIIRh.js → index-Bj6ylSdI.js} +35678 -35060
- package/dist/{index-CzO6dMu6.js → index-BnFzBKLi.js} +3 -3
- package/dist/{index-BHsQuOQ4.js → index-C5E_-GaD.js} +3 -3
- package/dist/{index-D80vt_wv.js → index-CB4BAurO.js} +3 -3
- package/dist/{index-2F0_Ouwa.js → index-CEPIw1z_.js} +3 -3
- package/dist/{index-C5CgBQdh.js → index-CNJUWGuC.js} +3 -3
- package/dist/{index-BrfJqm5l.js → index-CTC2EPj7.js} +3 -3
- package/dist/{index-C6SpqoRI.js → index-C_m0K-uV.js} +4 -4
- package/dist/{index-BM4AIRs0.js → index-D5NYeQCP.js} +3 -3
- package/dist/{index-DvNvqRfa.js → index-D92fmCp-.js} +3 -3
- package/dist/{index-BOliRS19.js → index-DY4f-z9c.js} +3 -3
- package/dist/{index-u7X8OT4A.js → index-Db8hap7i.js} +3 -3
- package/dist/{index-qyhU68R6.js → index-DkZoOvo9.js} +3 -3
- package/dist/{index-BG3HITvN.js → index-Dv65oeZM.js} +3 -3
- package/dist/{index-CKHxgWm3.js → index-aVinjo1X.js} +3 -3
- package/dist/{index-Bx5hVOqT.js → index-euKTZmc_.js} +3 -3
- package/dist/{index-BW-J-Wln.js → index-zmmZer0m.js} +3 -3
- package/dist/index.js +3 -3
- package/dist/lib/src/components/Panel.d.ts +2 -0
- package/dist/lib/src/components/Panel.d.ts.map +1 -1
- package/dist/lib/src/components/Panel.js +2 -2
- package/dist/lib/src/components/Panel.js.map +1 -1
- package/dist/lib/src/components/PanelToolbar.d.ts +2 -0
- package/dist/lib/src/components/PanelToolbar.d.ts.map +1 -1
- package/dist/lib/src/components/PanelToolbar.js +12 -1
- package/dist/lib/src/components/PanelToolbar.js.map +1 -1
- package/dist/lib/src/connection/adapter.d.ts.map +1 -1
- package/dist/lib/src/connection/adapter.js +4 -0
- package/dist/lib/src/connection/adapter.js.map +1 -1
- package/dist/lib/src/connection/communicator.d.ts +3 -0
- package/dist/lib/src/connection/communicator.d.ts.map +1 -1
- package/dist/lib/src/connection/communicator.js.map +1 -1
- package/dist/lib/src/connection/connection.d.ts +2 -0
- package/dist/lib/src/connection/connection.d.ts.map +1 -1
- package/dist/lib/src/connection/connection.js +1 -1
- package/dist/lib/src/connection/connection.js.map +1 -1
- package/dist/lib/src/connection/webrtc/bridge.d.ts +4 -1
- package/dist/lib/src/connection/webrtc/bridge.d.ts.map +1 -1
- package/dist/lib/src/connection/webrtc/bridge.js +105 -71
- package/dist/lib/src/connection/webrtc/bridge.js.map +1 -1
- package/dist/lib/src/connection/webrtc/comms-proxy.d.ts +10 -0
- package/dist/lib/src/connection/webrtc/comms-proxy.d.ts.map +1 -0
- package/dist/lib/src/connection/webrtc/comms-proxy.js +64 -0
- package/dist/lib/src/connection/webrtc/comms-proxy.js.map +1 -0
- package/dist/lib/src/connection/webrtc/handler.d.ts +4 -0
- package/dist/lib/src/connection/webrtc/handler.d.ts.map +1 -1
- package/dist/lib/src/connection/webrtc/handler.js +3 -0
- package/dist/lib/src/connection/webrtc/handler.js.map +1 -1
- package/dist/lib/src/connection/webrtc/worker.js +3 -0
- package/dist/lib/src/connection/webrtc/worker.js.map +1 -1
- package/dist/lib/src/panels/ImagePanel.d.ts +4 -1
- package/dist/lib/src/panels/ImagePanel.d.ts.map +1 -1
- package/dist/lib/src/panels/ImagePanel.js.map +1 -1
- package/dist/lib/src/protobuf.generated/EncodedFrame.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/EncodedFrame.js +3 -0
- package/dist/lib/src/protobuf.generated/EncodedFrame.js.map +1 -1
- package/dist/lib/src/protobuf.generated/Event.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/Event.js +3 -0
- package/dist/lib/src/protobuf.generated/Event.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImageAnnotations.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/ImageAnnotations.js +3 -0
- package/dist/lib/src/protobuf.generated/ImageAnnotations.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js +3 -0
- package/dist/lib/src/protobuf.generated/ImgDetections.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgFrame.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgFrame.js +3 -0
- package/dist/lib/src/protobuf.generated/ImgFrame.js.map +1 -1
- package/dist/lib/src/protobuf.generated/PointCloudData.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/PointCloudData.js +3 -0
- package/dist/lib/src/protobuf.generated/PointCloudData.js.map +1 -1
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.js +3 -0
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.js.map +1 -1
- package/dist/lib/src/protobuf.generated/common.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/common.js +3 -0
- package/dist/lib/src/protobuf.generated/common.js.map +1 -1
- package/dist/{worker-CV6Wbpjh.js → worker-8hm-Dhmm.js} +11 -3
- package/dist/{worker-Bd7K1fGT.js → worker-vqRhkSaI.js} +2 -2
- package/package.json +5 -3
|
@@ -1498,11 +1498,9 @@ Long.fromBytesBE = function fromBytesBE(bytes, unsigned) {
|
|
|
1498
1498
|
);
|
|
1499
1499
|
};
|
|
1500
1500
|
|
|
1501
|
-
// Code
|
|
1502
|
-
//
|
|
1503
|
-
//
|
|
1504
|
-
// protoc v4.25.1
|
|
1505
|
-
// source: common.proto
|
|
1501
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
1502
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
1503
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
1506
1504
|
|
|
1507
1505
|
let CameraModel = /*#__PURE__*/function (CameraModel) {
|
|
1508
1506
|
CameraModel[CameraModel["PERSPECTIVE"] = 0] = "PERSPECTIVE";
|
|
@@ -2196,11 +2194,9 @@ function isSet$6(value) {
|
|
|
2196
2194
|
return value !== null && value !== undefined;
|
|
2197
2195
|
}
|
|
2198
2196
|
|
|
2199
|
-
// Code
|
|
2200
|
-
//
|
|
2201
|
-
//
|
|
2202
|
-
// protoc v4.25.1
|
|
2203
|
-
// source: ImageAnnotations.proto
|
|
2197
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
2198
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
2199
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
2204
2200
|
|
|
2205
2201
|
const protobufPackage$5 = "dai.proto.image_annotations";
|
|
2206
2202
|
let PointsAnnotationType = /*#__PURE__*/function (PointsAnnotationType) {
|
|
@@ -2810,11 +2806,9 @@ function isSet$5(value) {
|
|
|
2810
2806
|
}
|
|
2811
2807
|
const protobufName$5 = "ImageAnnotations";
|
|
2812
2808
|
|
|
2813
|
-
// Code
|
|
2814
|
-
//
|
|
2815
|
-
//
|
|
2816
|
-
// protoc v4.25.1
|
|
2817
|
-
// source: ImgFrame.proto
|
|
2809
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
2810
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
2811
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
2818
2812
|
|
|
2819
2813
|
const protobufPackage$4 = "dai.proto.img_frame";
|
|
2820
2814
|
let Type = /*#__PURE__*/function (Type) {
|
|
@@ -3444,11 +3438,9 @@ function isSet$4(value) {
|
|
|
3444
3438
|
}
|
|
3445
3439
|
const protobufName$4 = "ImgFrame";
|
|
3446
3440
|
|
|
3447
|
-
// Code
|
|
3448
|
-
//
|
|
3449
|
-
//
|
|
3450
|
-
// protoc v4.25.1
|
|
3451
|
-
// source: EncodedFrame.proto
|
|
3441
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
3442
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
3443
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
3452
3444
|
|
|
3453
3445
|
const protobufPackage$3 = "dai.proto.encoded_frame";
|
|
3454
3446
|
let Profile = /*#__PURE__*/function (Profile) {
|
|
@@ -3851,11 +3843,9 @@ function isSet$3(value) {
|
|
|
3851
3843
|
}
|
|
3852
3844
|
const protobufName$3 = "EncodedFrame";
|
|
3853
3845
|
|
|
3854
|
-
// Code
|
|
3855
|
-
//
|
|
3856
|
-
//
|
|
3857
|
-
// protoc v4.25.1
|
|
3858
|
-
// source: ImgDetections.proto
|
|
3846
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
3847
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
3848
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
3859
3849
|
|
|
3860
3850
|
const protobufPackage$2 = "dai.proto.img_detections";
|
|
3861
3851
|
function createBaseImgDetections() {
|
|
@@ -4119,11 +4109,9 @@ function isSet$2(value) {
|
|
|
4119
4109
|
}
|
|
4120
4110
|
const protobufName$2 = "ImgDetections";
|
|
4121
4111
|
|
|
4122
|
-
// Code
|
|
4123
|
-
//
|
|
4124
|
-
//
|
|
4125
|
-
// protoc v4.25.1
|
|
4126
|
-
// source: PointCloudData.proto
|
|
4112
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
4113
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
4114
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
4127
4115
|
|
|
4128
4116
|
const protobufPackage$1 = "dai.proto.point_cloud_data";
|
|
4129
4117
|
function createBasePointCloudData() {
|
|
@@ -4431,11 +4419,9 @@ function isSet$1(value) {
|
|
|
4431
4419
|
}
|
|
4432
4420
|
const protobufName$1 = "PointCloudData";
|
|
4433
4421
|
|
|
4434
|
-
// Code
|
|
4435
|
-
//
|
|
4436
|
-
//
|
|
4437
|
-
// protoc v4.25.1
|
|
4438
|
-
// source: SpatialImgDetections.proto
|
|
4422
|
+
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
4423
|
+
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
4424
|
+
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
4439
4425
|
|
|
4440
4426
|
const protobufPackage = "dai.proto.spatial_img_detections";
|
|
4441
4427
|
let SpatialLocationCalculatorAlgorithm = /*#__PURE__*/function (SpatialLocationCalculatorAlgorithm) {
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { p as protobufsBySchema } from './FoxgloveServer-
|
|
1
|
+
import { p as protobufsBySchema } from './FoxgloveServer-tJZcJH5-.js';
|
|
2
2
|
|
|
3
3
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
4
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-
|
|
1
|
+
import { C as ClientBinaryOpcode, B as BinaryOpcode } from './FoxgloveServer-tJZcJH5-.js';
|
|
2
2
|
|
|
3
3
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
4
4
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { au as ExternalTokenizer, aC as ContextTracker, aq as styleTags, ar as tags, av as LRParser, aD as LocalTokenGroup, aE as snippetCompletion, ay as syntaxTree, as as LRLanguage, an as indentNodeProp, ao as continuedIndent, az as flatIndent, aA as delimitedIndent, ap as foldNodeProp, aB as foldInside, at as LanguageSupport, aw as ifNotIn, ax as completeFromList, aF as IterMode, aG as NodeWeakMap } from './index-
|
|
2
|
-
import './FoxgloveServer-
|
|
1
|
+
import { au as ExternalTokenizer, aC as ContextTracker, aq as styleTags, ar as tags, av as LRParser, aD as LocalTokenGroup, aE as snippetCompletion, ay as syntaxTree, as as LRLanguage, an as indentNodeProp, ao as continuedIndent, az as flatIndent, aA as delimitedIndent, ap as foldNodeProp, aB as foldInside, at as LanguageSupport, aw as ifNotIn, ax as completeFromList, aF as IterMode, aG as NodeWeakMap } from './index-Bj6ylSdI.js';
|
|
2
|
+
import './FoxgloveServer-tJZcJH5-.js';
|
|
3
3
|
import 'protobufjs/minimal';
|
|
4
4
|
import 'ms';
|
|
5
5
|
import 'react';
|
|
@@ -7,7 +7,7 @@ import 'zustand';
|
|
|
7
7
|
import 'react-mosaic-component';
|
|
8
8
|
import '@mui/material';
|
|
9
9
|
import './i18next-C5Qe4-E1.js';
|
|
10
|
-
import './foxglove-protocol-
|
|
10
|
+
import './foxglove-protocol-RBwoTi12.js';
|
|
11
11
|
import 'react-dnd';
|
|
12
12
|
import 'react-dnd-html5-backend';
|
|
13
13
|
import '@emotion/react';
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { au as ExternalTokenizer, aC as ContextTracker, aq as styleTags, ar as tags, av as LRParser, ay as syntaxTree, aw as ifNotIn, as as LRLanguage, an as indentNodeProp, aA as delimitedIndent, ap as foldNodeProp, aB as foldInside, at as LanguageSupport, aF as IterMode, ax as completeFromList, aG as NodeWeakMap, aE as snippetCompletion } from './index-
|
|
2
|
-
import './FoxgloveServer-
|
|
1
|
+
import { au as ExternalTokenizer, aC as ContextTracker, aq as styleTags, ar as tags, av as LRParser, ay as syntaxTree, aw as ifNotIn, as as LRLanguage, an as indentNodeProp, aA as delimitedIndent, ap as foldNodeProp, aB as foldInside, at as LanguageSupport, aF as IterMode, ax as completeFromList, aG as NodeWeakMap, aE as snippetCompletion } from './index-Bj6ylSdI.js';
|
|
2
|
+
import './FoxgloveServer-tJZcJH5-.js';
|
|
3
3
|
import 'protobufjs/minimal';
|
|
4
4
|
import 'ms';
|
|
5
5
|
import 'react';
|
|
@@ -7,7 +7,7 @@ import 'zustand';
|
|
|
7
7
|
import 'react-mosaic-component';
|
|
8
8
|
import '@mui/material';
|
|
9
9
|
import './i18next-C5Qe4-E1.js';
|
|
10
|
-
import './foxglove-protocol-
|
|
10
|
+
import './foxglove-protocol-RBwoTi12.js';
|
|
11
11
|
import 'react-dnd';
|
|
12
12
|
import 'react-dnd-html5-backend';
|
|
13
13
|
import '@emotion/react';
|