@camstack/addon-pipeline 1.2.144 → 1.2.145
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/audio-analyzer/index.js +2 -2
- package/dist/audio-analyzer/index.mjs +2 -2
- package/dist/detection-pipeline/index.js +5 -5
- package/dist/detection-pipeline/index.mjs +4 -4
- package/dist/{dist-Dpy1KP1q.js → dist-DML3mpn9.js} +6 -6
- package/dist/{dist-uX-YDOrc.mjs → dist-cZopp8Xm.mjs} +6 -6
- package/dist/{event-loop-stall-monitor-6YKQeg7_.mjs → event-loop-stall-monitor-DH_vFYWu.mjs} +1 -1
- package/dist/{event-loop-stall-monitor-D947d97M.js → event-loop-stall-monitor-DaV4Zdsz.js} +1 -1
- package/dist/{lazy-sharp-zDl97I3e.js → lazy-sharp-BzXIjfN8.js} +1 -1
- package/dist/motion-wasm/index.js +2 -2
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/{node-DuMWMV01.mjs → node-Br6p9KvD.mjs} +1 -1
- package/dist/{node-v9ZAGK2b.js → node-OvVqe9eh.js} +1 -1
- package/dist/pipeline-runner/index.js +5 -5
- package/dist/pipeline-runner/index.mjs +4 -4
- package/dist/{process-memory-CNISjywZ.mjs → process-memory-DX25Z60Q.mjs} +1 -1
- package/dist/{process-memory-ClAfQ1Nl.js → process-memory-NWKrKfmi.js} +1 -1
- package/dist/recorder/index.js +549 -41
- package/dist/recorder/index.mjs +549 -41
- package/dist/{segment-demux-js-Bpedn-T8.js → segment-demux-js-CerfMroc.js} +1 -1
- package/dist/{segment-demux-js-CCMG51zw.mjs → segment-demux-js-DGmFQ1Zj.mjs} +1 -1
- package/dist/session-decode/decode-worker-child.js +2 -2
- package/dist/session-decode/decode-worker-child.mjs +1 -1
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-MRLUZgkR.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DQNgiTjz.mjs} +3 -3
- package/dist/stream-broker/demux-worker-child.js +1 -1
- package/dist/stream-broker/demux-worker-child.mjs +1 -1
- package/dist/stream-broker/{hostInit-w0ytBmjx.mjs → hostInit-NShcJE25.mjs} +3 -3
- package/dist/stream-broker/index.js +3 -3
- package/dist/stream-broker/index.mjs +3 -3
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-Cd-G92Qt.mjs → worker-protocol-CUCQ1IPR.mjs} +1 -1
- package/dist/{worker-protocol-Cn5x8dbW.js → worker-protocol-Dt3zWCQY.js} +1 -1
- package/package.json +1 -1
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_process_memory = require("../process-memory-
|
|
5
|
+
const require_dist = require("../dist-DML3mpn9.js");
|
|
6
|
+
const require_process_memory = require("../process-memory-NWKrKfmi.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
node_fs = require_dist.__toESM(node_fs);
|
|
9
9
|
let node_path = require("node:path");
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-
|
|
3
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
2
|
+
import { A as audioAnalysisCapability, It as hydrateSchema, S as PoolMemoryWatchdog, _t as resolvePoolMemoryPolicy, j as audioAnalyzerCapability, jt as BaseAddon, n as AUDIO_BACKEND_CHOICES, nt as mapAudioLabelToMacro, s as DEFAULT_AUDIO_ANALYZER_CONFIG, v as HF_BASE_URL, wt as errMsg } from "../dist-cZopp8Xm.mjs";
|
|
3
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-DX25Z60Q.mjs";
|
|
4
4
|
import * as fs from "node:fs";
|
|
5
5
|
import * as path$1 from "node:path";
|
|
6
6
|
import { downloadFile } from "@camstack/system/addon-utils";
|
|
@@ -2,11 +2,11 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-
|
|
8
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
9
|
-
const require_process_memory = require("../process-memory-
|
|
5
|
+
const require_dist = require("../dist-DML3mpn9.js");
|
|
6
|
+
const require_node = require("../node-OvVqe9eh.js");
|
|
7
|
+
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaV4Zdsz.js");
|
|
8
|
+
const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
|
|
9
|
+
const require_process_memory = require("../process-memory-NWKrKfmi.js");
|
|
10
10
|
let node_fs = require("node:fs");
|
|
11
11
|
node_fs = require_dist.__toESM(node_fs);
|
|
12
12
|
let node_path = require("node:path");
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import { n as __require } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-
|
|
3
|
-
import { a as readProcessCost } from "../node-
|
|
4
|
-
import { a as ALL_PIPELINE_STEPS, c as getDefaultModelForFormatFromDef, d as resolveModelForFormat, f as landmarkPrecisionVerdict, l as getStep, n as startEventLoopStallMonitor, o as ALL_STEPS, r as localFrameRegistry, s as getDefaultModelForFormat, u as getStepDefinition } from "../event-loop-stall-monitor-
|
|
2
|
+
import { Bt as nodePin, Ft as createEvent, It as hydrateSchema, Kt as array, O as YAMNET_TO_MACRO, Q as inferModelProvider, Qt as object, S as PoolMemoryWatchdog, St as supportedRuntimes$1, Vt as parseJsonUnknown, W as detectionPipelineCapability, Wt as sleep, Y as evaluateZoneRules, _t as resolvePoolMemoryPolicy, at as overlayClusterStepSettings, c as DEFAULT_CLUSTER_STEP_MODELS, ct as pickClusterStepSettings, dt as pipelineExecutorCapability, en as string, et as loadContributionCapability, ht as resolveClusterStepModelId, jt as BaseAddon, l as DEFAULT_CLUSTER_STEP_SETTINGS, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, q as enumerateInferenceDevices, st as pickClusterStepModels, t as APPLE_SA_TO_MACRO, tn as union, wt as errMsg, yt as runtimeDevices$1, z as defaultDeviceFor$1 } from "../dist-cZopp8Xm.mjs";
|
|
3
|
+
import { a as readProcessCost } from "../node-Br6p9KvD.mjs";
|
|
4
|
+
import { a as ALL_PIPELINE_STEPS, c as getDefaultModelForFormatFromDef, d as resolveModelForFormat, f as landmarkPrecisionVerdict, l as getStep, n as startEventLoopStallMonitor, o as ALL_STEPS, r as localFrameRegistry, s as getDefaultModelForFormat, u as getStepDefinition } from "../event-loop-stall-monitor-DH_vFYWu.mjs";
|
|
5
5
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
6
|
-
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-
|
|
6
|
+
import { n as pickNodePlatformArch, t as readProcessMemory } from "../process-memory-DX25Z60Q.mjs";
|
|
7
7
|
import * as fs from "node:fs";
|
|
8
8
|
import * as path$1 from "node:path";
|
|
9
9
|
import { spawn } from "node:child_process";
|
|
@@ -26426,23 +26426,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26426
26426
|
sdpOffer: string()
|
|
26427
26427
|
}), {
|
|
26428
26428
|
kind: "mutation",
|
|
26429
|
-
auth: "
|
|
26429
|
+
auth: "protected"
|
|
26430
26430
|
}), method(object({
|
|
26431
26431
|
deviceId: number(),
|
|
26432
26432
|
sessionId: string(),
|
|
26433
26433
|
sdpAnswer: string()
|
|
26434
26434
|
}), _void(), {
|
|
26435
26435
|
kind: "mutation",
|
|
26436
|
-
auth: "
|
|
26436
|
+
auth: "protected"
|
|
26437
26437
|
}), method(object({
|
|
26438
26438
|
deviceId: number(),
|
|
26439
26439
|
sessionId: string()
|
|
26440
26440
|
}), _void(), {
|
|
26441
26441
|
kind: "mutation",
|
|
26442
|
-
auth: "
|
|
26442
|
+
auth: "protected"
|
|
26443
26443
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
26444
26444
|
kind: "mutation",
|
|
26445
|
-
auth: "
|
|
26445
|
+
auth: "protected"
|
|
26446
26446
|
}), method(object({
|
|
26447
26447
|
deviceId: number(),
|
|
26448
26448
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -26461,10 +26461,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26461
26461
|
sequenceNumber: number().int()
|
|
26462
26462
|
}), object({ accepted: boolean() }), {
|
|
26463
26463
|
kind: "mutation",
|
|
26464
|
-
auth: "
|
|
26464
|
+
auth: "protected"
|
|
26465
26465
|
}), method(object({ deviceId: number() }), _void(), {
|
|
26466
26466
|
kind: "mutation",
|
|
26467
|
-
auth: "
|
|
26467
|
+
auth: "protected"
|
|
26468
26468
|
}), object({
|
|
26469
26469
|
deviceId: number(),
|
|
26470
26470
|
status: IntercomStatusSchema
|
|
@@ -26403,23 +26403,23 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26403
26403
|
sdpOffer: string()
|
|
26404
26404
|
}), {
|
|
26405
26405
|
kind: "mutation",
|
|
26406
|
-
auth: "
|
|
26406
|
+
auth: "protected"
|
|
26407
26407
|
}), method(object({
|
|
26408
26408
|
deviceId: number(),
|
|
26409
26409
|
sessionId: string(),
|
|
26410
26410
|
sdpAnswer: string()
|
|
26411
26411
|
}), _void(), {
|
|
26412
26412
|
kind: "mutation",
|
|
26413
|
-
auth: "
|
|
26413
|
+
auth: "protected"
|
|
26414
26414
|
}), method(object({
|
|
26415
26415
|
deviceId: number(),
|
|
26416
26416
|
sessionId: string()
|
|
26417
26417
|
}), _void(), {
|
|
26418
26418
|
kind: "mutation",
|
|
26419
|
-
auth: "
|
|
26419
|
+
auth: "protected"
|
|
26420
26420
|
}), method(object({ deviceId: number() }), object({ sessionId: string() }), {
|
|
26421
26421
|
kind: "mutation",
|
|
26422
|
-
auth: "
|
|
26422
|
+
auth: "protected"
|
|
26423
26423
|
}), method(object({
|
|
26424
26424
|
deviceId: number(),
|
|
26425
26425
|
/** Audio bytes for ONE frame, base64-encoded so the payload
|
|
@@ -26438,10 +26438,10 @@ DeviceType.Camera, method(object({ deviceId: number() }), object({
|
|
|
26438
26438
|
sequenceNumber: number().int()
|
|
26439
26439
|
}), object({ accepted: boolean() }), {
|
|
26440
26440
|
kind: "mutation",
|
|
26441
|
-
auth: "
|
|
26441
|
+
auth: "protected"
|
|
26442
26442
|
}), method(object({ deviceId: number() }), _void(), {
|
|
26443
26443
|
kind: "mutation",
|
|
26444
|
-
auth: "
|
|
26444
|
+
auth: "protected"
|
|
26445
26445
|
}), object({
|
|
26446
26446
|
deviceId: number(),
|
|
26447
26447
|
status: IntercomStatusSchema
|
package/dist/{event-loop-stall-monitor-6YKQeg7_.mjs → event-loop-stall-monitor-DH_vFYWu.mjs}
RENAMED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-
|
|
1
|
+
import { M as audioKindId, Z as hfModelUrl, a as COCO_80_LABELS, o as COCO_TO_MACRO, r as AUDIO_MACRO_LABELS } from "./dist-cZopp8Xm.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import { PerformanceObserver } from "node:perf_hooks";
|
|
4
4
|
//#region src/detection-pipeline/registry/model-catalogs.ts
|
|
@@ -2,8 +2,8 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
5
|
+
const require_dist = require("../dist-DML3mpn9.js");
|
|
6
|
+
const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
|
|
7
7
|
let node_fs = require("node:fs");
|
|
8
8
|
let node_path = require("node:path");
|
|
9
9
|
//#region src/motion-wasm/wasm-motion-detector.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-
|
|
1
|
+
import { It as hydrateSchema, Pt as DeviceType, Y as evaluateZoneRules, it as motionDetectionCapability, jt as BaseAddon } from "../dist-cZopp8Xm.mjs";
|
|
2
2
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
3
3
|
import { readFileSync } from "node:fs";
|
|
4
4
|
import { join } from "node:path";
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-
|
|
1
|
+
import { Dt as buildFfmpegArgs, Et as Fmp4BoxSplitter, kt as isSoftwareDecode, wt as errMsg } from "./dist-cZopp8Xm.mjs";
|
|
2
2
|
import { randomUUID } from "node:crypto";
|
|
3
3
|
import "node:fs";
|
|
4
4
|
import "node:path";
|
|
@@ -2,12 +2,12 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
6
|
-
const require_node = require("../node-
|
|
7
|
-
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-
|
|
8
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
5
|
+
const require_dist = require("../dist-DML3mpn9.js");
|
|
6
|
+
const require_node = require("../node-OvVqe9eh.js");
|
|
7
|
+
const require_event_loop_stall_monitor = require("../event-loop-stall-monitor-DaV4Zdsz.js");
|
|
8
|
+
const require_worker_protocol = require("../worker-protocol-Dt3zWCQY.js");
|
|
9
9
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
10
|
-
const require_lazy_sharp = require("../lazy-sharp-
|
|
10
|
+
const require_lazy_sharp = require("../lazy-sharp-BzXIjfN8.js");
|
|
11
11
|
const require_restream_intent = require("../restream-intent-Cv9x3jmu.js");
|
|
12
12
|
const require_remote_restream = require("../remote-restream-CO36Sr30.js");
|
|
13
13
|
let node_child_process = require("node:child_process");
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-
|
|
2
|
-
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-
|
|
3
|
-
import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-
|
|
4
|
-
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-
|
|
1
|
+
import { B as defineCustomActions, Bt as nodePin, Ft as createEvent, Gt as _enum, H as deriveDetailCropRect, Kt as array, L as customAction, Qt as object, X as failureContributionCapability, Xt as literal, Yt as lazy, Zt as number, _ as FailureCounters, en as string, et as loadContributionCapability, ft as pipelineRunnerCapability, jt as BaseAddon, lt as pickDetailCropConvention, m as DEVICE_BACKEND_TO_FORMAT, nn as EventCategory, p as DEFAULT_NATIVE_LEASE_SETTINGS, qt as boolean, u as DEFAULT_DETAIL_CROP_CONVENTION, ut as pickNativeLeaseOverride, wt as errMsg } from "../dist-cZopp8Xm.mjs";
|
|
2
|
+
import { i as NO_COST_CLAIM, t as ChildCostRegistry } from "../node-Br6p9KvD.mjs";
|
|
3
|
+
import { i as resolveFrameViewGeometry, r as localFrameRegistry, t as attributeStall, u as getStepDefinition } from "../event-loop-stall-monitor-DH_vFYWu.mjs";
|
|
4
|
+
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-CUCQ1IPR.mjs";
|
|
5
5
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
6
6
|
import { t as getSharp } from "../lazy-sharp-DXsqwpph.mjs";
|
|
7
7
|
import { n as withDetectionIntent } from "../restream-intent-B4BXZra7.mjs";
|