@luxonis/visualizer-protobuf 2.39.0 → 2.41.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/{WorkerImageDecoder.worker-C3ZBQ2Wk.js → WorkerImageDecoder.worker-B8iTthbG.js} +1 -1
- package/dist/{communicator-BjQGdkEF.js → communicator-Rs8pk0Io.js} +1 -1
- package/dist/{decodeImage-CxUhz2gE.js → decodeImage-DAWmFdMI.js} +56 -0
- package/dist/{deserialization.worker-B4mbcVaD.js → deserialization.worker-BKq1x9xw.js} +16 -2
- package/dist/{encoding-BaoHXAPX.js → encoding-D95pQf33.js} +25 -10
- package/dist/{index-WbLcsC_J.js → index-B2b_GPZ2.js} +1 -1
- package/dist/{index-CqOmuVTG.js → index-B6EgpzyA.js} +26 -25
- package/dist/{index-B7GuixTp.js → index-B8xP44mB.js} +1 -1
- package/dist/{index-CV-B5Yzw.js → index-BAeQKqss.js} +1 -1
- package/dist/{index-CW_FmXbn.js → index-BXOCuOJk.js} +1 -1
- package/dist/{index-BCyySNei.js → index-BZE87PRS.js} +1 -1
- package/dist/{index-iLAZUWTe.js → index-BiGZ-Ksk.js} +1 -1
- package/dist/{index-Blkg3kJV.js → index-BjWdog1R.js} +1 -1
- package/dist/{index-DzHGhXh0.js → index-Bu7kRSnU.js} +1 -1
- package/dist/{index-BN8ED_iw.js → index-C8UYJCs8.js} +1 -1
- package/dist/{index-Cz7XzIHe.js → index-CRR7BXZp.js} +1 -1
- package/dist/{index-BFRXpS0F.js → index-Cc6kXZzw.js} +1 -1
- package/dist/{index-DDSCnmQR.js → index-Cj86SpIZ.js} +1 -1
- package/dist/{index-CHA66VFs.js → index-CnDs4xd7.js} +1 -1
- package/dist/{index-D1cmz2wj.js → index-D3Ra45oT.js} +1 -1
- package/dist/{index-Cybrtcp9.js → index-DDZBM3Tu.js} +3 -3
- package/dist/{index-3VTu28iq.js → index-DfYWSU12.js} +3 -3
- package/dist/{index-ANsWnuDu.js → index-pHF3cb4A.js} +1 -1
- package/dist/{index-4tKm0rli.js → index-yae90EMj.js} +1 -1
- package/dist/index.js +1 -1
- package/dist/lib/src/connection/connection.d.ts +2 -2
- package/dist/lib/src/connection/connection.d.ts.map +1 -1
- package/dist/lib/src/connection/connection.js.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.d.ts +2 -2
- package/dist/lib/src/connection/foxglove-connection.d.ts.map +1 -1
- package/dist/lib/src/connection/foxglove-connection.js.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.d.ts +5 -2
- package/dist/lib/src/messaging/deserialization.worker.d.ts.map +1 -1
- package/dist/lib/src/messaging/deserialization.worker.js +10 -1
- package/dist/lib/src/messaging/deserialization.worker.js.map +1 -1
- package/dist/lib/src/messaging/message-handler.d.ts +2 -2
- package/dist/lib/src/messaging/message-handler.d.ts.map +1 -1
- package/dist/lib/src/messaging/message-handler.js +2 -1
- package/dist/lib/src/messaging/message-handler.js.map +1 -1
- package/dist/lib/src/output.css +15 -2
- package/dist/lib/src/protobuf.generated/EncodedFrame.js +1 -1
- package/dist/lib/src/protobuf.generated/Event.js +1 -1
- package/dist/lib/src/protobuf.generated/IMUData.js +1 -1
- package/dist/lib/src/protobuf.generated/ImageAnnotations.js +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.d.ts +1 -0
- package/dist/lib/src/protobuf.generated/ImgDetections.d.ts.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgDetections.js +16 -2
- package/dist/lib/src/protobuf.generated/ImgDetections.js.map +1 -1
- package/dist/lib/src/protobuf.generated/ImgFrame.js +1 -1
- package/dist/lib/src/protobuf.generated/PointCloudData.js +1 -1
- package/dist/lib/src/protobuf.generated/SpatialImgDetections.js +1 -1
- package/dist/lib/src/protobuf.generated/common.js +1 -1
- package/dist/lib/src/utils/encoding.js +1 -1
- package/dist/lib/src/utils/encoding.js.map +1 -1
- package/dist/lib/src/utils/error.d.ts +2 -0
- package/dist/lib/src/utils/error.d.ts.map +1 -1
- package/dist/lib/src/utils/error.js +3 -0
- package/dist/lib/src/utils/error.js.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.d.ts.map +1 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.js +4 -1
- package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.js.map +1 -1
- package/dist/{worker-5EVhuR0-.js → worker-BCJnECSn.js} +2 -2
- package/dist/{worker-4R8nuLc9.js → worker-ChOPGWcQ.js} +2 -2
- package/package.json +1 -1
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
export declare class EncodedStreamNotSupportedError extends Error {
|
|
2
2
|
topicName: string;
|
|
3
|
+
readonly name = "EncodedStreamNotSupportedError";
|
|
4
|
+
readonly errorType = "EncodedStreamNotSupportedError";
|
|
3
5
|
constructor(topicName: string);
|
|
4
6
|
}
|
|
5
7
|
//# sourceMappingURL=error.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../src/utils/error.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA+B,SAAQ,KAAK;IAChD,SAAS,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"error.d.ts","sourceRoot":"","sources":["../../../../src/utils/error.ts"],"names":[],"mappings":"AAAA,qBAAa,8BAA+B,SAAQ,KAAK;IAChD,SAAS,EAAE,MAAM,CAAC;IACzB,SAAkB,IAAI,oCAAoC;IAC1D,QAAQ,CAAC,SAAS,oCAAoC;gBAE1C,SAAS,EAAE,MAAM;CAK9B"}
|
|
@@ -1,8 +1,11 @@
|
|
|
1
1
|
export class EncodedStreamNotSupportedError extends Error {
|
|
2
2
|
topicName;
|
|
3
|
+
name = "EncodedStreamNotSupportedError";
|
|
4
|
+
errorType = "EncodedStreamNotSupportedError";
|
|
3
5
|
constructor(topicName) {
|
|
4
6
|
super("Encoded stream not supported on this platform");
|
|
5
7
|
this.topicName = topicName;
|
|
8
|
+
Object.setPrototypeOf(this, EncodedStreamNotSupportedError.prototype);
|
|
6
9
|
}
|
|
7
10
|
}
|
|
8
11
|
//# sourceMappingURL=error.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../../../src/utils/error.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,8BAA+B,SAAQ,KAAK;IAChD,SAAS,CAAS;
|
|
1
|
+
{"version":3,"file":"error.js","sourceRoot":"","sources":["../../../../src/utils/error.ts"],"names":[],"mappings":"AAAA,MAAM,OAAO,8BAA+B,SAAQ,KAAK;IAChD,SAAS,CAAS;IACP,IAAI,GAAG,gCAAgC,CAAC;IACjD,SAAS,GAAG,gCAAgC,CAAC;IAEtD,YAAY,SAAiB;QAC3B,KAAK,CAAC,+CAA+C,CAAC,CAAC;QACvD,IAAI,CAAC,SAAS,GAAG,SAAS,CAAC;QAC3B,MAAM,CAAC,cAAc,CAAC,IAAI,EAAE,8BAA8B,CAAC,SAAS,CAAC,CAAC;IACxE,CAAC;CACF"}
|
package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decodeImage.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"decodeImage.d.ts","sourceRoot":"","sources":["../../../../../../../../../packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.ts"],"names":[],"mappings":"AA0BA,OAAO,EAAE,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAE7C,OAAO,EAAE,oBAAoB,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,EAAE,KAAK,IAAI,QAAQ,EAAE,MAAM,WAAW,CAAC;AAC9C,OAAO,EAAE,iBAAiB,EAAqB,MAAM,cAAc,CAAC;AAGpE,wBAAsB,6BAA6B,CACjD,KAAK,EAAE,oBAAoB,EAC3B,WAAW,CAAC,EAAE,MAAM,GACnB,OAAO,CAAC,WAAW,CAAC,CAGtB;AAED,eAAO,MAAM,iCAAiC,EAAE,QAAQ,CACtD,IAAI,CAAC,iBAAiB,EAAE,YAAY,GAAG,UAAU,GAAG,UAAU,CAAC,CAOhE,CAAC;AAGF,MAAM,MAAM,eAAe,GAAG,iBAAiB,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG,QAAQ,GAAG;IACxC,MAAM,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACvB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC7B,CAAC;AAEF;;;GAGG;AACH,wBAAsB,cAAc,CAClC,KAAK,EAAE,QAAQ,GAAG,QAAQ,GAAG,gBAAgB,EAC7C,OAAO,EAAE,OAAO,CAAC,eAAe,CAAC,EACjC,MAAM,EAAE,iBAAiB,GACxB,OAAO,CAAC,IAAI,CAAC,CAuGf"}
|
package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.js
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
// License, v2.0. If a copy of the MPL was not distributed with this
|
|
3
3
|
// file, You can obtain one at http://mozilla.org/MPL/2.0/
|
|
4
4
|
import * as _ from "lodash-es";
|
|
5
|
-
import { decodeBGR8p, decodeBGRA8, decodeBayerBGGR8, decodeBayerGBRG8, decodeBayerGRBG8, decodeI420, decodeBayerRGGB8, decodeFloat1c, decodeMono16, decodeMono8, decodeRGB8, decodeRGB8p, decodeRGBA8, decodeUYVY, decodeYUYV, decodeNV12, decodeBGR8i } from "@foxglove/den/image";
|
|
5
|
+
import { decodeBGR8p, decodeBGRA8, decodeBayerBGGR8, decodeBayerGBRG8, decodeBayerGRBG8, decodeI420, decodeBayerRGGB8, decodeFloat1c, decodeMono16, decodeMono8, decodeRGB8, decodeRGB8p, decodeRGBA8, decodeUYVY, decodeYUYV, decodeNV12, decodeBGR8i, decodeYUV420p, } from "@foxglove/den/image";
|
|
6
6
|
import { getColorConverter } from "../colorMode";
|
|
7
7
|
export async function decodeCompressedImageToBitmap(image, resizeWidth) {
|
|
8
8
|
const bitmapData = new Blob([image.data], { type: `image/${image.format}` });
|
|
@@ -36,6 +36,9 @@ export async function decodeRawImage(image, options, output) {
|
|
|
36
36
|
case "yuyv":
|
|
37
37
|
decodeYUYV(image.data, width, height, step, output);
|
|
38
38
|
break;
|
|
39
|
+
case "yuv420p":
|
|
40
|
+
decodeYUV420p(image.data, width, height, step, output);
|
|
41
|
+
break;
|
|
39
42
|
case "rgb8":
|
|
40
43
|
decodeRGB8(image.data, width, height, step, output);
|
|
41
44
|
break;
|
package/dist/packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"decodeImage.js","sourceRoot":"","sources":["../../../../../../../../../packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.ts"],"names":[],"mappings":"AAAA,sEAAsE;AACtE,oEAAoE;AACpE,0DAA0D;AAE1D,OAAO,KAAK,CAAC,MAAM,WAAW,CAAC;AAE/B,OAAO,EACL,WAAW,EACX,WAAW,EACX,gBAAgB,EAChB,gBAAgB,EAChB,gBAAgB,EAChB,UAAU,EACV,gBAAgB,EAChB,aAAa,EACb,YAAY,EACZ,WAAW,EACX,UAAU,EACV,WAAW,EACX,WAAW,EACX,UAAU,EACV,UAAU,EACV,UAAU,EACV,WAAW,
|
|
1
|
+
{"version":3,"file":"decodeImage.js","sourceRoot":"","sources":["../../../../../../../../../packages/studio-base/src/panels/ThreeDeeRender/renderables/Images/decodeImage.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { F as FoxgloveClient } from './FoxgloveServer-C39Uooyk.js';
|
|
2
|
-
import { F as FoxgloveCommunicator } from './communicator-
|
|
2
|
+
import { F as FoxgloveCommunicator } from './communicator-Rs8pk0Io.js';
|
|
3
3
|
import './_commonjsHelpers-E-ZsRS8r.js';
|
|
4
4
|
import 'ms';
|
|
5
|
-
import './encoding-
|
|
5
|
+
import './encoding-D95pQf33.js';
|
|
6
6
|
import 'protobufjs/minimal';
|
|
7
7
|
|
|
8
8
|
// This Source Code Form is subject to the terms of the Mozilla Public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { r as recordToDataView } from './encoding-
|
|
2
|
-
import { F as FoxgloveCommunicator } from './communicator-
|
|
1
|
+
import { r as recordToDataView } from './encoding-D95pQf33.js';
|
|
2
|
+
import { F as FoxgloveCommunicator } from './communicator-Rs8pk0Io.js';
|
|
3
3
|
import { m as makeServiceCallRequest } from './foxglove-protocol-CYoMweAY.js';
|
|
4
4
|
import 'protobufjs/minimal';
|
|
5
5
|
import './FoxgloveServer-C39Uooyk.js';
|