@camstack/addon-pipeline 1.0.7 → 1.0.8
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 -3
- package/dist/audio-analyzer/index.mjs +2 -3
- package/dist/audio-codec-nodeav/index.js +2 -2
- package/dist/audio-codec-nodeav/index.mjs +2 -2
- package/dist/decoder-nodeav/index.js +1 -1
- package/dist/decoder-nodeav/index.mjs +1 -1
- package/dist/detection-pipeline/index.js +373 -184
- package/dist/detection-pipeline/index.mjs +373 -184
- package/dist/{dist-CjrjeaDd.mjs → dist-BA6DR_jV.mjs} +128 -5
- package/dist/{dist-G45MVm6i.js → dist-BLcTVvol.js} +151 -4
- package/dist/motion-wasm/index.js +1 -1
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/pipeline-runner/index.js +1 -1
- package/dist/pipeline-runner/index.mjs +1 -1
- package/dist/recorder/index.js +3 -3
- package/dist/recorder/index.mjs +3 -3
- package/dist/stream-broker/_stub.js +1 -1
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-Tbqpu0v3.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-BFy9iszl.mjs} +3 -3
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-COa17XL2.mjs +26 -0
- package/dist/stream-broker/{hostInit-tIev5Gd9.mjs → hostInit-zRy9SzlX.mjs} +3 -3
- package/dist/stream-broker/index.js +19 -19
- package/dist/stream-broker/index.mjs +19 -19
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/embed-dist/assets/{MaskShapeCanvas-DI4BY7W2-C0kKwNX_.js → MaskShapeCanvas-DI4BY7W2-DJ7ztnFv.js} +1 -1
- package/embed-dist/assets/MotionZonesSettings-NcxxQN8r-CQzEnQoq.js +1 -0
- package/embed-dist/assets/{PrivacyMaskSettings-APgPLF7p-C2SRtNe6.js → PrivacyMaskSettings-APgPLF7p-Cl0eOy_U.js} +1 -1
- package/embed-dist/assets/{index-B2LRyXWh.js → index-CSuLwWK-.js} +3 -3
- package/embed-dist/index.html +1 -1
- package/package.json +1 -1
- package/python/__pycache__/inference_pool.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/__init__.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/_safety.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/arcface.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/arcface.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/ctc.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/ctc.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/saliency.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/saliency.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/scrfd.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/scrfd.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/softmax.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/softmax.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/yamnet.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/yamnet.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/yolo.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/yolo.cpython-313.pyc +0 -0
- package/python/postprocessors/__pycache__/yolo_seg.cpython-312.pyc +0 -0
- package/python/postprocessors/__pycache__/yolo_seg.cpython-313.pyc +0 -0
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-DCsgcqTa.mjs +0 -26
- package/embed-dist/assets/MotionZonesSettings-C1EEbk2V-CYtJc892.js +0 -1
|
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4627
4627
|
return inst;
|
|
4628
4628
|
}
|
|
4629
4629
|
//#endregion
|
|
4630
|
-
//#region ../types/dist/sleep-
|
|
4630
|
+
//#region ../types/dist/sleep-B1dKJAMJ.mjs
|
|
4631
4631
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4632
4632
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4633
4633
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -5601,7 +5601,7 @@ var BaseAddon = class {
|
|
|
5601
5601
|
deviceSettingsSchema() {
|
|
5602
5602
|
return null;
|
|
5603
5603
|
}
|
|
5604
|
-
async getGlobalSettings(overlay, cap) {
|
|
5604
|
+
async getGlobalSettings(overlay, cap, _nodeId) {
|
|
5605
5605
|
const schema = this.globalSettingsSchema(cap);
|
|
5606
5606
|
if (!schema) return { sections: [] };
|
|
5607
5607
|
const raw = await this._ctx?.settings?.readAddonStore() ?? {};
|
|
@@ -5610,7 +5610,7 @@ var BaseAddon = class {
|
|
|
5610
5610
|
...overlay
|
|
5611
5611
|
} : raw);
|
|
5612
5612
|
}
|
|
5613
|
-
async updateGlobalSettings(patch) {
|
|
5613
|
+
async updateGlobalSettings(patch, _nodeId) {
|
|
5614
5614
|
await this._ctx?.settings?.writeAddonStore(patch);
|
|
5615
5615
|
await this.resolveConfig();
|
|
5616
5616
|
await this.onConfigChanged();
|
|
@@ -7164,6 +7164,36 @@ var EncodeProfileSchema = object({
|
|
|
7164
7164
|
outputArgs: array(string()).optional()
|
|
7165
7165
|
});
|
|
7166
7166
|
var HF_BASE_URL = `https://huggingface.co/camstack/camstack-models/resolve/main`;
|
|
7167
|
+
/**
|
|
7168
|
+
* Per-call node pinning for `ctx.api` capability calls.
|
|
7169
|
+
*
|
|
7170
|
+
* A capability call normally resolves to its DEFAULT provider — a `singleton`
|
|
7171
|
+
* cap resolves to the hub, a device-scoped cap to the device's owning node. To
|
|
7172
|
+
* query a SPECIFIC node's provider instead (e.g. a remote agent's own
|
|
7173
|
+
* in-process `platform-probe` hardware, which the hub cannot probe), pin the
|
|
7174
|
+
* call to that node.
|
|
7175
|
+
*
|
|
7176
|
+
* The nodeId rides OUT-OF-BAND in the tRPC call context (NOT in the validated
|
|
7177
|
+
* method args), so capability method signatures stay `nodeId`-free — node
|
|
7178
|
+
* targeting is a property of the CALL, not of the method. The transport lifts
|
|
7179
|
+
* it from `op.context` onto the `CapCallInput.nodeId` field (`ipcParentLink`),
|
|
7180
|
+
* and the hub parent's `onUnownedCall` passes it to the `CapRouteResolver`,
|
|
7181
|
+
* which classifies a pinned agent node as `agent-child-forward`
|
|
7182
|
+
* (`$agent-cap-fwd.forward` → the agent's in-process provider).
|
|
7183
|
+
*
|
|
7184
|
+
* Usage at a call site:
|
|
7185
|
+
*
|
|
7186
|
+
* await api.platformProbe.getCapabilities.query(undefined, nodePin(nodeId))
|
|
7187
|
+
*/
|
|
7188
|
+
/** tRPC `op.context` key carrying a per-call node pin. */
|
|
7189
|
+
var CAP_NODE_PIN_CONTEXT_KEY = "__camstackNodePin";
|
|
7190
|
+
/**
|
|
7191
|
+
* Build the tRPC request options that pin a single capability call to `nodeId`.
|
|
7192
|
+
* Pass as the second argument to `.query(input, …)` / `.mutate(input, …)`.
|
|
7193
|
+
*/
|
|
7194
|
+
function nodePin(nodeId) {
|
|
7195
|
+
return { context: { [CAP_NODE_PIN_CONTEXT_KEY]: nodeId } };
|
|
7196
|
+
}
|
|
7167
7197
|
function hfModelUrl(repo, path) {
|
|
7168
7198
|
return `https://huggingface.co/${repo}/resolve/main/${path}`;
|
|
7169
7199
|
}
|
|
@@ -22372,7 +22402,7 @@ function maskUrlCredentials(rawUrl) {
|
|
|
22372
22402
|
u.password = "";
|
|
22373
22403
|
touched = true;
|
|
22374
22404
|
}
|
|
22375
|
-
for (const key of
|
|
22405
|
+
for (const key of Array.from(u.searchParams.keys())) if (isCredentialParam(key)) {
|
|
22376
22406
|
u.searchParams.set(key, "***");
|
|
22377
22407
|
touched = true;
|
|
22378
22408
|
}
|
|
@@ -22416,5 +22446,98 @@ var RingBuffer = class {
|
|
|
22416
22446
|
return result;
|
|
22417
22447
|
}
|
|
22418
22448
|
};
|
|
22449
|
+
var AUTO = {
|
|
22450
|
+
value: "auto",
|
|
22451
|
+
label: "Auto"
|
|
22452
|
+
};
|
|
22453
|
+
var CPU = {
|
|
22454
|
+
value: "cpu",
|
|
22455
|
+
label: "CPU"
|
|
22456
|
+
};
|
|
22457
|
+
var RUNTIMES = [
|
|
22458
|
+
{
|
|
22459
|
+
id: "onnx",
|
|
22460
|
+
supports: () => true,
|
|
22461
|
+
devices: (hw) => {
|
|
22462
|
+
if (!hw) return [CPU];
|
|
22463
|
+
const out = [CPU];
|
|
22464
|
+
if (hw.gpu?.type === "nvidia") out.push({
|
|
22465
|
+
value: "cuda",
|
|
22466
|
+
label: "CUDA"
|
|
22467
|
+
});
|
|
22468
|
+
if (hw.npu?.type === "apple-ane") out.push({
|
|
22469
|
+
value: "coreml",
|
|
22470
|
+
label: "CoreML EP"
|
|
22471
|
+
});
|
|
22472
|
+
return out;
|
|
22473
|
+
},
|
|
22474
|
+
defaultDevice: "cpu"
|
|
22475
|
+
},
|
|
22476
|
+
{
|
|
22477
|
+
id: "openvino",
|
|
22478
|
+
supports: (hw) => hw?.arch === "x64" && hw.platform !== "darwin" && hw.gpu?.type === "intel",
|
|
22479
|
+
devices: (hw) => {
|
|
22480
|
+
if (!hw) return [AUTO];
|
|
22481
|
+
const out = [AUTO, CPU];
|
|
22482
|
+
if (hw.gpu?.type === "intel") out.push({
|
|
22483
|
+
value: "gpu",
|
|
22484
|
+
label: "GPU"
|
|
22485
|
+
});
|
|
22486
|
+
if (hw.npu?.type === "intel-npu") out.push({
|
|
22487
|
+
value: "npu",
|
|
22488
|
+
label: "NPU"
|
|
22489
|
+
});
|
|
22490
|
+
return out;
|
|
22491
|
+
},
|
|
22492
|
+
defaultDevice: "auto"
|
|
22493
|
+
},
|
|
22494
|
+
{
|
|
22495
|
+
id: "coreml",
|
|
22496
|
+
supports: (hw) => hw?.platform === "darwin",
|
|
22497
|
+
devices: (hw) => {
|
|
22498
|
+
const all = {
|
|
22499
|
+
value: "all",
|
|
22500
|
+
label: "All (ANE + GPU + CPU)"
|
|
22501
|
+
};
|
|
22502
|
+
if (!hw) return [all];
|
|
22503
|
+
const out = [all];
|
|
22504
|
+
if (hw.npu?.type === "apple-ane") out.push({
|
|
22505
|
+
value: "ane",
|
|
22506
|
+
label: "Apple Neural Engine"
|
|
22507
|
+
});
|
|
22508
|
+
out.push({
|
|
22509
|
+
value: "gpu",
|
|
22510
|
+
label: "GPU"
|
|
22511
|
+
}, CPU);
|
|
22512
|
+
return out;
|
|
22513
|
+
},
|
|
22514
|
+
defaultDevice: "all"
|
|
22515
|
+
}
|
|
22516
|
+
];
|
|
22517
|
+
function def(id) {
|
|
22518
|
+
const d = RUNTIMES.find((r) => r.id === id);
|
|
22519
|
+
if (!d) throw new Error(`Unknown runtime: ${id}`);
|
|
22520
|
+
return d;
|
|
22521
|
+
}
|
|
22522
|
+
/**
|
|
22523
|
+
* Returns the list of supported runtime IDs for given hardware.
|
|
22524
|
+
* onnx is always included (universal floor); accelerators added when hw matches.
|
|
22525
|
+
*/
|
|
22526
|
+
function supportedRuntimes(hw) {
|
|
22527
|
+
return RUNTIMES.filter((r) => r.supports(hw)).map((r) => r.id);
|
|
22528
|
+
}
|
|
22529
|
+
/**
|
|
22530
|
+
* Returns the device options for a given runtime and hardware probe.
|
|
22531
|
+
*/
|
|
22532
|
+
function runtimeDevices(id, hw) {
|
|
22533
|
+
return def(id).devices(hw);
|
|
22534
|
+
}
|
|
22535
|
+
/**
|
|
22536
|
+
* Returns the default device string for a given runtime.
|
|
22537
|
+
* onnx → 'cpu', openvino → 'auto', coreml → 'all'
|
|
22538
|
+
*/
|
|
22539
|
+
function defaultDeviceFor(id) {
|
|
22540
|
+
return def(id).defaultDevice;
|
|
22541
|
+
}
|
|
22419
22542
|
//#endregion
|
|
22420
|
-
export {
|
|
22543
|
+
export { selectAssignedProfileSlots as $, nodePin as A, BaseAddon as B, detectionPipelineCapability as C, maskUrlCredentials as D, mapAudioLabelToMacro as E, storageEvictableCapability as F, asJsonObject as G, DeviceFeature as H, streamBrokerCapability as I, hydrateSchema as J, createDurableState as K, supportedRuntimes as L, pipelineRunnerCapability as M, recordingCapability as N, migrateConfigToBands as O, runtimeDevices as P, parseProfileBrokerId as Q, webrtcSessionCapability as R, defineCustomActions as S, hfModelUrl as T, DeviceType as U, CAM_PROFILE_ORDER as V, EventCategory as W, makeSourceBrokerId as X, makeProfileBrokerId as Y, parseJsonUnknown as Z, audioCodecCapability as _, COCO_TO_MACRO as a, lazy as at, decoderCapability as b, EncodeProfileSchema as c, object as ct, RecordingConfigSchema as d, union as dt, sleep as et, RingBuffer as f, audioAnalyzerCapability as g, audioAnalysisCapability as h, COCO_80_LABELS as i, discriminatedUnion as it, pipelineExecutorCapability as j, motionDetectionCapability as k, HF_BASE_URL as l, record as lt, addonWidgetsSourceCapability as m, AUDIO_BACKEND_CHOICES as n, array as nt, DEFAULT_AUDIO_ANALYZER_CONFIG as o, literal as ot, YAMNET_TO_MACRO as p, createEvent as q, AUDIO_MACRO_LABELS as r, boolean as rt, DEFAULT_DECODER_HWACCEL_CONFIG as s, number as st, APPLE_SA_TO_MACRO as t, _enum as tt, HWACCEL_OPTIONS as u, string as ut, cameraStreamsCapability as v, evaluateZoneRules as w, defaultDeviceFor as x, customAction as y, errMsg as z };
|
|
@@ -4627,7 +4627,7 @@ function _instanceof(cls, params = {}) {
|
|
|
4627
4627
|
return inst;
|
|
4628
4628
|
}
|
|
4629
4629
|
//#endregion
|
|
4630
|
-
//#region ../types/dist/sleep-
|
|
4630
|
+
//#region ../types/dist/sleep-B1dKJAMJ.mjs
|
|
4631
4631
|
var EventCategory = /* @__PURE__ */ function(EventCategory) {
|
|
4632
4632
|
EventCategory["SystemBoot"] = "system.boot";
|
|
4633
4633
|
EventCategory["SystemAddonsReady"] = "system.addons-ready";
|
|
@@ -5601,7 +5601,7 @@ var BaseAddon = class {
|
|
|
5601
5601
|
deviceSettingsSchema() {
|
|
5602
5602
|
return null;
|
|
5603
5603
|
}
|
|
5604
|
-
async getGlobalSettings(overlay, cap) {
|
|
5604
|
+
async getGlobalSettings(overlay, cap, _nodeId) {
|
|
5605
5605
|
const schema = this.globalSettingsSchema(cap);
|
|
5606
5606
|
if (!schema) return { sections: [] };
|
|
5607
5607
|
const raw = await this._ctx?.settings?.readAddonStore() ?? {};
|
|
@@ -5610,7 +5610,7 @@ var BaseAddon = class {
|
|
|
5610
5610
|
...overlay
|
|
5611
5611
|
} : raw);
|
|
5612
5612
|
}
|
|
5613
|
-
async updateGlobalSettings(patch) {
|
|
5613
|
+
async updateGlobalSettings(patch, _nodeId) {
|
|
5614
5614
|
await this._ctx?.settings?.writeAddonStore(patch);
|
|
5615
5615
|
await this.resolveConfig();
|
|
5616
5616
|
await this.onConfigChanged();
|
|
@@ -7164,6 +7164,36 @@ var EncodeProfileSchema = object({
|
|
|
7164
7164
|
outputArgs: array(string()).optional()
|
|
7165
7165
|
});
|
|
7166
7166
|
var HF_BASE_URL = `https://huggingface.co/camstack/camstack-models/resolve/main`;
|
|
7167
|
+
/**
|
|
7168
|
+
* Per-call node pinning for `ctx.api` capability calls.
|
|
7169
|
+
*
|
|
7170
|
+
* A capability call normally resolves to its DEFAULT provider — a `singleton`
|
|
7171
|
+
* cap resolves to the hub, a device-scoped cap to the device's owning node. To
|
|
7172
|
+
* query a SPECIFIC node's provider instead (e.g. a remote agent's own
|
|
7173
|
+
* in-process `platform-probe` hardware, which the hub cannot probe), pin the
|
|
7174
|
+
* call to that node.
|
|
7175
|
+
*
|
|
7176
|
+
* The nodeId rides OUT-OF-BAND in the tRPC call context (NOT in the validated
|
|
7177
|
+
* method args), so capability method signatures stay `nodeId`-free — node
|
|
7178
|
+
* targeting is a property of the CALL, not of the method. The transport lifts
|
|
7179
|
+
* it from `op.context` onto the `CapCallInput.nodeId` field (`ipcParentLink`),
|
|
7180
|
+
* and the hub parent's `onUnownedCall` passes it to the `CapRouteResolver`,
|
|
7181
|
+
* which classifies a pinned agent node as `agent-child-forward`
|
|
7182
|
+
* (`$agent-cap-fwd.forward` → the agent's in-process provider).
|
|
7183
|
+
*
|
|
7184
|
+
* Usage at a call site:
|
|
7185
|
+
*
|
|
7186
|
+
* await api.platformProbe.getCapabilities.query(undefined, nodePin(nodeId))
|
|
7187
|
+
*/
|
|
7188
|
+
/** tRPC `op.context` key carrying a per-call node pin. */
|
|
7189
|
+
var CAP_NODE_PIN_CONTEXT_KEY = "__camstackNodePin";
|
|
7190
|
+
/**
|
|
7191
|
+
* Build the tRPC request options that pin a single capability call to `nodeId`.
|
|
7192
|
+
* Pass as the second argument to `.query(input, …)` / `.mutate(input, …)`.
|
|
7193
|
+
*/
|
|
7194
|
+
function nodePin(nodeId) {
|
|
7195
|
+
return { context: { [CAP_NODE_PIN_CONTEXT_KEY]: nodeId } };
|
|
7196
|
+
}
|
|
7167
7197
|
function hfModelUrl(repo, path) {
|
|
7168
7198
|
return `https://huggingface.co/${repo}/resolve/main/${path}`;
|
|
7169
7199
|
}
|
|
@@ -22372,7 +22402,7 @@ function maskUrlCredentials(rawUrl) {
|
|
|
22372
22402
|
u.password = "";
|
|
22373
22403
|
touched = true;
|
|
22374
22404
|
}
|
|
22375
|
-
for (const key of
|
|
22405
|
+
for (const key of Array.from(u.searchParams.keys())) if (isCredentialParam(key)) {
|
|
22376
22406
|
u.searchParams.set(key, "***");
|
|
22377
22407
|
touched = true;
|
|
22378
22408
|
}
|
|
@@ -22416,6 +22446,99 @@ var RingBuffer = class {
|
|
|
22416
22446
|
return result;
|
|
22417
22447
|
}
|
|
22418
22448
|
};
|
|
22449
|
+
var AUTO = {
|
|
22450
|
+
value: "auto",
|
|
22451
|
+
label: "Auto"
|
|
22452
|
+
};
|
|
22453
|
+
var CPU = {
|
|
22454
|
+
value: "cpu",
|
|
22455
|
+
label: "CPU"
|
|
22456
|
+
};
|
|
22457
|
+
var RUNTIMES = [
|
|
22458
|
+
{
|
|
22459
|
+
id: "onnx",
|
|
22460
|
+
supports: () => true,
|
|
22461
|
+
devices: (hw) => {
|
|
22462
|
+
if (!hw) return [CPU];
|
|
22463
|
+
const out = [CPU];
|
|
22464
|
+
if (hw.gpu?.type === "nvidia") out.push({
|
|
22465
|
+
value: "cuda",
|
|
22466
|
+
label: "CUDA"
|
|
22467
|
+
});
|
|
22468
|
+
if (hw.npu?.type === "apple-ane") out.push({
|
|
22469
|
+
value: "coreml",
|
|
22470
|
+
label: "CoreML EP"
|
|
22471
|
+
});
|
|
22472
|
+
return out;
|
|
22473
|
+
},
|
|
22474
|
+
defaultDevice: "cpu"
|
|
22475
|
+
},
|
|
22476
|
+
{
|
|
22477
|
+
id: "openvino",
|
|
22478
|
+
supports: (hw) => hw?.arch === "x64" && hw.platform !== "darwin" && hw.gpu?.type === "intel",
|
|
22479
|
+
devices: (hw) => {
|
|
22480
|
+
if (!hw) return [AUTO];
|
|
22481
|
+
const out = [AUTO, CPU];
|
|
22482
|
+
if (hw.gpu?.type === "intel") out.push({
|
|
22483
|
+
value: "gpu",
|
|
22484
|
+
label: "GPU"
|
|
22485
|
+
});
|
|
22486
|
+
if (hw.npu?.type === "intel-npu") out.push({
|
|
22487
|
+
value: "npu",
|
|
22488
|
+
label: "NPU"
|
|
22489
|
+
});
|
|
22490
|
+
return out;
|
|
22491
|
+
},
|
|
22492
|
+
defaultDevice: "auto"
|
|
22493
|
+
},
|
|
22494
|
+
{
|
|
22495
|
+
id: "coreml",
|
|
22496
|
+
supports: (hw) => hw?.platform === "darwin",
|
|
22497
|
+
devices: (hw) => {
|
|
22498
|
+
const all = {
|
|
22499
|
+
value: "all",
|
|
22500
|
+
label: "All (ANE + GPU + CPU)"
|
|
22501
|
+
};
|
|
22502
|
+
if (!hw) return [all];
|
|
22503
|
+
const out = [all];
|
|
22504
|
+
if (hw.npu?.type === "apple-ane") out.push({
|
|
22505
|
+
value: "ane",
|
|
22506
|
+
label: "Apple Neural Engine"
|
|
22507
|
+
});
|
|
22508
|
+
out.push({
|
|
22509
|
+
value: "gpu",
|
|
22510
|
+
label: "GPU"
|
|
22511
|
+
}, CPU);
|
|
22512
|
+
return out;
|
|
22513
|
+
},
|
|
22514
|
+
defaultDevice: "all"
|
|
22515
|
+
}
|
|
22516
|
+
];
|
|
22517
|
+
function def(id) {
|
|
22518
|
+
const d = RUNTIMES.find((r) => r.id === id);
|
|
22519
|
+
if (!d) throw new Error(`Unknown runtime: ${id}`);
|
|
22520
|
+
return d;
|
|
22521
|
+
}
|
|
22522
|
+
/**
|
|
22523
|
+
* Returns the list of supported runtime IDs for given hardware.
|
|
22524
|
+
* onnx is always included (universal floor); accelerators added when hw matches.
|
|
22525
|
+
*/
|
|
22526
|
+
function supportedRuntimes(hw) {
|
|
22527
|
+
return RUNTIMES.filter((r) => r.supports(hw)).map((r) => r.id);
|
|
22528
|
+
}
|
|
22529
|
+
/**
|
|
22530
|
+
* Returns the device options for a given runtime and hardware probe.
|
|
22531
|
+
*/
|
|
22532
|
+
function runtimeDevices(id, hw) {
|
|
22533
|
+
return def(id).devices(hw);
|
|
22534
|
+
}
|
|
22535
|
+
/**
|
|
22536
|
+
* Returns the default device string for a given runtime.
|
|
22537
|
+
* onnx → 'cpu', openvino → 'auto', coreml → 'all'
|
|
22538
|
+
*/
|
|
22539
|
+
function defaultDeviceFor(id) {
|
|
22540
|
+
return def(id).defaultDevice;
|
|
22541
|
+
}
|
|
22419
22542
|
//#endregion
|
|
22420
22543
|
Object.defineProperty(exports, "APPLE_SA_TO_MACRO", {
|
|
22421
22544
|
enumerable: true,
|
|
@@ -22603,6 +22726,12 @@ Object.defineProperty(exports, "decoderCapability", {
|
|
|
22603
22726
|
return decoderCapability;
|
|
22604
22727
|
}
|
|
22605
22728
|
});
|
|
22729
|
+
Object.defineProperty(exports, "defaultDeviceFor", {
|
|
22730
|
+
enumerable: true,
|
|
22731
|
+
get: function() {
|
|
22732
|
+
return defaultDeviceFor;
|
|
22733
|
+
}
|
|
22734
|
+
});
|
|
22606
22735
|
Object.defineProperty(exports, "defineCustomActions", {
|
|
22607
22736
|
enumerable: true,
|
|
22608
22737
|
get: function() {
|
|
@@ -22693,6 +22822,12 @@ Object.defineProperty(exports, "motionDetectionCapability", {
|
|
|
22693
22822
|
return motionDetectionCapability;
|
|
22694
22823
|
}
|
|
22695
22824
|
});
|
|
22825
|
+
Object.defineProperty(exports, "nodePin", {
|
|
22826
|
+
enumerable: true,
|
|
22827
|
+
get: function() {
|
|
22828
|
+
return nodePin;
|
|
22829
|
+
}
|
|
22830
|
+
});
|
|
22696
22831
|
Object.defineProperty(exports, "number", {
|
|
22697
22832
|
enumerable: true,
|
|
22698
22833
|
get: function() {
|
|
@@ -22741,6 +22876,12 @@ Object.defineProperty(exports, "recordingCapability", {
|
|
|
22741
22876
|
return recordingCapability;
|
|
22742
22877
|
}
|
|
22743
22878
|
});
|
|
22879
|
+
Object.defineProperty(exports, "runtimeDevices", {
|
|
22880
|
+
enumerable: true,
|
|
22881
|
+
get: function() {
|
|
22882
|
+
return runtimeDevices;
|
|
22883
|
+
}
|
|
22884
|
+
});
|
|
22744
22885
|
Object.defineProperty(exports, "selectAssignedProfileSlots", {
|
|
22745
22886
|
enumerable: true,
|
|
22746
22887
|
get: function() {
|
|
@@ -22771,6 +22912,12 @@ Object.defineProperty(exports, "string", {
|
|
|
22771
22912
|
return string;
|
|
22772
22913
|
}
|
|
22773
22914
|
});
|
|
22915
|
+
Object.defineProperty(exports, "supportedRuntimes", {
|
|
22916
|
+
enumerable: true,
|
|
22917
|
+
get: function() {
|
|
22918
|
+
return supportedRuntimes;
|
|
22919
|
+
}
|
|
22920
|
+
});
|
|
22774
22921
|
Object.defineProperty(exports, "union", {
|
|
22775
22922
|
enumerable: true,
|
|
22776
22923
|
get: function() {
|
|
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
5
|
+
const require_dist = require("../dist-BLcTVvol.js");
|
|
6
6
|
let node_fs = require("node:fs");
|
|
7
7
|
let node_path = require("node:path");
|
|
8
8
|
//#region src/motion-wasm/wasm-motion-detector.ts
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { B as BaseAddon, J as hydrateSchema, U as DeviceType, k as motionDetectionCapability, w as evaluateZoneRules } from "../dist-BA6DR_jV.mjs";
|
|
2
2
|
import { readFileSync } from "node:fs";
|
|
3
3
|
import { join } from "node:path";
|
|
4
4
|
//#region src/motion-wasm/wasm-motion-detector.ts
|
|
@@ -2,7 +2,7 @@ Object.defineProperties(exports, {
|
|
|
2
2
|
__esModule: { value: true },
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
|
-
const require_dist = require("../dist-
|
|
5
|
+
const require_dist = require("../dist-BLcTVvol.js");
|
|
6
6
|
let _camstack_shm_ring = require("@camstack/shm-ring");
|
|
7
7
|
//#region src/pipeline-runner/frame-queue.ts
|
|
8
8
|
/**
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { B as BaseAddon, M as pipelineRunnerCapability, S as defineCustomActions, W as EventCategory, X as makeSourceBrokerId, at as lazy, ct as object, nt as array, q as createEvent, rt as boolean, st as number, tt as _enum, ut as string, y as customAction, z as errMsg } from "../dist-BA6DR_jV.mjs";
|
|
2
2
|
import { FrameRingReaderCache } from "@camstack/shm-ring";
|
|
3
3
|
//#region src/pipeline-runner/frame-queue.ts
|
|
4
4
|
/**
|
package/dist/recorder/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_model_download_service_C7AjBsX9 = require("../model-download-service-C7AjBsX9-rXY-VFDk.js");
|
|
2
|
-
const require_dist = require("../dist-
|
|
2
|
+
const require_dist = require("../dist-BLcTVvol.js");
|
|
3
3
|
let node_fs = require("node:fs");
|
|
4
4
|
let node_path = require("node:path");
|
|
5
5
|
node_path = require_model_download_service_C7AjBsX9.__toESM(node_path);
|
|
@@ -1326,7 +1326,7 @@ var ReadinessRestore = class {
|
|
|
1326
1326
|
try {
|
|
1327
1327
|
do {
|
|
1328
1328
|
this.rerun = false;
|
|
1329
|
-
for (const [key, value] of
|
|
1329
|
+
for (const [key, value] of Array.from(this.pending)) try {
|
|
1330
1330
|
await this.deps.attempt(key, value);
|
|
1331
1331
|
this.pending.delete(key);
|
|
1332
1332
|
} catch (err) {
|
|
@@ -1733,7 +1733,7 @@ var RecordingController = class {
|
|
|
1733
1733
|
}
|
|
1734
1734
|
this.restore?.stop();
|
|
1735
1735
|
this.restore = null;
|
|
1736
|
-
for (const deviceId of
|
|
1736
|
+
for (const deviceId of Array.from(this.active.keys())) await this.detachDevice(deviceId);
|
|
1737
1737
|
}
|
|
1738
1738
|
};
|
|
1739
1739
|
/** Build a `stream-broker` readiness scope for one node. */
|
package/dist/recorder/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { $ as selectAssignedProfileSlots, B as BaseAddon, F as storageEvictableCapability, J as hydrateSchema, K as createDurableState, N as recordingCapability, O as migrateConfigToBands, W as EventCategory, d as RecordingConfigSchema, lt as record, ut as string, z as errMsg } from "../dist-BA6DR_jV.mjs";
|
|
2
2
|
import { t as createFileDataPlaneHandler } from "../model-download-service-C7AjBsX9-B0ekM6dF.mjs";
|
|
3
3
|
import { promises } from "node:fs";
|
|
4
4
|
import path from "node:path";
|
|
@@ -1325,7 +1325,7 @@ var ReadinessRestore = class {
|
|
|
1325
1325
|
try {
|
|
1326
1326
|
do {
|
|
1327
1327
|
this.rerun = false;
|
|
1328
|
-
for (const [key, value] of
|
|
1328
|
+
for (const [key, value] of Array.from(this.pending)) try {
|
|
1329
1329
|
await this.deps.attempt(key, value);
|
|
1330
1330
|
this.pending.delete(key);
|
|
1331
1331
|
} catch (err) {
|
|
@@ -1732,7 +1732,7 @@ var RecordingController = class {
|
|
|
1732
1732
|
}
|
|
1733
1733
|
this.restore?.stop();
|
|
1734
1734
|
this.restore = null;
|
|
1735
|
-
for (const deviceId of
|
|
1735
|
+
for (const deviceId of Array.from(this.active.keys())) await this.detachDevice(deviceId);
|
|
1736
1736
|
}
|
|
1737
1737
|
};
|
|
1738
1738
|
/** Build a `stream-broker` readiness scope for one node. */
|
|
@@ -2,7 +2,7 @@ import { a as e, i as t, n, o as r, r as i, t as a } from "./_virtual_mf___mfe_i
|
|
|
2
2
|
import { a as o, c as s, i as c, l, n as u, o as d, r as f, s as p, t as m, u as h } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-CHcXI1Wf.mjs";
|
|
3
3
|
import { n as g, r as _, t as v } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare__react_mf_1_jsx_mf_2_runtime__loadShare__.js-XO0-Pyu6.mjs";
|
|
4
4
|
import { n as y, t as b } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_tanstack_mf_1_react_mf_2_query__loadShare__.js-BO7TIbJV.mjs";
|
|
5
|
-
import { t as x } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-
|
|
5
|
+
import { t as x } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-COa17XL2.mjs";
|
|
6
6
|
//#region ../../node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
7
7
|
var S = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), C = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), w = (e) => {
|
|
8
8
|
let t = C(e);
|
|
@@ -3,7 +3,7 @@ import "./dist-CYZr2fwk.mjs";
|
|
|
3
3
|
var e = {
|
|
4
4
|
"@camstack/sdk": {
|
|
5
5
|
name: "@camstack/sdk",
|
|
6
|
-
version: "1.0.
|
|
6
|
+
version: "1.0.7",
|
|
7
7
|
scope: ["default"],
|
|
8
8
|
loaded: !1,
|
|
9
9
|
from: "addon_stream_broker_widgets",
|
|
@@ -18,7 +18,7 @@ var e = {
|
|
|
18
18
|
},
|
|
19
19
|
"@camstack/types": {
|
|
20
20
|
name: "@camstack/types",
|
|
21
|
-
version: "1.0.
|
|
21
|
+
version: "1.0.7",
|
|
22
22
|
scope: ["default"],
|
|
23
23
|
loaded: !1,
|
|
24
24
|
from: "addon_stream_broker_widgets",
|
|
@@ -33,7 +33,7 @@ var e = {
|
|
|
33
33
|
},
|
|
34
34
|
"@camstack/ui-library": {
|
|
35
35
|
name: "@camstack/ui-library",
|
|
36
|
-
version: "1.0.
|
|
36
|
+
version: "1.0.7",
|
|
37
37
|
scope: ["default"],
|
|
38
38
|
loaded: !1,
|
|
39
39
|
from: "addon_stream_broker_widgets",
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
//#region \0virtual:mf:__mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js
|
|
2
|
+
var e = "__mf_init__virtual:mf:__mfe_internal__addon_stream_broker_widgets__mf_v__runtimeInit__mf_v__.js__", t = globalThis[e];
|
|
3
|
+
if (!t) {
|
|
4
|
+
let n, r, i = new Promise((e, t) => {
|
|
5
|
+
n = e, r = t;
|
|
6
|
+
});
|
|
7
|
+
t = globalThis[e] = {
|
|
8
|
+
initPromise: i,
|
|
9
|
+
initResolve: n,
|
|
10
|
+
initReject: r
|
|
11
|
+
};
|
|
12
|
+
}
|
|
13
|
+
var n = t.initPromise, r = "__mf_module_cache__";
|
|
14
|
+
globalThis[r] ||= {
|
|
15
|
+
share: {},
|
|
16
|
+
remote: {}
|
|
17
|
+
}, globalThis[r].share ||= {}, globalThis[r].remote ||= {};
|
|
18
|
+
var i = globalThis[r], a, o = (e) => {
|
|
19
|
+
e.ACCESSORY_LABEL, e.ALL_CAPABILITY_DEFINITIONS, e.APPLE_SA_TO_MACRO, e.AUDIO_BACKEND_CHOICES, e.AUDIO_MACRO_LABELS, e.AccessoriesStatusSchema, e.AccessoryKind, e.AddBrokerInputSchema, e.AddonAutoUpdateSchema, e.AddonListItemSchema, e.AddonPageDeclarationSchema, e.AddonPageInfoSchema, e.AdoptionAdoptInputSchema, e.AdoptionAdoptResultSchema, e.AdoptionFilterSchema, e.AdoptionGetCandidateInputSchema, e.AdoptionListCandidatesInputSchema, e.AdoptionListCandidatesOutputSchema, e.AdoptionReleaseInputSchema, e.AdoptionStatusSchema, e.AgentLoadSummarySchema, e.AirQualitySensorStatusSchema, e.AlarmArmModeSchema, e.AlarmPanelStatusSchema, e.AlarmStateSchema, e.AlertSchema, e.AlertSeveritySchema, e.AlertSourceSchema, e.AlertStatusSchema, e.AmbientLightSensorStatusSchema, e.ApiKeyRecordSchema, e.ApiKeySummarySchema, e.ArchiveEntrySchema, e.ArchiveManifestSchema, e.AudioAnalysisResultSchema, e.AudioAnalysisSettingsSchema, e.AudioChunkInputSchema, e.AudioClassSummarySchema, e.AudioClassificationLabelSchema, e.AudioClassificationResultSchema, e.AudioCodecInfoSchema, e.AudioDecodeSessionConfigSchema, e.AudioEncodeSchema, e.AudioEncodeSessionConfigSchema, e.AudioEncodedChunkSchema, e.AudioEventSchema, e.AudioLevelSchema, e.AudioMetricsHistoryPointSchema, e.AudioMetricsHistorySchema, e.AudioMetricsSnapshotSchema, e.AudioPcmChunkSchema, e.AuthResultSchema, e.AutoUpdateSettingsSchema, e.AutomationControlStatusSchema, e.AvailableIntegrationTypeSchema, e.BACKEND_TO_FORMAT, e.BATTERY_DEVICE_PROFILE, e.BackupDestinationInfoSchema, e.BackupEntrySchema, e.BaseAddon, e.BaseDevice, e.BaseDeviceProvider, e.BatteryStatusSchema, e.BinaryStatusSchema, e.BoundingBoxSchema, e.BrightnessStatusSchema, e.BrokerAddInputSchema, e.BrokerAudioClientSchema, e.BrokerClientsSchema, e.BrokerConnectionDetailsSchema, e.BrokerConsumerAttributionSchema, e.BrokerConsumerKindSchema, e.BrokerDecodedClientSchema, e.BrokerEncodedClientSchema, e.BrokerGetStateInputSchema, e.BrokerInfoSchema, e.BrokerProviderInfoSchema, e.BrokerPublishInputSchema, e.BrokerRegistryStatusSchema, e.BrokerRtspClientSchema, e.BrokerStatsSchema, e.BrokerStatusEnum, e.BrokerStatusSchema, e.BrokerSubscribeInputSchema, e.BrokerSubscribeResultSchema, e.BrokerTestConnectionResultSchema, e.BrokerUnsubscribeInputSchema, e.CAM_PROFILE_ORDER, e.CAPABILITY_NAMES, e.CAPABILITY_ROUTER_KEYS, e.CAP_NAMES_WITH_STATUS, e.CAP_NODE_PIN_CONTEXT_KEY, e.CAP_PROVIDER_KIND_MAP, e.COCO_80_LABELS, e.COCO_TO_MACRO, e.CamProfileSchema, e.CamStreamDescriptorSchema, e.CamStreamKindSchema, e.CamStreamResolutionSchema, e.CameraAssignmentStatusSchema, e.CameraAudioStatusSchema, e.CameraBrokerProfileSchema, e.CameraBrokerStatusSchema, e.CameraCredentialsSchema, e.CameraCredentialsStatusSchema, e.CameraDecoderShmSchema, e.CameraDecoderStatusSchema, e.CameraDetectionPhaseSchema, e.CameraDetectionProvisioningSchema, e.CameraDetectionProvisioningStateSchema, e.CameraDetectionStatusSchema, e.CameraMetricsSchema, e.CameraMetricsWithDeviceIdSchema, e.CameraMotionStatusSchema, e.CameraRecordingModeSchema, e.CameraRecordingStatusSchema, e.CameraSourceStatusSchema, e.CameraSourceStreamSchema, e.CameraStatusSchema, e.CameraStreamSchema, e.CandidateQueryFilterSchema, e.CapScopeSchema, e.CapabilityBindingsSchema, e.CarbonMonoxideStatusSchema, e.ChargingStatus, e.ClientNetworkStatsSchema, e.ClimateControlStatusSchema, e.ClipPlaybackSchema, e.ClipSchema, e.ClusterAddonNodeDeploymentSchema, e.ClusterAddonStatusEntrySchema, e.CollectionColumnSchema, e.CollectionIndexSchema, e.ColorStatusSchema, e.ConfigEntrySchema, e.ConfigSectionWithValuesSchema, e.ConfigTabDeclarationSchema, e.ConnectivityStatusSchema, e.ConsumableItemSchema, e.ConsumablesStatusSchema, e.ContactStatusSchema, e.ControlKindSchema, e.ControlStatusSchema, e.CoverStateSchema, e.CoverStatusSchema, e.CreateApiKeyInputSchema, e.CreateApiKeyResultSchema, e.CreateIntegrationInputSchema, e.CreateScopedTokenInputSchema, e.CreateScopedTokenResultSchema, e.CreateUserInputSchema, e.CustomActionInputSchema, e.DATAPLANE_SECRET_HEADER, e.DEFAULT_ADDON_PLACEMENT, e.DEFAULT_AUDIO_ANALYZER_CONFIG, e.DEFAULT_DECODER_HWACCEL_CONFIG, e.DEFAULT_FEATURES, e.DEFAULT_RETENTION, e.DEVICE_CAP_NAMES, e.DEVICE_PROFILES, e.DEVICE_SETTINGS_CONTRIBUTION_METHODS, e.DEVICE_STATUS_METHOD, e.DEVICE_TYPE_INFO, e.DecodedAudioChunkSchema, e.DecodedFrameSchema, e.DecoderAssignmentSchema, e.DecoderSessionConfigSchema, e.DecoderStatsSchema, e.DeleteIntegrationResultSchema, e.DetectionSourceSchema, e.DetectorOutputSchema, e.DeviceConfig, e.DeviceDiscoveryStatusSchema, e.DeviceExportExposeInputSchema, e.DeviceExportStatusSchema, e.DeviceExportUnexposeInputSchema, e.DeviceFeature, e.DeviceInfoSchema, e.DeviceNetworkStatsSchema, e.DeviceRole, e.DeviceRuntimeState, e.DeviceStatusSchema, e.DeviceType, e.DiscoveredChildDeviceSchema, e.DiscoveredChildStatusSchema, e.DiscoveredDeviceSchema, e.DisposerChain, e.DoorbellPressEventSchema, e.DoorbellStatusSchema, e.ElementConfigStore, e.EmbeddingInfoSchema, e.EmbeddingResultSchema, e.EncodeProfileSchema, e.EncodedPacketSchema, e.EnrichedWidgetMetadataSchema, e.EnumSensorDateTimeFormatSchema, e.EnumSensorStatusSchema, e.EventCategory, e.EventEmitterStatusSchema, e.EventFireSchema, e.EventItemSchema, e.EventKindSchema, e.EventSourceType, e.ExportSetupFieldSchema, e.ExportSetupSchema, e.ExposedDeviceSchema, e.ExposedResourceSchema, e.FanControlStatusSchema, e.FanDirectionSchema, e.FeatureManifestSchema, e.FeatureProbeStatusSchema, e.FloodStatusSchema, e.FrameHandleFormatSchema, e.FrameHandleSchema, e.FrameInputSchema, e.GasStatusSchema, e.GetStreamWithCodecInputSchema, e.GlobalMetricsSchema, e.HF_BASE_URL, e.HF_REPO, e.HWACCEL_OPTIONS, e.HealthStatusSchema, e.HistoryPointSchema, e.HistoryResolutionEnum, e.HumidifierStatusSchema, e.HumiditySensorStatusSchema, e.HvacModeSchema, e.ImageStatusSchema, e.InstalledPackageSchema, e.IntegrationLiteSchema, e.IntegrationWithStateSchema, e.IntercomAbilitySchema, e.IntercomStatusSchema, e.KNOWN_CAP_NAMES, e.LawnMowerActivitySchema, e.LawnMowerControlStatusSchema, e.LocateSegmentResultSchema, e.LocationStatSchema, e.LockControlStatusSchema, e.LockStateSchema, e.LogEntrySchema, e.LogLevelSchema, e.LogStreamEntrySchema, e.MACRO_LABELS, e.METHOD_ACCESS_MAP, e.MODEL_FORMATS, e.MaskGridDimsSchema, e.MaskGridShapeSchema, e.MaskLineShapeSchema, e.MaskPointSchema, e.MaskPolygonShapeSchema, e.MaskPolygonVerticesSchema, e.MaskRectShapeSchema, e.MaskShapeKindSchema, e.MaskShapeSchema, e.MediaFileSchema, e.MediaPlayerRepeatSchema, e.MediaPlayerStateSchema, e.MediaPlayerStatusSchema, e.MeshPeerSchema, e.MeshStatusSchema, e.MethodAccessSchema, e.MotionAnalysisResultSchema, e.MotionEventSchema, e.MotionOnMotionChangedDataSchema, e.MotionRegionSchema, e.MotionSourceEnum, e.MotionSourcesSchema, e.MotionStatusSchema, e.MotionTriggerRuntimeStateSchema, e.MotionTriggerStatusSchema, e.MotionZoneOptionsSchema, e.MotionZonePatchSchema, e.MotionZoneRegionSchema, e.MotionZoneStatusSchema, e.MqttBrokerStatusSchema, e.NativeDetectionSchema, e.NativeObjectClassEnum, e.NativeObjectDetectionRuntimeStateSchema, e.NativeObjectDetectionStatusSchema, e.NetworkAccessStatusSchema, e.NetworkAddressSchema, e.NetworkEndpointSchema, e.NotificationHistoryEntrySchema, e.NotificationRuleSchema, e.NotificationSchema, e.NotifierStatusSchema, e.NumericSensorStatusSchema, e.OauthIntegrationDescriptorSchema, e.ObjectEventSchema, e.OrchestratorMetricsSchema, e.OsdOverlayKindEnum, e.OsdOverlayPatchSchema, e.OsdOverlaySchema, e.OsdPositionEnum, e.OsdStatusSchema, e.PIPELINE_FLOW_CAPABILITY_NAMES, e.PIPELINE_OWNER_CAPABILITY_NAMES, e.PROVIDER_KIND_CAP_NAMES, e.PYTHON_SCRIPT, e.PackageUpdateSchema, e.PackageVersionInfoSchema, e.PasskeySummarySchema, e.PcmSampleFormatSchema, e.PerScopeBreakdownSchema, e.PickStreamPreferencesSchema, e.PickStreamRequirementsSchema, e.PickedCamStreamSchema, e.PipelineAssignmentSchema, e.PipelineDefaultStepSchema, e.PipelineEngineChoiceSchema, e.PipelineRunResultBridge, e.PipelineStepInputSchema, e.PlaceholderReasonSchema, e.PolygonPointSchema, e.PowerMeterStatusSchema, e.PresenceStatusSchema, e.PressureSensorStatusSchema, e.PrivacyMaskOptionsSchema, e.PrivacyMaskPatchSchema, e.PrivacyMaskRegionSchema, e.PrivacyMaskShapeSchema, e.PrivacyMaskStatusSchema, e.ProfileRtspEntrySchema, e.ProfileSlotSchema, e.ProfileSlotStatusSchema, e.ProviderStatusSchema, e.PtzAutotrackRuntimeStateSchema, e.PtzAutotrackSettingsSchema, e.PtzAutotrackStatusSchema, e.PtzAutotrackTargetOptionSchema, e.PtzMoveCommandSchema, e.PtzPositionSchema, e.PtzPresetSchema, e.PtzStatusSchema, e.QueryFilterSchema, e.RECOGNITION_TYPES, e.RUNTIME_DEFAULTS, e.RUNTIME_TO_FORMAT, e.RawStateResultSchema, e.ReadSegmentBytesResultSchema, e.ReadinessRegistry, e.ReadinessTimeoutError, e.RecordingAvailabilitySchema, e.RecordingBandModeSchema, e.RecordingBandSchema, e.RecordingBandTriggersSchema, e.RecordingConfigSchema, e.RecordingDaysSchema, e.RecordingDeviceUsageSchema, e.RecordingLocationUsageSchema, e.RecordingManifestSchema, e.RecordingModeSchema, e.RecordingRangeSchema, e.RecordingRetentionSchema, e.RecordingRuleSchema, e.RecordingScheduleSchema, e.RecordingStatusSchema, e.RecordingStorageModeSchema, e.RecordingStorageUsageSchema, e.RecordingTriggersSchema, e.RecordingWeekdaySchema, e.RegisteredStreamSchema, e.ReportMotionInputSchema, e.RingBuffer, e.RtpSourceSchema, e.RtspRestreamEntrySchema, e.RunnerCameraConfigSchema, e.RunnerCameraDeviceUIFields, e.RunnerLocalLoadSchema, e.RunnerLocalMetricsSchema, e.SCOPE_PRESETS, e.SOURCE_INFO_METADATA_KEY, e.STREAM_PROFILE_META, e.STREAM_QUALITY_LABELS, e.SUB_DETECTION_TYPES, e.SYSTEM_CAP_NAMES, e.ScopedTokenSchema, e.ScopedTokenSummarySchema, e.ScriptRunnerStatusSchema, e.SearchResultSchema, e.SendEmailInputSchema, e.SendEmailResultSchema, e.SettingsPatchSchema, e.SettingsRecordSchema, e.SettingsSchemaWithValuesSchema, e.SettingsUpdateResultSchema, e.ShmRingStatsSchema, e.SmokeStatusSchema, e.SmtpStatusSchema, e.SnapshotImageSchema, e.SourceInfoSchema, e.SpatialDetectionSchema, e.SsoBridgeClaimsSchema, e.StartEmbeddedInputSchema, e.StorageAbortUploadInputSchema, e.StorageBeginDownloadInputSchema, e.StorageBeginDownloadResultSchema, e.StorageBeginUploadInputSchema, e.StorageBeginUploadResultSchema, e.StorageEndDownloadInputSchema, e.StorageFinalizeUploadInputSchema, e.StorageLocationDeclarationSchema, e.StorageLocationRefSchema, e.StorageLocationSchema, e.StorageLocationTypeSchema, e.StorageProviderInfoSchema, e.StorageReadChunkInputSchema, e.StorageTestLocationResultSchema, e.StorageWriteChunkInputSchema, e.StreamCodecSchema, e.StreamFormatSchema, e.StreamInfoSchema, e.StreamNetworkStatsSchema, e.StreamParamsOptionsSchema, e.StreamParamsStatusSchema, e.StreamProfileConfigSchema, e.StreamProfileOptionsSchema, e.StreamProfilePatchSchema, e.StreamProfileSchema, e.StreamSourceEntrySchema, e.StreamSourceSchema, e.SubscribeAudioChunksInputSchema, e.SubscribeAudioChunksResultSchema, e.SubscribeFramesInputSchema, e.SubscribeFramesResultSchema, e.SwitchStatusSchema, e.SystemMetricsSchema, e.SystemMirror, e.TIMEZONES, e.TamperStatusSchema, e.TankStatusSchema, e.TemperatureSensorStatusSchema, e.TestConnectionResultSchema, e.ToastSchema, e.TokenScopeSchema, e.TopologyNodeSchema, e.TopologyProcessSchema, e.TopologyServiceSchema, e.TrackSchema, e.TrackStateSchema, e.TrackedDetectionSchema, e.TurnServerSchema, e.UnifiedBrokerInfoSchema, e.UpdateIntegrationInputSchema, e.UpdateStatusSchema, e.UpdateUserInputSchema, e.UserRecordSchema, e.UserSummarySchema, e.VacuumControlStatusSchema, e.VacuumStateSchema, e.ValveStateSchema, e.ValveStatusSchema, e.VibrationStatusSchema, e.VideoEncodeSchema, e.WELL_KNOWN_TABS, e.WELL_KNOWN_TAB_MAP, e.WaterHeaterStatusSchema, e.WeatherStatusSchema, e.WebrtcStreamChoiceSchema, e.WebrtcStreamTargetSchema, e.WidgetHostEnum, e.WidgetMetadataSchema, e.WidgetRemoteSchema, e.WidgetSizeEnum, e.YAMNET_TO_MACRO, e.ZoneKindEnum, e.ZoneRuleModeEnum, e.ZoneRuleSchema, e.ZoneRuleStageEnum, e.ZoneRulesArraySchema, e.ZoneSchema, e.ZoneScopeBreakdownSchema, e.accessoriesCapability, e.accessoryStableId, e.addonPagesCapability, e.addonPagesSourceCapability, e.addonRoutesCapability, e.addonSettingsCapability, e.addonWidgetsCapability, e.addonWidgetsSourceCapability, e.addonsCapability, e.adminUiCapability, e.advancedNotifierCapability, e.airQualitySensorCapability, e.alarmPanelCapability, e.alertsCapability, e.ambientLightSensorCapability, e.applyTransform, e.asBoolean, e.asJsonArray, e.asJsonObject, e.asNumber, e.asString, e.audioAnalysisCapability, e.audioAnalyzerCapability, e.audioCodecCapability, e.audioMetricsCapability, e.authProviderCapability, e.autoAssignProfiles, e.automationControlCapability, e.backupCapability, e.batteryCapability, e.bestLocationMatch, e.binaryCapability, e.bindAddonActions, e.brightnessCapability, e.brokerCapability, e.buildAddonRouteProvider, e.buildStreamParamsConfigSchema, e.buttonCapability, e.cameraCredentialsCapability, e.cameraPipelineConfigCapability, e.cameraStreamsCapability, e.carbonMonoxideCapability, e.cellsToRects, e.classifyStream, e.classifyStreams, e.climateControlCapability, e.colorCapability, e.connectivityCapability, e.consumablesCapability, e.contactCapability, e.controlCapability, e.cosineSimilarity, e.coverCapability, e.createDeviceProxy, e.createDurableState, e.createEvent, e.createLazyTrpcSource, e.createMirrorSource, e.createRuntimeStateBridge, e.createSliceHandle, e.createSystemProxy, e.customAction, e.decoderCapability, e.defaultDeviceFor, e.defineCustomActions, e.detectionPipelineCapability, e.deviceAdoptionCapability, e.deviceCustomAction, e.deviceDiscoveryCapability, e.deviceExportCapability, e.deviceManagerCapability, e.deviceMatchesProfile, e.deviceOpsCapability, e.deviceProviderCapability, e.deviceStateCapability, e.deviceStatusCapability, e.doorbellCapability, e.embeddingEncoderCapability, e.emitDownForOwnedCaps, e.emitReadiness, e.encodeProfileFromStreamShape, e.enumSensorCapability, e.enumerateSchemaFields, e.errMsg, e.evaluateZoneRules, e.event, e.eventEmitterCapability, e.eventsCapability, e.expandCapMethods, e.extractSourceInfoFromMetadata, e.faceGalleryCapability, e.fanControlCapability, e.featureProbeCapability, e.filesystemBrowseCapability, e.findTimezone, e.floodCapability, e.formatForBackend, e.formatForRuntime, e.frameworkSwapConfirmSchema, e.frameworkSwapPackageSchema, e.gasCapability, e.getAudioMacroClassIds, e.getByPath, e.getCapsByProviderKind, e.hfModelUrl, e.humidifierCapability, e.humiditySensorCapability, e.hydrateSchema, e.imageCapability, e.integrationsCapability, e.intercomCapability, e.isAgentOnlyPlacement, e.isDeployableToAgent, e.isDeviceConfigCap, e.isEvent, e.jobKindSchema, e.lawnMowerControlCapability, e.lifecycleJobSchema, e.lifecycleJobScopeSchema, e.lifecycleJobStateSchema, e.lifecycleTaskSchema, e.localNetworkCapability, e.locationSimilarity, e.lockControlCapability, e.logDestinationCapability, e.makeProfileBrokerId, a = e.makeSourceBrokerId, e.mapAudioLabelToMacro, e.maskUrlCredentials, e.mediaPlayerCapability, e.mergeSourceInfo, e.meshNetworkCapability, e.method, e.metricsProviderCapability, e.migrateConfigToBands, e.modelFormatForRuntime, e.motionCapability, e.motionDetectionCapability, e.motionTriggerCapability, e.motionZonesCapability, e.mqttBrokerCapability, e.nativeObjectDetectionCapability, e.networkAccessCapability, e.networkQualityCapability, e.nodePin, e.nodesCapability, e.normalizeAddonInitResult, e.normalizeUnit, e.notificationOutputCapability, e.notifierCapability, e.numericSensorCapability, e.oauthIntegrationCapability, e.osdCapability, e.parseCameraStreamConfig, e.parseJsonArray, e.parseJsonObject, e.parseJsonUnknown, e.parseProfileBrokerId, e.parseStreamParamsFormPatch, e.pendingFrameworkSwapSchema, e.pickPreferredRtspEntry, e.pipelineAnalyticsCapability, e.pipelineExecutorCapability, e.pipelineOrchestratorCapability, e.pipelineRunnerCapability, e.plateGalleryCapability, e.platformProbeCapability, e.powerMeterCapability, e.presenceCapability, e.pressureSensorCapability, e.privacyMaskCapability, e.ptzAutotrackCapability, e.ptzCapability, e.pythonScriptForBackend, e.readNodePin, e.readinessKey, e.rebootCapability, e.recordingCapability, e.rectsToCells, e.requiresPython, e.resolveAddonExecution, e.resolveAddonGroup, e.resolveAddonPlacement, e.resolveAddonRuntime, e.resolveDetectionRuntime, e.resolveDeviceProfile, e.resolveModelFormat, e.resolveRunnerId, e.restreamerCapability, e.runInferenceStep, e.runtimeDevices, e.scopeKey, e.scoreRuntimes, e.scriptRunnerCapability, e.selectAssignedProfileSlots, e.setByPath, e.settingsStoreCapability, e.sleep, e.sleepCancellable, e.smokeCapability, e.smtpProviderCapability, e.snapshotCapability, e.snapshotProviderCapability, e.ssoBridgeCapability, e.storageCapability, e.storageEvictableCapability, e.storageProviderCapability, e.streamBrokerCapability, e.streamCatalogCapability, e.streamParamsCapability, e.streamPixels, e.streamQualityLabel, e.streamingEngineCapability, e.supportedRuntimes, e.switchCapability, e.synthesizeSourceInfo, e.systemCapability, e.tamperCapability, e.taskLogEntrySchema, e.taskPhaseSchema, e.taskTargetSchema, e.temperatureSensorCapability, e.toDeviceSummary, e.toStreamSourceEntry, e.toastCapability, e.turnProviderCapability, e.updateCapability, e.userManagementCapability, e.userPasskeysCapability, e.vacuumControlCapability, e.valveCapability, e.vibrationCapability, e.videoclipsCapability, e.waterHeaterCapability, e.weatherCapability, e.webrtcCapability, e.webrtcClientHintsSchema, e.webrtcSessionCapability, e.wiringAddonHealthSchema, e.wiringHealthSnapshotSchema, e.wiringNodeHealthSchema, e.wiringProbeKindSchema, e.wiringProbeResultSchema, e.zodEntriesToConfigUI, e.zoneAnalyticsCapability, e.zoneRulesCapability, e.zonesCapability, e.default;
|
|
20
|
+
}, s = i.share["default:@camstack/types"];
|
|
21
|
+
s === void 0 ? n.then(() => {
|
|
22
|
+
if (s = i.share["default:@camstack/types"], s === void 0) throw Error("[Module Federation] Shared module @camstack/types was imported before federation bootstrap finished.");
|
|
23
|
+
o(s);
|
|
24
|
+
}) : o(s);
|
|
25
|
+
//#endregion
|
|
26
|
+
export { a as t };
|
|
@@ -36,7 +36,7 @@ async function r() {
|
|
|
36
36
|
}
|
|
37
37
|
},
|
|
38
38
|
"@camstack/types": {
|
|
39
|
-
version: "1.0.
|
|
39
|
+
version: "1.0.7",
|
|
40
40
|
scope: "default",
|
|
41
41
|
shareConfig: {
|
|
42
42
|
singleton: !0,
|
|
@@ -45,7 +45,7 @@ async function r() {
|
|
|
45
45
|
}
|
|
46
46
|
},
|
|
47
47
|
"@camstack/sdk": {
|
|
48
|
-
version: "1.0.
|
|
48
|
+
version: "1.0.7",
|
|
49
49
|
scope: "default",
|
|
50
50
|
shareConfig: {
|
|
51
51
|
singleton: !0,
|
|
@@ -81,7 +81,7 @@ async function r() {
|
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
83
|
"@camstack/ui-library": {
|
|
84
|
-
version: "1.0.
|
|
84
|
+
version: "1.0.7",
|
|
85
85
|
scope: "default",
|
|
86
86
|
shareConfig: {
|
|
87
87
|
singleton: !0,
|