@camstack/addon-pipeline 1.2.49 → 1.2.50
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 +1 -1
- package/dist/audio-analyzer/index.mjs +1 -1
- package/dist/detection-pipeline/index.js +2 -2
- package/dist/detection-pipeline/index.mjs +2 -2
- package/dist/{dist-J2DeRZAN.js → dist-Ci2-N-XC.js} +37 -1
- package/dist/{dist-CLJKoYEP.mjs → dist-hRt5QB5i.mjs} +37 -1
- package/dist/{event-loop-stall-monitor-Bkbiw20z.js → event-loop-stall-monitor-B_EOn2Q1.js} +1 -1
- package/dist/{event-loop-stall-monitor-B6dqQjiX.mjs → event-loop-stall-monitor-DUSB3ymZ.mjs} +1 -1
- package/dist/motion-wasm/index.js +1 -1
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/pipeline-runner/index.js +127 -114
- package/dist/pipeline-runner/index.mjs +127 -114
- package/dist/recorder/index.js +1 -1
- package/dist/recorder/index.mjs +1 -1
- package/dist/session-decode/decode-worker-child.js +57 -13
- package/dist/session-decode/decode-worker-child.mjs +57 -13
- package/dist/stream-broker/_stub.js +1 -1
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DZikMEgD.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DwYxOvHx.mjs} +1 -1
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-FL2mrnl7.mjs +26 -0
- package/dist/stream-broker/{hostInit-i24FVz-3.mjs → hostInit-yLEcTDS8.mjs} +1 -1
- package/dist/stream-broker/index.js +1 -1
- package/dist/stream-broker/index.mjs +1 -1
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-CNi5srgV.js → worker-protocol-CxpdncMB.js} +1 -1
- package/dist/{worker-protocol-BxPNiino.mjs → worker-protocol-D_6eAFbv.mjs} +1 -1
- package/embed-dist/assets/{MaskShapeCanvas-DI4BY7W2-m7YpaY98.js → MaskShapeCanvas-DI4BY7W2-kAtChdz2.js} +1 -1
- package/embed-dist/assets/{MotionZonesSettings-NcxxQN8r-619YTOjy.js → MotionZonesSettings-NcxxQN8r-DEwkvjzt.js} +1 -1
- package/embed-dist/assets/{PrivacyMaskSettings-APgPLF7p-B-k8v0O5.js → PrivacyMaskSettings-APgPLF7p-Brv9VL0h.js} +1 -1
- package/embed-dist/assets/{index-CYO4OY8_.js → index-Dv7fSuDA.js} +12 -12
- package/embed-dist/index.html +1 -1
- package/package.json +1 -1
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-Cj2xMupA.mjs +0 -26
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { $ as errMsg, A as deriveDetailCropRect, At as EventCategory, Ct as lazy, D as customAction, Et as object, H as pickNativeLeaseOverride, Ot as string, Tt as number, V as pickDetailCropConvention, W as pipelineRunnerCapability, at as BaseAddon, bt as array, k as defineCustomActions, l as DEVICE_BACKEND_TO_FORMAT, lt as createEvent, mt as nodePin, s as DEFAULT_DETAIL_CROP_CONVENTION, wt as literal, xt as boolean, yt as _enum } from "../dist-
|
|
2
|
-
import { c as getStepDefinition, t as attributeStall } from "../event-loop-stall-monitor-
|
|
3
|
-
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-
|
|
1
|
+
import { $ as errMsg, A as deriveDetailCropRect, At as EventCategory, Ct as lazy, D as customAction, Et as object, H as pickNativeLeaseOverride, Ot as string, Tt as number, V as pickDetailCropConvention, W as pipelineRunnerCapability, at as BaseAddon, bt as array, k as defineCustomActions, l as DEVICE_BACKEND_TO_FORMAT, lt as createEvent, mt as nodePin, s as DEFAULT_DETAIL_CROP_CONVENTION, wt as literal, xt as boolean, yt as _enum } from "../dist-hRt5QB5i.mjs";
|
|
2
|
+
import { c as getStepDefinition, t as attributeStall } from "../event-loop-stall-monitor-DUSB3ymZ.mjs";
|
|
3
|
+
import { a as nativeLeaseSettingEnv, t as isWorkerReply } from "../worker-protocol-D_6eAFbv.mjs";
|
|
4
4
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
5
5
|
import { t as getSharp } from "../lazy-sharp-B-mb8uWx.mjs";
|
|
6
6
|
import { n as profileForStreamId, t as isRemoteRestream } from "../remote-restream-BeHi78PZ.mjs";
|
|
@@ -1816,116 +1816,6 @@ var CropConventionSource = class {
|
|
|
1816
1816
|
}
|
|
1817
1817
|
};
|
|
1818
1818
|
//#endregion
|
|
1819
|
-
//#region src/pipeline-runner/native-lease-settings-source.ts
|
|
1820
|
-
/**
|
|
1821
|
-
* Where the runner gets the cluster-wide native-frame LEASE knobs.
|
|
1822
|
-
*
|
|
1823
|
-
* ## Why a settings read and not the attach config
|
|
1824
|
-
*
|
|
1825
|
-
* Identical reasoning to `crop-convention-source.ts`, and worth restating
|
|
1826
|
-
* because the temptation is the same: `RunnerCameraConfig` is the obvious
|
|
1827
|
-
* orchestrator→runner channel and it is the wrong one. Eleven call sites build
|
|
1828
|
-
* one; a cluster-wide constant threaded through eleven builders eventually
|
|
1829
|
-
* reaches ten of them, and the cameras attached by the forgotten builder just
|
|
1830
|
-
* quietly run a different lease window. Instead the runner reads the OWNER
|
|
1831
|
-
* addon's global settings directly, hub-routed by `AddonCallGateway`, so an
|
|
1832
|
-
* agent runner transparently reads the hub-central store with no placement
|
|
1833
|
-
* branching.
|
|
1834
|
-
*
|
|
1835
|
-
* ## Deliberately NOT node-scoped
|
|
1836
|
-
*
|
|
1837
|
-
* The read passes no `nodeId`. With one, `addon-settings` would project that
|
|
1838
|
-
* node's scoped value and two nodes could hold different lease windows for the
|
|
1839
|
-
* same camera — so whether a stored crop is native pixels or the ≤640 fallback
|
|
1840
|
-
* would depend on where the balancer happened to place it, which is invisible
|
|
1841
|
-
* from the stored media.
|
|
1842
|
-
*
|
|
1843
|
-
* ## What it hands out
|
|
1844
|
-
*
|
|
1845
|
-
* A {@link NativeLeaseSettingsOverride} — only the knobs the operator SET. The
|
|
1846
|
-
* decode worker resolves the rest (env var, then the shipped default); see
|
|
1847
|
-
* `session-decode/native-lease-config.ts` for the precedence. Handing out a
|
|
1848
|
-
* fully-resolved triple here would erase the "operator set nothing" state and
|
|
1849
|
-
* with it the env-var escape hatch.
|
|
1850
|
-
*/
|
|
1851
|
-
/**
|
|
1852
|
-
* The addon whose GLOBAL settings own the knobs. `pipeline-orchestrator` is
|
|
1853
|
-
* hub-resident and neutral — the same owner as the detail-crop convention and
|
|
1854
|
-
* the per-node decoder-backend selector.
|
|
1855
|
-
*/
|
|
1856
|
-
var NATIVE_LEASE_OWNER_ADDON_ID = "pipeline-orchestrator";
|
|
1857
|
-
/**
|
|
1858
|
-
* Whether two overrides name the same knobs with the same values.
|
|
1859
|
-
*
|
|
1860
|
-
* **Every knob has to appear here.** This is the equality that decides whether
|
|
1861
|
-
* a re-read is ADOPTED at all: a knob missing from the comparison is read from
|
|
1862
|
-
* the hub, judged identical, and discarded, so the operator's change never
|
|
1863
|
-
* reaches a decode worker and nothing anywhere says so. `admission` shipped
|
|
1864
|
-
* missing from this list and did exactly that — the setting was stored, the
|
|
1865
|
-
* hub served it, the runner fetched it, and every worker kept spawning with the
|
|
1866
|
-
* old value.
|
|
1867
|
-
*/
|
|
1868
|
-
function sameOverride(a, b) {
|
|
1869
|
-
return a.ttlMs === b.ttlMs && a.budgetMb === b.budgetMb && a.activityMs === b.activityMs && a.admission === b.admission;
|
|
1870
|
-
}
|
|
1871
|
-
/**
|
|
1872
|
-
* TTL-cached read of the cluster native-lease knobs.
|
|
1873
|
-
*
|
|
1874
|
-
* {@link current} is synchronous because the fork that consumes it is;
|
|
1875
|
-
* {@link refresh} is what talks to the hub, and the runner awaits it on the
|
|
1876
|
-
* path that precedes a decode-worker spawn.
|
|
1877
|
-
*/
|
|
1878
|
-
var NativeLeaseSettingsSource = class {
|
|
1879
|
-
override = {};
|
|
1880
|
-
lastReadAtMs = Number.NEGATIVE_INFINITY;
|
|
1881
|
-
inFlight = null;
|
|
1882
|
-
logger;
|
|
1883
|
-
now;
|
|
1884
|
-
ttlMs;
|
|
1885
|
-
constructor(options) {
|
|
1886
|
-
this.logger = options.logger;
|
|
1887
|
-
this.now = options.now ?? (() => Date.now());
|
|
1888
|
-
this.ttlMs = options.ttlMs ?? 3e4;
|
|
1889
|
-
}
|
|
1890
|
-
/** The operator's overrides as last read — `{}` until a read lands. */
|
|
1891
|
-
current() {
|
|
1892
|
-
return this.override;
|
|
1893
|
-
}
|
|
1894
|
-
/**
|
|
1895
|
-
* Re-read if the cached value has expired. Concurrent callers share one
|
|
1896
|
-
* in-flight read; a failure keeps the LAST KNOWN value rather than reverting
|
|
1897
|
-
* to `{}`, because a revert would silently hand the next-spawned workers a
|
|
1898
|
-
* different RAM profile than the ones already running.
|
|
1899
|
-
*/
|
|
1900
|
-
async refresh(api) {
|
|
1901
|
-
if (api === void 0) return this.override;
|
|
1902
|
-
if (this.now() - this.lastReadAtMs < this.ttlMs) return this.override;
|
|
1903
|
-
this.inFlight ??= this.read(api).finally(() => {
|
|
1904
|
-
this.inFlight = null;
|
|
1905
|
-
});
|
|
1906
|
-
await this.inFlight;
|
|
1907
|
-
return this.override;
|
|
1908
|
-
}
|
|
1909
|
-
async read(api) {
|
|
1910
|
-
try {
|
|
1911
|
-
const next = pickNativeLeaseOverride(await api.addonSettings.getGlobalSettings.query({ addonId: NATIVE_LEASE_OWNER_ADDON_ID }));
|
|
1912
|
-
this.lastReadAtMs = this.now();
|
|
1913
|
-
if (sameOverride(next, this.override)) return;
|
|
1914
|
-
this.logger.info("native lease settings changed — applies to NEW decode sessions", { meta: {
|
|
1915
|
-
from: { ...this.override },
|
|
1916
|
-
to: { ...next }
|
|
1917
|
-
} });
|
|
1918
|
-
this.override = next;
|
|
1919
|
-
} catch (err) {
|
|
1920
|
-
this.logger.warn("native lease settings read failed — keeping the last known value", { meta: {
|
|
1921
|
-
owner: NATIVE_LEASE_OWNER_ADDON_ID,
|
|
1922
|
-
inUse: { ...this.override },
|
|
1923
|
-
error: err instanceof Error ? err.message : String(err)
|
|
1924
|
-
} });
|
|
1925
|
-
}
|
|
1926
|
-
}
|
|
1927
|
-
};
|
|
1928
|
-
//#endregion
|
|
1929
1819
|
//#region src/pipeline-runner/detail-subtree.ts
|
|
1930
1820
|
/** Did the native-lease fetch report a miss (rather than return pixels)? */
|
|
1931
1821
|
function isNativeCropMiss(fetch) {
|
|
@@ -2500,6 +2390,116 @@ function resolveNativeCropSource(isFullFrame, nativeHit) {
|
|
|
2500
2390
|
return isFullFrame ? "ram-fullframe" : "miss";
|
|
2501
2391
|
}
|
|
2502
2392
|
//#endregion
|
|
2393
|
+
//#region src/pipeline-runner/native-lease-settings-source.ts
|
|
2394
|
+
/**
|
|
2395
|
+
* Where the runner gets the cluster-wide native-frame LEASE knobs.
|
|
2396
|
+
*
|
|
2397
|
+
* ## Why a settings read and not the attach config
|
|
2398
|
+
*
|
|
2399
|
+
* Identical reasoning to `crop-convention-source.ts`, and worth restating
|
|
2400
|
+
* because the temptation is the same: `RunnerCameraConfig` is the obvious
|
|
2401
|
+
* orchestrator→runner channel and it is the wrong one. Eleven call sites build
|
|
2402
|
+
* one; a cluster-wide constant threaded through eleven builders eventually
|
|
2403
|
+
* reaches ten of them, and the cameras attached by the forgotten builder just
|
|
2404
|
+
* quietly run a different lease window. Instead the runner reads the OWNER
|
|
2405
|
+
* addon's global settings directly, hub-routed by `AddonCallGateway`, so an
|
|
2406
|
+
* agent runner transparently reads the hub-central store with no placement
|
|
2407
|
+
* branching.
|
|
2408
|
+
*
|
|
2409
|
+
* ## Deliberately NOT node-scoped
|
|
2410
|
+
*
|
|
2411
|
+
* The read passes no `nodeId`. With one, `addon-settings` would project that
|
|
2412
|
+
* node's scoped value and two nodes could hold different lease windows for the
|
|
2413
|
+
* same camera — so whether a stored crop is native pixels or the ≤640 fallback
|
|
2414
|
+
* would depend on where the balancer happened to place it, which is invisible
|
|
2415
|
+
* from the stored media.
|
|
2416
|
+
*
|
|
2417
|
+
* ## What it hands out
|
|
2418
|
+
*
|
|
2419
|
+
* A {@link NativeLeaseSettingsOverride} — only the knobs the operator SET. The
|
|
2420
|
+
* decode worker resolves the rest (env var, then the shipped default); see
|
|
2421
|
+
* `session-decode/native-lease-config.ts` for the precedence. Handing out a
|
|
2422
|
+
* fully-resolved triple here would erase the "operator set nothing" state and
|
|
2423
|
+
* with it the env-var escape hatch.
|
|
2424
|
+
*/
|
|
2425
|
+
/**
|
|
2426
|
+
* The addon whose GLOBAL settings own the knobs. `pipeline-orchestrator` is
|
|
2427
|
+
* hub-resident and neutral — the same owner as the detail-crop convention and
|
|
2428
|
+
* the per-node decoder-backend selector.
|
|
2429
|
+
*/
|
|
2430
|
+
var NATIVE_LEASE_OWNER_ADDON_ID = "pipeline-orchestrator";
|
|
2431
|
+
/**
|
|
2432
|
+
* Whether two overrides name the same knobs with the same values.
|
|
2433
|
+
*
|
|
2434
|
+
* **Every knob has to appear here.** This is the equality that decides whether
|
|
2435
|
+
* a re-read is ADOPTED at all: a knob missing from the comparison is read from
|
|
2436
|
+
* the hub, judged identical, and discarded, so the operator's change never
|
|
2437
|
+
* reaches a decode worker and nothing anywhere says so. `admission` shipped
|
|
2438
|
+
* missing from this list and did exactly that — the setting was stored, the
|
|
2439
|
+
* hub served it, the runner fetched it, and every worker kept spawning with the
|
|
2440
|
+
* old value.
|
|
2441
|
+
*/
|
|
2442
|
+
function sameOverride(a, b) {
|
|
2443
|
+
return a.ttlMs === b.ttlMs && a.budgetMb === b.budgetMb && a.activityMs === b.activityMs && a.admission === b.admission;
|
|
2444
|
+
}
|
|
2445
|
+
/**
|
|
2446
|
+
* TTL-cached read of the cluster native-lease knobs.
|
|
2447
|
+
*
|
|
2448
|
+
* {@link current} is synchronous because the fork that consumes it is;
|
|
2449
|
+
* {@link refresh} is what talks to the hub, and the runner awaits it on the
|
|
2450
|
+
* path that precedes a decode-worker spawn.
|
|
2451
|
+
*/
|
|
2452
|
+
var NativeLeaseSettingsSource = class {
|
|
2453
|
+
override = {};
|
|
2454
|
+
lastReadAtMs = Number.NEGATIVE_INFINITY;
|
|
2455
|
+
inFlight = null;
|
|
2456
|
+
logger;
|
|
2457
|
+
now;
|
|
2458
|
+
ttlMs;
|
|
2459
|
+
constructor(options) {
|
|
2460
|
+
this.logger = options.logger;
|
|
2461
|
+
this.now = options.now ?? (() => Date.now());
|
|
2462
|
+
this.ttlMs = options.ttlMs ?? 3e4;
|
|
2463
|
+
}
|
|
2464
|
+
/** The operator's overrides as last read — `{}` until a read lands. */
|
|
2465
|
+
current() {
|
|
2466
|
+
return this.override;
|
|
2467
|
+
}
|
|
2468
|
+
/**
|
|
2469
|
+
* Re-read if the cached value has expired. Concurrent callers share one
|
|
2470
|
+
* in-flight read; a failure keeps the LAST KNOWN value rather than reverting
|
|
2471
|
+
* to `{}`, because a revert would silently hand the next-spawned workers a
|
|
2472
|
+
* different RAM profile than the ones already running.
|
|
2473
|
+
*/
|
|
2474
|
+
async refresh(api) {
|
|
2475
|
+
if (api === void 0) return this.override;
|
|
2476
|
+
if (this.now() - this.lastReadAtMs < this.ttlMs) return this.override;
|
|
2477
|
+
this.inFlight ??= this.read(api).finally(() => {
|
|
2478
|
+
this.inFlight = null;
|
|
2479
|
+
});
|
|
2480
|
+
await this.inFlight;
|
|
2481
|
+
return this.override;
|
|
2482
|
+
}
|
|
2483
|
+
async read(api) {
|
|
2484
|
+
try {
|
|
2485
|
+
const next = pickNativeLeaseOverride(await api.addonSettings.getGlobalSettings.query({ addonId: NATIVE_LEASE_OWNER_ADDON_ID }));
|
|
2486
|
+
this.lastReadAtMs = this.now();
|
|
2487
|
+
if (sameOverride(next, this.override)) return;
|
|
2488
|
+
this.logger.info("native lease settings changed — applies to NEW decode sessions", { meta: {
|
|
2489
|
+
from: { ...this.override },
|
|
2490
|
+
to: { ...next }
|
|
2491
|
+
} });
|
|
2492
|
+
this.override = next;
|
|
2493
|
+
} catch (err) {
|
|
2494
|
+
this.logger.warn("native lease settings read failed — keeping the last known value", { meta: {
|
|
2495
|
+
owner: NATIVE_LEASE_OWNER_ADDON_ID,
|
|
2496
|
+
inUse: { ...this.override },
|
|
2497
|
+
error: err instanceof Error ? err.message : String(err)
|
|
2498
|
+
} });
|
|
2499
|
+
}
|
|
2500
|
+
}
|
|
2501
|
+
};
|
|
2502
|
+
//#endregion
|
|
2503
2503
|
//#region src/pipeline-runner/frame-governor.ts
|
|
2504
2504
|
var FrameGovernor = class {
|
|
2505
2505
|
config;
|
|
@@ -4978,7 +4978,20 @@ var PipelineRunnerAddon = class PipelineRunnerAddon extends BaseAddon {
|
|
|
4978
4978
|
if (resolved.tier === "native" && resolved.pixels !== null) return this.encodeNativeCropResult(resolved.pixels, resolved.tier, input.encodeJpeg);
|
|
4979
4979
|
if (resolved.tier !== "ram-fullframe") return null;
|
|
4980
4980
|
const crop = this.retainedFrames?.crop(input.handle, input.bbox, input.maxWidth);
|
|
4981
|
-
if (!crop)
|
|
4981
|
+
if (!crop) {
|
|
4982
|
+
this.ctx?.logger.warn("native full-frame miss — the retained store no longer holds this frame", {
|
|
4983
|
+
tags: { deviceId: this.nativeCropRegistry.deviceIdFor(input.handle) ?? -1 },
|
|
4984
|
+
meta: {
|
|
4985
|
+
handle: `${input.handle.shmId}#${input.handle.slot}#${input.handle.seq}`,
|
|
4986
|
+
handleNodeId: input.handle.nodeId,
|
|
4987
|
+
nativeMissReason: resolved.missReason,
|
|
4988
|
+
nativeHandleAgeMs: resolved.handleAgeMs,
|
|
4989
|
+
maxWidth: input.maxWidth ?? null,
|
|
4990
|
+
hint: "both the native lease and the retained-frame window have closed for this frame — the detail dispatch that asked for it produces NO crop"
|
|
4991
|
+
}
|
|
4992
|
+
});
|
|
4993
|
+
return null;
|
|
4994
|
+
}
|
|
4982
4995
|
return this.encodeNativeCropResult({
|
|
4983
4996
|
bytes: crop.bytes,
|
|
4984
4997
|
width: crop.width,
|
package/dist/recorder/index.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_chunk = require("../chunk-emK7D4bc.js");
|
|
2
|
-
const require_dist = require("../dist-
|
|
2
|
+
const require_dist = require("../dist-Ci2-N-XC.js");
|
|
3
3
|
const require_hub_hostname = require("../hub-hostname-DAJXlOgV.js");
|
|
4
4
|
const require_addon_utils = require("../addon-utils-DveoBR6G.js");
|
|
5
5
|
let node_crypto = require("node:crypto");
|
package/dist/recorder/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { $ as errMsg, At as EventCategory, Dt as record, G as recordingCapability, K as recordingExportCapability, Ot as string, Y as storageEvictableCapability, _t as selectAssignedProfileSlots, at as BaseAddon, bt as array, ct as DeviceType, f as ExportRecordSchema, g as OpsLogEntrySchema, j as deriveRecordingMode, mt as nodePin, u as EVENT_PAD_MS, ut as hydrateSchema, y as RecordingConfigSchema } from "../dist-
|
|
1
|
+
import { $ as errMsg, At as EventCategory, Dt as record, G as recordingCapability, K as recordingExportCapability, Ot as string, Y as storageEvictableCapability, _t as selectAssignedProfileSlots, at as BaseAddon, bt as array, ct as DeviceType, f as ExportRecordSchema, g as OpsLogEntrySchema, j as deriveRecordingMode, mt as nodePin, u as EVENT_PAD_MS, ut as hydrateSchema, y as RecordingConfigSchema } from "../dist-hRt5QB5i.mjs";
|
|
2
2
|
import { t as resolveHubHostname } from "../hub-hostname-cCknRYKj.mjs";
|
|
3
3
|
import { n as createFileDataPlaneHandler, s as parseRangeHeader, t as contentTypeFor } from "../addon-utils-QuxtOdK1.mjs";
|
|
4
4
|
import { randomUUID } from "node:crypto";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
2
2
|
const require_chunk = require("../chunk-emK7D4bc.js");
|
|
3
|
-
const require_worker_protocol = require("../worker-protocol-
|
|
3
|
+
const require_worker_protocol = require("../worker-protocol-CxpdncMB.js");
|
|
4
4
|
let node_url = require("node:url");
|
|
5
5
|
let node_fs = require("node:fs");
|
|
6
6
|
node_fs = require_chunk.__toESM(node_fs);
|
|
@@ -343,7 +343,7 @@ var LeaseActivityGate = class {
|
|
|
343
343
|
windowMs;
|
|
344
344
|
now;
|
|
345
345
|
armedUntil = 0;
|
|
346
|
-
|
|
346
|
+
disabledUntil = 0;
|
|
347
347
|
constructor(windowMs, now = Date.now) {
|
|
348
348
|
this.windowMs = windowMs;
|
|
349
349
|
this.now = now;
|
|
@@ -354,23 +354,44 @@ var LeaseActivityGate = class {
|
|
|
354
354
|
this.armedUntil = this.now() + this.windowMs;
|
|
355
355
|
}
|
|
356
356
|
/**
|
|
357
|
-
* Force the gate closed regardless of demand — for a
|
|
358
|
-
* PROVEN broken
|
|
359
|
-
* filtergraph per failing frame both leaks (node-av reclaims hw
|
|
360
|
-
* by process exit) and burns GPU churn, so a broken path
|
|
361
|
-
*
|
|
357
|
+
* Force the gate closed regardless of demand for `cooldownMs` — for a
|
|
358
|
+
* download path that has PROVEN broken (an add/receive failure). Rebuilding
|
|
359
|
+
* the vaapi filtergraph per failing frame both leaks (node-av reclaims hw
|
|
360
|
+
* pools only by process exit) and burns GPU churn, so a broken path must stay
|
|
361
|
+
* off. Overrides `windowMs: 0` too.
|
|
362
|
+
*
|
|
363
|
+
* ## Why this is a COOLDOWN and not a latch
|
|
364
|
+
*
|
|
365
|
+
* It was a latch (`disable()`), held until {@link reset} — i.e. until the next
|
|
366
|
+
* DIAL. On a continuously recording camera a dial lasts hours, so two EIO
|
|
367
|
+
* `hwdownload` failures killed the native lease for the whole session and
|
|
368
|
+
* every detail dispatch's rung-1 crop missed for as long as it ran. That is
|
|
369
|
+
* the 93-97% `nativeCropMisses` measured on 2026-08-08: dev 618 had 24 dials
|
|
370
|
+
* disabled in a single day, and dev 592 serviced ~15 crop requests/s for
|
|
371
|
+
* 500 s with a `leaseOffered` delta of exactly 0 — `arm()` firing constantly
|
|
372
|
+
* against a gate that could never reopen.
|
|
373
|
+
*
|
|
374
|
+
* The OOM guard the latch existed for is preserved by the cooldown's LENGTH,
|
|
375
|
+
* not by its permanence: one filtergraph rebuild per cooldown instead of one
|
|
376
|
+
* per frame. The caller escalates `cooldownMs` on repeated failures, so a
|
|
377
|
+
* genuinely broken dial converges on the old behaviour while a transient GPU
|
|
378
|
+
* fault recovers on its own.
|
|
379
|
+
*
|
|
380
|
+
* A later call always wins, even a shorter one: the caller escalates
|
|
381
|
+
* monotonically, and "the most recent failure decides" is the only rule that
|
|
382
|
+
* stays true if it ever stops.
|
|
362
383
|
*/
|
|
363
|
-
|
|
364
|
-
this.
|
|
384
|
+
disableFor(cooldownMs) {
|
|
385
|
+
this.disabledUntil = this.now() + cooldownMs;
|
|
365
386
|
}
|
|
366
|
-
/** New dial: clear the
|
|
387
|
+
/** New dial: clear the cooldown AND any stale demand (caller re-arms explicitly). */
|
|
367
388
|
reset() {
|
|
368
|
-
this.
|
|
389
|
+
this.disabledUntil = 0;
|
|
369
390
|
this.armedUntil = 0;
|
|
370
391
|
}
|
|
371
392
|
/** Whether lease capture should run for the current frame. */
|
|
372
393
|
get active() {
|
|
373
|
-
if (this.
|
|
394
|
+
if (this.now() < this.disabledUntil) return false;
|
|
374
395
|
if (this.windowMs === 0) return true;
|
|
375
396
|
return this.now() < this.armedUntil;
|
|
376
397
|
}
|
|
@@ -856,6 +877,25 @@ var NATIVE_LEASE_TTL_MS = NATIVE_LEASE_KNOBS.values.ttlMs;
|
|
|
856
877
|
*/
|
|
857
878
|
var NATIVE_LEASE_ACTIVITY_WINDOW_MS = NATIVE_LEASE_KNOBS.values.activityMs;
|
|
858
879
|
/**
|
|
880
|
+
* How long lease capture stays off after the download path proves broken, and
|
|
881
|
+
* the ceiling that backoff climbs to. Doubling from the base, so the Nth
|
|
882
|
+
* failure in a dial costs `base × 2^(N-2)` — 60 s, 120 s, 240 s … capped.
|
|
883
|
+
*
|
|
884
|
+
* These replace a latch that was held for the REST OF THE DIAL. On a
|
|
885
|
+
* continuously recording camera a dial is hours, and the 2026-08-08 harvest
|
|
886
|
+
* measured what that costs: dev 618 at 93% `nativeCropMisses` across 24
|
|
887
|
+
* disabled dials, dev 592 with a `leaseOffered` delta of 0 over 500 s while
|
|
888
|
+
* answering ~15 crop requests/s. Every one of those misses is a detail
|
|
889
|
+
* dispatch whose rung-1 native crop could never resolve.
|
|
890
|
+
*
|
|
891
|
+
* The bound that mattered is still bounded: the OOM the latch was written for
|
|
892
|
+
* came from rebuilding a vaapi filtergraph PER FAILING FRAME (~25/s), and one
|
|
893
|
+
* rebuild per cooldown is three orders of magnitude below that — while a
|
|
894
|
+
* transient GPU fault now recovers without waiting for a re-dial.
|
|
895
|
+
*/
|
|
896
|
+
var LEASE_DOWNLOAD_COOLDOWN_BASE_MS = 6e4;
|
|
897
|
+
var LEASE_DOWNLOAD_COOLDOWN_MAX_MS = 6e5;
|
|
898
|
+
/**
|
|
859
899
|
* `pinnedRgbCrop` — pinned-color RGB24 native-crop retention. DEFAULT **ON**
|
|
860
900
|
* (2026-07-20 rollout); set `CAMSTACK_SESSION_PINNED_RGB_CROP=0` to opt out.
|
|
861
901
|
*
|
|
@@ -1549,7 +1589,11 @@ var DecodeWorkerChild = class {
|
|
|
1549
1589
|
this.nativeLeaseDownloadFilter = null;
|
|
1550
1590
|
this.nativeLeaseDownloadFilterKey = "";
|
|
1551
1591
|
this.leaseDownloadFailuresThisDial++;
|
|
1552
|
-
if (this.leaseDownloadFailuresThisDial >= 2)
|
|
1592
|
+
if (this.leaseDownloadFailuresThisDial >= 2) {
|
|
1593
|
+
const cooldownMs = Math.min(LEASE_DOWNLOAD_COOLDOWN_MAX_MS, LEASE_DOWNLOAD_COOLDOWN_BASE_MS * 2 ** (this.leaseDownloadFailuresThisDial - 2));
|
|
1594
|
+
this.leaseGate.disableFor(cooldownMs);
|
|
1595
|
+
this.emitStderr(`decode-worker-child: native lease capture OFF for ${cooldownMs}ms — ${this.leaseDownloadFailuresThisDial} download failures this dial; native crops will MISS until it expires (detail dispatches fall back to the retained full frame)\n`);
|
|
1596
|
+
}
|
|
1553
1597
|
return null;
|
|
1554
1598
|
}
|
|
1555
1599
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { i as formatNativeLeaseKnobs, n as isWorkerRequest, o as resolveNativeLeaseKnobs, r as logLevelForLine } from "../worker-protocol-
|
|
1
|
+
import { i as formatNativeLeaseKnobs, n as isWorkerRequest, o as resolveNativeLeaseKnobs, r as logLevelForLine } from "../worker-protocol-D_6eAFbv.mjs";
|
|
2
2
|
import { pathToFileURL } from "node:url";
|
|
3
3
|
import * as fs from "node:fs";
|
|
4
4
|
import * as path$1 from "node:path";
|
|
@@ -339,7 +339,7 @@ var LeaseActivityGate = class {
|
|
|
339
339
|
windowMs;
|
|
340
340
|
now;
|
|
341
341
|
armedUntil = 0;
|
|
342
|
-
|
|
342
|
+
disabledUntil = 0;
|
|
343
343
|
constructor(windowMs, now = Date.now) {
|
|
344
344
|
this.windowMs = windowMs;
|
|
345
345
|
this.now = now;
|
|
@@ -350,23 +350,44 @@ var LeaseActivityGate = class {
|
|
|
350
350
|
this.armedUntil = this.now() + this.windowMs;
|
|
351
351
|
}
|
|
352
352
|
/**
|
|
353
|
-
* Force the gate closed regardless of demand — for a
|
|
354
|
-
* PROVEN broken
|
|
355
|
-
* filtergraph per failing frame both leaks (node-av reclaims hw
|
|
356
|
-
* by process exit) and burns GPU churn, so a broken path
|
|
357
|
-
*
|
|
353
|
+
* Force the gate closed regardless of demand for `cooldownMs` — for a
|
|
354
|
+
* download path that has PROVEN broken (an add/receive failure). Rebuilding
|
|
355
|
+
* the vaapi filtergraph per failing frame both leaks (node-av reclaims hw
|
|
356
|
+
* pools only by process exit) and burns GPU churn, so a broken path must stay
|
|
357
|
+
* off. Overrides `windowMs: 0` too.
|
|
358
|
+
*
|
|
359
|
+
* ## Why this is a COOLDOWN and not a latch
|
|
360
|
+
*
|
|
361
|
+
* It was a latch (`disable()`), held until {@link reset} — i.e. until the next
|
|
362
|
+
* DIAL. On a continuously recording camera a dial lasts hours, so two EIO
|
|
363
|
+
* `hwdownload` failures killed the native lease for the whole session and
|
|
364
|
+
* every detail dispatch's rung-1 crop missed for as long as it ran. That is
|
|
365
|
+
* the 93-97% `nativeCropMisses` measured on 2026-08-08: dev 618 had 24 dials
|
|
366
|
+
* disabled in a single day, and dev 592 serviced ~15 crop requests/s for
|
|
367
|
+
* 500 s with a `leaseOffered` delta of exactly 0 — `arm()` firing constantly
|
|
368
|
+
* against a gate that could never reopen.
|
|
369
|
+
*
|
|
370
|
+
* The OOM guard the latch existed for is preserved by the cooldown's LENGTH,
|
|
371
|
+
* not by its permanence: one filtergraph rebuild per cooldown instead of one
|
|
372
|
+
* per frame. The caller escalates `cooldownMs` on repeated failures, so a
|
|
373
|
+
* genuinely broken dial converges on the old behaviour while a transient GPU
|
|
374
|
+
* fault recovers on its own.
|
|
375
|
+
*
|
|
376
|
+
* A later call always wins, even a shorter one: the caller escalates
|
|
377
|
+
* monotonically, and "the most recent failure decides" is the only rule that
|
|
378
|
+
* stays true if it ever stops.
|
|
358
379
|
*/
|
|
359
|
-
|
|
360
|
-
this.
|
|
380
|
+
disableFor(cooldownMs) {
|
|
381
|
+
this.disabledUntil = this.now() + cooldownMs;
|
|
361
382
|
}
|
|
362
|
-
/** New dial: clear the
|
|
383
|
+
/** New dial: clear the cooldown AND any stale demand (caller re-arms explicitly). */
|
|
363
384
|
reset() {
|
|
364
|
-
this.
|
|
385
|
+
this.disabledUntil = 0;
|
|
365
386
|
this.armedUntil = 0;
|
|
366
387
|
}
|
|
367
388
|
/** Whether lease capture should run for the current frame. */
|
|
368
389
|
get active() {
|
|
369
|
-
if (this.
|
|
390
|
+
if (this.now() < this.disabledUntil) return false;
|
|
370
391
|
if (this.windowMs === 0) return true;
|
|
371
392
|
return this.now() < this.armedUntil;
|
|
372
393
|
}
|
|
@@ -852,6 +873,25 @@ var NATIVE_LEASE_TTL_MS = NATIVE_LEASE_KNOBS.values.ttlMs;
|
|
|
852
873
|
*/
|
|
853
874
|
var NATIVE_LEASE_ACTIVITY_WINDOW_MS = NATIVE_LEASE_KNOBS.values.activityMs;
|
|
854
875
|
/**
|
|
876
|
+
* How long lease capture stays off after the download path proves broken, and
|
|
877
|
+
* the ceiling that backoff climbs to. Doubling from the base, so the Nth
|
|
878
|
+
* failure in a dial costs `base × 2^(N-2)` — 60 s, 120 s, 240 s … capped.
|
|
879
|
+
*
|
|
880
|
+
* These replace a latch that was held for the REST OF THE DIAL. On a
|
|
881
|
+
* continuously recording camera a dial is hours, and the 2026-08-08 harvest
|
|
882
|
+
* measured what that costs: dev 618 at 93% `nativeCropMisses` across 24
|
|
883
|
+
* disabled dials, dev 592 with a `leaseOffered` delta of 0 over 500 s while
|
|
884
|
+
* answering ~15 crop requests/s. Every one of those misses is a detail
|
|
885
|
+
* dispatch whose rung-1 native crop could never resolve.
|
|
886
|
+
*
|
|
887
|
+
* The bound that mattered is still bounded: the OOM the latch was written for
|
|
888
|
+
* came from rebuilding a vaapi filtergraph PER FAILING FRAME (~25/s), and one
|
|
889
|
+
* rebuild per cooldown is three orders of magnitude below that — while a
|
|
890
|
+
* transient GPU fault now recovers without waiting for a re-dial.
|
|
891
|
+
*/
|
|
892
|
+
var LEASE_DOWNLOAD_COOLDOWN_BASE_MS = 6e4;
|
|
893
|
+
var LEASE_DOWNLOAD_COOLDOWN_MAX_MS = 6e5;
|
|
894
|
+
/**
|
|
855
895
|
* `pinnedRgbCrop` — pinned-color RGB24 native-crop retention. DEFAULT **ON**
|
|
856
896
|
* (2026-07-20 rollout); set `CAMSTACK_SESSION_PINNED_RGB_CROP=0` to opt out.
|
|
857
897
|
*
|
|
@@ -1545,7 +1585,11 @@ var DecodeWorkerChild = class {
|
|
|
1545
1585
|
this.nativeLeaseDownloadFilter = null;
|
|
1546
1586
|
this.nativeLeaseDownloadFilterKey = "";
|
|
1547
1587
|
this.leaseDownloadFailuresThisDial++;
|
|
1548
|
-
if (this.leaseDownloadFailuresThisDial >= 2)
|
|
1588
|
+
if (this.leaseDownloadFailuresThisDial >= 2) {
|
|
1589
|
+
const cooldownMs = Math.min(LEASE_DOWNLOAD_COOLDOWN_MAX_MS, LEASE_DOWNLOAD_COOLDOWN_BASE_MS * 2 ** (this.leaseDownloadFailuresThisDial - 2));
|
|
1590
|
+
this.leaseGate.disableFor(cooldownMs);
|
|
1591
|
+
this.emitStderr(`decode-worker-child: native lease capture OFF for ${cooldownMs}ms — ${this.leaseDownloadFailuresThisDial} download failures this dial; native crops will MISS until it expires (detail dispatches fall back to the retained full frame)\n`);
|
|
1592
|
+
}
|
|
1549
1593
|
return null;
|
|
1550
1594
|
}
|
|
1551
1595
|
}
|
|
@@ -2,7 +2,7 @@ import { a as e, c as t, d as n, i as r, l as i, n as a, o, r as s, s as c, t as
|
|
|
2
2
|
import { a as d, i as f, n as p, o as m, r as h, t as g } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare__react__loadShare__.js-C9j-2lBe.mjs";
|
|
3
3
|
import { n as _, r as v, t as y } 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 b, t as x } 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 S } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-
|
|
5
|
+
import { t as S } from "./_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-FL2mrnl7.mjs";
|
|
6
6
|
//#region ../../node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
7
7
|
var C = (e) => e.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), w = (e) => e.replace(/^([A-Z])|[\s-_]+(\w)/g, (e, t, n) => n ? n.toUpperCase() : t.toLowerCase()), T = (e) => {
|
|
8
8
|
let t = w(e);
|
|
@@ -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.ALEXA_EGRESS_PROFILE, e.ALL_CAPABILITY_DEFINITIONS, e.APPLE_SA_TO_MACRO, e.AUDIO_ANALYSIS_CAP_NAME, e.AUDIO_BACKEND_CHOICES, e.AUDIO_MACRO_LABELS, e.AUDIO_PRESETS, 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.AttachmentMediaTypeSchema, e.AttachmentSchema, 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.BASE_LIVE_EGRESS_PROFILE, e.BATTERY_DEVICE_PROFILE, e.BacklightModeSchema, 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.CAMERA_SWITCH_CATALOG, e.CAMERA_SWITCH_ORDER, 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.CORE_BLOCK_ADDON_PREFIX, 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.CameraStatusDegradationReasonSchema, e.CameraStatusDegradationSchema, e.CameraStatusSchema, e.CameraStatusStageSchema, e.CameraStreamSchema, e.CameraSwitchAuthoritySchema, e.CameraSwitchGroupSchema, e.CameraSwitchIdSchema, e.CameraSwitchSchema, e.CameraSwitchUnavailableReasonSchema, 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.ConvertArtifactSchema, e.ConvertResultSchema, e.ConvertTargetSchema, e.CoreBlockCompileResultSchema, e.CoreBlockInputSchema, e.CoreBlockPlacementSchema, e.CoreBlockSchema, e.CoreBlockStatusSchema, e.CoverStateSchema, e.CoverStatusSchema, e.CreateApiKeyInputSchema, e.CreateApiKeyResultSchema, e.CreateIntegrationInputSchema, e.CreateScopedTokenInputSchema, e.CreateScopedTokenResultSchema, e.CreateUserInputSchema, e.CustomActionInputSchema, e.CustomModelDescriptorSchema, e.DATAPLANE_SECRET_HEADER, e.DECLARED_DEVICE_SWEEP_LIMIT, e.DECLARED_INTEGRATION_FIXED_KEY, e.DEFAULT_ADDON_PLACEMENT, e.DEFAULT_AUDIO_ANALYZER_CONFIG, e.DEFAULT_DECODER_HWACCEL_CONFIG, e.DEFAULT_DETAIL_CROP_CONVENTION, e.DEFAULT_EVENT_COLOR, e.DEFAULT_FEATURES, e.DEFAULT_NATIVE_LEASE_SETTINGS, e.DEFAULT_RETENTION, e.DEFAULT_SCRUB_THUMBNAIL_PRESET, e.DETAIL_CROP_PADDING_FIELD, e.DETAIL_CROP_PADDING_KEY, e.DETAIL_CROP_SECTION_ID, e.DETAIL_CROP_SQUARE_KEY, e.DETECTION_PIPELINE_CAP_NAME, e.DEVICE_BACKEND_TO_FORMAT, e.DEVICE_CAP_NAMES, e.DEVICE_PROFILES, e.DEVICE_SCOPED_CAPS, e.DEVICE_SETTINGS_CONTRIBUTION_METHODS, e.DEVICE_STATE_READERS, e.DEVICE_STATUS_METHOD, e.DEVICE_TYPE_CONTROL_KIND, e.DEVICE_TYPE_INFO, e.DataStoreEngineInfoSchema, e.DayNightModeSchema, e.DayNightOptionsSchema, e.DayNightSettingsPatchSchema, e.DayNightStatusSchema, e.DeclaredDevices, e.DecodedAudioChunkSchema, e.DecodedFrameSchema, e.DecoderSessionConfigSchema, e.DecoderStatsSchema, e.DeleteIntegrationResultSchema, e.DetailCropConventionSchema, e.DetectionSourceSchema, e.DeviceCodeSeveritySchema, 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.DiscoveredTargetSchema, e.DisposerChain, e.DoorbellPressEventSchema, e.DoorbellStatusSchema, e.EVENTFUL_CAP_NAMES, e.EVENT_KIND_BY_CAP, e.EVENT_PAD_MS, e.EVENT_TAXONOMY, e.EXPRESSION_BUILTINS, e.EXPRESSION_BUILTIN_NAMES, e.EXPRESSION_COMPILE_CACHE_CAPACITY, e.EXPRESSION_IDENTIFIER_RE, e.EXPRESSION_INJECTED_NOW, e.EgressEncodeSchema, e.EgressRateControlSchema, e.EgressTranscodeRequestSchema, e.EgressTranscodeSchema, 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.EventKindCategorySchema, e.EventKindDescriptorSchema, e.EventKindIconSchema, e.EventKindSchema, e.EventKindsForDeviceSchema, e.EventMediaArtifactSchema, e.EventMediaCoverageSchema, e.EventMediaKindSchema, e.EventMediaProductionSchema, e.EventSourceType, e.ExportDownloadSchema, e.ExportOptionsSchema, e.ExportRecordSchema, e.ExportSetupFieldSchema, e.ExportSetupSchema, e.ExportSpeedSchema, e.ExportStateSchema, e.ExportTimelapseSchema, e.ExposedDeviceSchema, e.ExposureModeSchema, e.ExpressionBindingSourceSchema, e.ExpressionEvalError, e.ExpressionFieldBindingSchema, e.ExpressionGlobalBindingSchema, e.ExpressionLiteralBindingSchema, e.ExpressionParseError, e.ExpressionSourceSchema, e.FanControlStatusSchema, e.FanDirectionSchema, e.FeatureManifestSchema, e.FeatureProbeStatusSchema, e.FloodStatusSchema, e.Fmp4BoxSplitter, e.FrameHandleFormatSchema, e.FrameHandleSchema, e.FrameInputSchema, e.GasStatusSchema, e.GetStreamWithCodecInputSchema, e.GlobalMetricsSchema, e.HAP_AUDIO_BASE, e.HAP_AUDIO_BITRATE_KBPS, e.HAP_AUDIO_VBV_KBITS, e.HAP_KEYFRAME_INTERVAL_SEC, e.HF_BASE_URL, e.HF_REPO, e.HWACCEL_OPTIONS, e.HealthStatusSchema, e.HistoryPointSchema, e.HistoryResolutionEnum, e.HumidifierStatusSchema, e.HumiditySensorStatusSchema, e.HvacModeSchema, e.ImageContractSchema, e.ImageContractStateSchema, e.ImageRotateSchema, e.ImageSettingsOptionsSchema, e.ImageSettingsPatchSchema, e.ImageSettingsStatusSchema, e.ImageStatusSchema, e.IngestOwnerSchema, e.InstalledPackageSchema, e.IntegrationLiteSchema, e.IntegrationWithStateSchema, e.IntercomAbilitySchema, e.IntercomStatusSchema, e.KNOWN_CAP_NAMES, e.KeyEventSchema, e.LOG_LEVEL_RANK, e.LabelAttributionSchema, e.LabelDefinitionSchema, e.LabelTierSchema, e.LawnMowerActivitySchema, e.LawnMowerControlStatusSchema, e.LinkedDeviceSchema, e.LinkedDevicesModeSchema, e.LlmDefaultSchema, e.LlmDefaultSelectorSchema, e.LlmErrorCodeSchema, e.LlmGenerateBaseInputSchema, e.LlmGenerateErrSchema, e.LlmGenerateOkSchema, e.LlmGenerateResultSchema, e.LlmImageSchema, e.LlmNodeModelSchema, e.LlmProfileKindDescriptorSchema, e.LlmProfileKindSchema, e.LlmProfileSchema, e.LlmRuntimeCompleteInputSchema, e.LlmRuntimeDiskUsageSchema, e.LlmRuntimeNodeSchema, e.LlmRuntimeStatusSchema, e.LlmUsageRollupSchema, e.LlmUsageSchema, e.LocateSegmentResultSchema, e.LocationStatSchema, e.LockControlStatusSchema, e.LockStateSchema, e.LogEntrySchema, e.LogLevelSchema, e.LogStreamEntrySchema, e.LoginMethodContributionSchema, e.LoginStageEnum, e.MACRO_LABELS, e.MAX_EXPRESSION_AST_NODES, e.MAX_EXPRESSION_BINDINGS, e.MAX_EXPRESSION_CALL_ARGS, e.MAX_EXPRESSION_EVAL_STEPS, e.MAX_EXPRESSION_SOURCE_LENGTH, e.METHOD_ACCESS_MAP, e.MODEL_FORMATS, e.MOTION_TRIGGER_FEATURE, e.ManagedModelCatalogEntrySchema, e.ManagedModelRefSchema, e.ManagedRuntimeConfigSchema, e.MaskGridDimsSchema, e.MaskGridShapeSchema, e.MaskLineShapeSchema, e.MaskPointSchema, e.MaskPolygonShapeSchema, e.MaskPolygonVerticesSchema, e.MaskRectShapeSchema, e.MaskShapeKindSchema, e.MaskShapeSchema, e.MediaFileInfoSchema, e.MediaFileSchema, e.MediaPlayerRepeatSchema, e.MediaPlayerStateSchema, e.MediaPlayerStatusSchema, e.MeshPeerSchema, e.MeshStatusSchema, e.MethodAccessSchema, e.ModelCatalogEntrySchema, e.ModelConvertInputSchema, e.ModelConvertMetadataSchema, e.ModelDistributeInputSchema, e.ModelDistributeResultSchema, e.ModelExtraFileSchema, e.ModelFormatEntrySchema, e.ModelFormatsSchema, e.ModelSubstitutionSchema, e.ModelVariantGroupSchema, 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.MutationFilterSchema, e.NATIVE_LEASE_ACTIVITY_FIELD, e.NATIVE_LEASE_ACTIVITY_KEY, e.NATIVE_LEASE_ADMISSION_FIELD, e.NATIVE_LEASE_ADMISSION_KEY, e.NATIVE_LEASE_BUDGET_FIELD, e.NATIVE_LEASE_BUDGET_KEY, e.NATIVE_LEASE_SECTION_ID, e.NATIVE_LEASE_TTL_FIELD, e.NATIVE_LEASE_TTL_KEY, e.NC_BASE_CONDITION_KEYS, e.NC_CONDITION_CATALOG, e.NC_HISTORY_LIMIT_DEFAULT, e.NC_HISTORY_LIMIT_MAX, e.NC_MAX_PER_TRACK_IMMEDIATE, e.NC_SNOOZE_MAX_MINUTES, e.NC_TAXONOMY, e.NativeCropBboxSchema, e.NativeCropRefSchema, e.NativeCropResultSchema, e.NativeDetectionSchema, e.NativeLeaseAdmissionSchema, e.NativeLeaseSettingsSchema, e.NativeObjectClassEnum, e.NativeObjectDetectionRuntimeStateSchema, e.NativeObjectDetectionStatusSchema, e.NcAlarmConfigSchema, e.NcAlarmModeCoverageSchema, e.NcAlarmSettingsPatchSchema, e.NcAlarmSettingsSchema, e.NcConditionDescriptorSchema, e.NcConditionsSchema, e.NcCrossingSchema, e.NcDeliverySchema, e.NcDeviceStateConditionSchema, e.NcHistoryEntrySchema, e.NcHistoryFilterSchema, e.NcHistoryRecordKindSchema, e.NcHistoryStatusSchema, e.NcHistorySubjectSchema, e.NcMediaFrameSchema, e.NcMediaPolicySchema, e.NcOccupancyConditionSchema, e.NcPlateMatcherSchema, e.NcRuleActionSchema, e.NcRuleActionSequenceSchema, e.NcRuleActionsSchema, e.NcRuleInputSchema, e.NcRuleNotificationButtonSchema, e.NcRulePatchSchema, e.NcRuleSchema, e.NcRuleTargetSchema, e.NcScheduleSchema, e.NcScheduleWindowSchema, e.NcSnoozeInputSchema, e.NcSnoozeSchema, e.NcSnoozeScopeSchema, e.NcSnoozeSuppressedSchema, e.NcTaxonomyEntrySchema, e.NcTaxonomySchema, e.NcTestResultSchema, e.NcThrottleGranularitySchema, e.NcThrottleSchema, e.NcZoneConditionSchema, e.NetworkAccessStatusSchema, e.NetworkAddressSchema, e.NetworkEndpointSchema, e.NotificationActionIconSchema, e.NotificationActionSchema, e.NotificationFormatSchema, e.NotificationSchema, e.NotifierStatusSchema, e.NumericSensorStatusSchema, e.OPS_LOG_DEFAULT_LIMIT, e.OPS_LOG_RING_DEFAULT_MAX, e.OauthIntegrationDescriptorSchema, e.ObjectEventSchema, e.OpsLogDomainSchema, e.OpsLogEntrySchema, e.OpsLogOpSchema, e.OpsLogQueryInputSchema, e.OpsLogReasonSchema, e.OrchestratorMetricsSchema, e.OsdOverlayKindEnum, e.OsdOverlayPatchSchema, e.OsdOverlaySchema, e.OsdPositionEnum, e.OsdRenderOutcomeEnum, e.OsdRenderResultSchema, e.OsdSlotBindingSchema, e.OsdSlotViewSchema, e.OsdSourceOptionSchema, e.OsdSourceSchema, e.OsdSourceValueTypeEnum, e.OsdStatusSchema, e.PET_FEEDER_MANUAL_FEED_MAX, e.PET_FEEDER_MANUAL_FEED_MIN, e.PIPELINE_FLOW_CAPABILITY_NAMES, e.PIPELINE_OWNER_CAPABILITY_NAMES, e.PRIVACY_MASK_CAP_NAME, e.PROVIDER_KIND_CAP_NAMES, e.PYTHON_SCRIPT, e.PackageUpdateSchema, e.PackageVersionInfoSchema, e.PasskeyLoginMethodSchema, e.PasskeySummarySchema, e.PcmSampleFormatSchema, e.PerScopeBreakdownSchema, e.PetFeederStatusSchema, e.PickStreamPreferencesSchema, e.PickStreamRequirementsSchema, e.PickedCamStreamSchema, e.PipelineAssignmentSchema, e.PipelineDefaultStepSchema, e.PipelineEngineChoiceSchema, e.PipelineRunResultBridge, e.PipelineStepInputSchema, e.PipelineValidationIssueSchema, e.PipelineValidationResultSchema, 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.PtzOptionsSchema, e.PtzPositionSchema, e.PtzPresetSchema, e.PtzStatusSchema, e.QueryFilterSchema, e.RATE_CONTROL_RELAXED, e.RATE_CONTROL_TIGHT, e.REACHABILITY_FAILURES_TO_OFFLINE, e.REACHABILITY_POLL_INTERVAL_MS, e.REACHABILITY_PROBE_TIMEOUT_MS, e.RECOGNITION_TYPES, e.RESERVED_BINDING_NAMES, e.RUNTIME_DEFAULTS, e.RUNTIME_TO_FORMAT, e.RawStateResultSchema, e.ReadGopBytesResultSchema, e.ReadSegmentBytesResultSchema, e.ReadinessRegistry, e.ReadinessTimeoutError, e.RecentTracksPageSchema, e.RecentTracksQueryInput, e.RecordingAvailabilitySchema, e.RecordingBandModeSchema, e.RecordingBandSchema, e.RecordingBandTriggersSchema, e.RecordingConfigSchema, e.RecordingDaysSchema, e.RecordingDeviceUsageSchema, e.RecordingLocationUsageSchema, e.RecordingManifestSchema, e.RecordingRangeSchema, e.RecordingRetentionSchema, e.RecordingStatusSchema, e.RecordingStorageModeSchema, e.RecordingStorageUsageSchema, e.RecordingTriggersSchema, e.RecordingWeekdaySchema, e.RedirectLoginMethodSchema, e.RelocateFootageInputSchema, e.RelocateJobSchema, e.RelocateJobStateSchema, e.RelocateMediaInputSchema, e.RenderedAsSchema, e.ReportMotionInputSchema, e.RetrainAnnotationDraftSchema, e.RetrainAnnotationKindSchema, e.RetrainAnnotationSchema, e.RetrainAnnotationSourceSchema, e.RetrainAssistResultSchema, e.RetrainAssistSubjectSchema, e.RetrainCopyRefusalSchema, e.RetrainFrameCandidateSchema, e.RetrainFrameListSchema, e.RetrainFrameSchema, e.RetrainFrameSelectionSchema, e.RetrainMacroClassSchema, e.RetrainStatusSchema, e.RetrainTrackSchema, e.RetrainTransitionResultSchema, e.RingBuffer, e.RtpSourceSchema, e.RtspRestreamEntrySchema, e.RunnerCameraConfigSchema, e.RunnerCameraDeviceUIFields, e.RunnerFrameSourceSchema, e.RunnerInferenceDeviceSchema, e.RunnerLocalLoadSchema, e.RunnerLocalMetricsSchema, e.SCOPE_PRESETS, e.SCRUB_THUMBNAIL_PRESETS, e.SCRUB_THUMBNAIL_PRESET_LABELS, e.SCRUB_THUMBNAIL_PRESET_ORDER, e.SENSOR_FEATURES, e.SENSOR_MAP, e.SOURCE_INFO_METADATA_KEY, e.STREAM_PROFILE_META, e.STREAM_QUALITY_LABELS, e.SUB_DETECTION_TYPES, e.SYSTEM_CAP_NAMES, e.SceneCheckSchema, e.SceneConditionSchema, e.SceneMonitorSchema, e.SceneMonitorStateSchema, e.SceneMonitorStatusSchema, e.SceneReferenceSchema, e.ScopedTokenSchema, e.ScopedTokenSummarySchema, e.ScoredObjectEventSchema, e.ScriptRunnerStatusSchema, e.ScrubThumbnailPresetSchema, e.SearchResultSchema, e.SendEmailInputSchema, e.SendEmailResultSchema, e.SendResultSchema, e.SensorEventSchema, e.ServerBootModeSchema, e.ServerPackageStatusSchema, e.ServerRollbackInfoSchema, e.ServerUpdateActionResultSchema, e.ServerUpdateCheckResultSchema, e.ServerUpdateStateSchema, 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.StationaryObjectSchema, 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.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.TAXONOMY_COLORS, e.TIMEZONES, e.TRANSCODE_DOWN_MAX_BITRATE_KBPS, e.TRANSCODE_DOWN_MAX_HEIGHT, e.TamperStatusSchema, e.TankStatusSchema, e.TargetKindCapsSchema, e.TargetKindLevelSchema, e.TargetKindSchema, e.TargetSchema, e.TemperatureSensorStatusSchema, e.TerminalProfileInfoSchema, e.TerminalSessionInfoSchema, e.TestConnectionResultSchema, e.TestResultSchema, e.TimelapseRuleInputSchema, e.TimelapseRulePatchSchema, e.TimelapseRuleSchema, e.TimelapseTemplateSchema, e.ToastSchema, e.TokenScopeSchema, e.TopologyNodeSchema, e.TopologyProcessSchema, e.TopologyServiceSchema, e.TrackCascadeCountsSchema, e.TrackEnvelopeSchema, e.TrackFlagsPatchSchema, e.TrackFlagsSchema, e.TrackProjectionSchema, e.TrackSchema, e.TrackSourceSchema, e.TrackStateSchema, e.TrackZoneFilterSchema, e.TrackedDetectionSchema, e.TrainingExportDeviceTotalsSchema, e.TrainingExportSummarySchema, e.TurnServerSchema, e.UNIT_TABLE, e.UnifiedBrokerInfoSchema, e.UnitConversionError, e.UpdateIntegrationInputSchema, e.UpdateStatusSchema, e.UpdateUserInputSchema, e.UserRecordSchema, e.UserSummarySchema, e.VacuumControlStatusSchema, e.VacuumStateSchema, e.ValveStateSchema, e.ValveStatusSchema, e.VectorDeclareIndexInputSchema, e.VectorDeleteByFilterInputSchema, e.VectorDeleteInputSchema, e.VectorDeleteResultSchema, e.VectorFilterSchema, e.VectorGetInputSchema, e.VectorGetResultSchema, e.VectorItemSchema, e.VectorMatchSchema, e.VectorMetadataSchema, e.VectorMetricSchema, e.VectorQueryInputSchema, e.VectorQueryResultSchema, e.VectorStatsInputSchema, e.VectorStatsResultSchema, e.VectorUpsertInputSchema, e.VectorUpsertResultSchema, e.VibrationStatusSchema, e.VideoEncodeSchema, e.WEBRTC_EGRESS_PROFILE, e.WELL_KNOWN_TABS, e.WELL_KNOWN_TAB_MAP, e.WaterHeaterStatusSchema, e.WeatherStatusSchema, e.WebrtcStreamChoiceSchema, e.WebrtcStreamTargetSchema, e.WhiteBalanceModeSchema, e.WidgetHostEnum, e.WidgetLoginMethodSchema, e.WidgetMetadataSchema, e.WidgetRemoteSchema, e.WidgetSizeEnum, e.YAMNET_TO_MACRO, e.ZoneCrossingDirectionSchema, e.ZoneCrossingSchema, 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.airQualitySensorCapability, e.alarmPanelCapability, e.alertsCapability, e.ambientLightSensorCapability, e.asBoolean, e.asJsonArray, e.asJsonObject, e.asNumber, e.asString, e.audioAnalysisCapability, e.audioAnalyzerCapability, e.audioCodecCapability, e.audioMetricsCapability, e.audioPlanFromEncodeProfile, e.authProviderCapability, e.autoAssignProfiles, e.automationControlCapability, e.backupCapability, e.bareAddonId, e.batteryCapability, e.bestLocationMatch, e.binaryCapability, e.bindAddonActions, e.brightnessCapability, e.brokerCapability, e.buildAddonRouteProvider, e.buildAudioArgs, e.buildEventKindDescriptor, e.buildFfmpegArgs, e.buildInputArgs, e.buildModelVariantGroups, e.buildNcTaxonomy, e.buildStreamParamsConfigSchema, e.buildVideoArgs, e.buttonCapability, e.cameraCredentialsCapability, e.cameraPipelineConfigCapability, e.cameraStreamsCapability, e.canConvertUnit, e.canonicalEgressPlan, e.carbonMonoxideCapability, e.cellsToRects, e.classifyStream, e.classifyStreams, e.climateControlCapability, e.collectHydratedFieldEntries, e.collectHydratedFieldValues, e.colorCapability, e.colorForKind, e.compileExpression, e.compileExpressionSafe, e.connectivityCapability, e.consumablesCapability, e.contactCapability, e.controlCapability, e.convertUnit, e.coreBlockAddonId, e.coreBlockIdFromAddonId, e.coreBlocksCapability, e.cosineSimilarity, e.coverCapability, e.createDeviceProxy, e.createDurableState, e.createEvent, e.createExpressionScope, e.createHwAccelCache, e.createLazyTrpcSource, e.createMirrorSource, e.createRuntimeStateBridge, e.createSliceHandle, e.createSystemProxy, e.customAction, e.customModelRegistryCapability, e.dataStoreProviderCapability, e.dayNightCapability, e.declarationOwnerNodeId, e.decodeVectorBase64, e.decoderCapability, e.defaultDeviceFor, e.defineCustomActions, e.deriveCameraSwitches, e.deriveDetailCropRect, e.deriveRecordingMode, e.describeModelVariant, e.detectionPipelineCapability, e.deviceAdoptionCapability, e.deviceBackendToFormat, e.deviceCustomAction, e.deviceDiscoveryCapability, e.deviceExportCapability, e.deviceManagerCapability, e.deviceMatchesProfile, e.deviceOpsCapability, e.deviceProviderCapability, e.deviceStateCapability, e.deviceStatusCapability, e.doorbellCapability, e.egressTranscodeSharingKey, e.egressTransportFromRequest, e.embeddingEncoderCapability, e.emitDownForOwnedCaps, e.emitReadiness, e.encodeProfileFromStreamShape, e.encodeVectorBase64, e.enumSensorCapability, e.enumerateInferenceDevices, e.enumerateItemArrayFields, e.enumerateSchemaFields, e.errMsg, e.evaluateAst, e.evaluateExpressionSource, e.evaluateZoneRules, e.event, e.eventEmitterCapability, e.eventsCapability, e.expandCapMethods, e.extractNestedAddonId, e.extractSourceInfoFromMetadata, e.faceGalleryCapability, e.fanControlCapability, e.featureProbeCapability, e.filesystemBrowseCapability, e.findTimezone, e.floodCapability, e.formatForBackend, e.formatForRuntime, e.gasCapability, e.getAudioMacroClassIds, e.getByPath, e.getCapsByProviderKind, e.getTaxonomyEntry, e.hasMotionTrigger, e.hfModelUrl, e.htmlToText, e.humidifierCapability, e.humiditySensorCapability, e.hydrateSchema, e.imageCapability, e.imageSettingsCapability, e.integrationsCapability, e.intercomCapability, e.invocationFromEncodeProfile, e.isAgentOnlyPlacement, e.isArrayOutputSchema, e.isBaseConditionKey, e.isCollectionArrayMethod, e.isDeployableToAgent, e.isDeviceConfigCap, e.isDeviceScopedCap, e.isEvent, e.isNode, e.isObjectInput, e.isSameAddonId, e.isScheduleActive, e.isSoftwareDecode, e.isVoidInput, e.jobKindSchema, e.kebabToCamel, e.knownValues, e.lawnMowerControlCapability, e.lifecycleJobSchema, e.lifecycleJobScopeSchema, e.lifecycleJobStateSchema, e.lifecycleTaskSchema, e.llmCapability, e.llmRuntimeCapability, e.localNetworkCapability, e.locationSimilarity, e.lockControlCapability, e.logBannerArgs, e.logDestinationCapability, e.logLevelAtMost, e.loginMethodCapability, e.looseSchema, e.makeProfileBrokerId, a = e.makeSourceBrokerId, e.mapAudioLabelToMacro, e.markdownToHtmlLite, e.markdownToText, e.maskUrlCredentials, e.mediaPlayerCapability, e.mergeSourceInfo, e.meshNetworkCapability, e.method, e.metricsProviderCapability, e.modelConvertCapability, e.modelDistributorCapability, 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.notificationRulesCapability, e.notifierCapability, e.numericSensorCapability, e.oauthIntegrationCapability, e.objectInputDeclaresAddonId, e.osdCapability, e.osdManagerCapability, e.parseCameraStreamConfig, e.parseExpression, e.parseJsonArray, e.parseJsonObject, e.parseJsonUnknown, e.parseProfileBrokerId, e.parseStreamParamsFormPatch, e.petFeederCapability, e.pickAccessoryControl, e.pickDetailCropConvention, e.pickNativeLeaseOverride, e.pickPreferredRtspEntry, e.pickVideoEncoder, e.pickerForCondition, e.pipelineAnalyticsCapability, e.pipelineExecutorCapability, e.pipelineOrchestratorCapability, e.pipelineRunnerCapability, e.plateGalleryCapability, e.platformProbeCapability, e.powerMeterCapability, e.prepareNotification, e.presenceCapability, e.pressureSensorCapability, e.privacyMaskCapability, e.procedureAuthKey, e.ptzAutotrackCapability, e.ptzCapability, e.pythonScriptForBackend, e.readDetailCropConvention, e.readDeviceStateFrom, e.readNativeLeaseOverride, e.readNodePin, e.readinessKey, e.rebootCapability, e.recordingCapability, e.recordingExportCapability, e.rectsToCells, e.requiresPython, e.resolveAddonExecution, e.resolveAddonGroup, e.resolveAddonPlacement, e.resolveAddonRuntime, e.resolveCapMount, e.resolveDetectionRuntime, e.resolveDeviceControlKind, e.resolveDeviceProfile, e.resolveEgressDecodeHwAccel, e.resolveFormat, e.resolveHydratedFieldValue, e.resolveModelFormat, e.resolveMutate, e.resolveRunnerId, e.resolveScrubThumbnailGeometry, e.resolveVariantModelId, e.runInferenceStep, e.runtimeDevices, e.sceneMonitorCapability, e.scopeKey, e.scoreRuntimes, e.scriptRunnerCapability, e.selectAssignedProfileSlots, e.serverManagementCapability, e.setByPath, e.settingsStoreCapability, e.sleep, e.sleepCancellable, e.smokeCapability, e.smtpProviderCapability, e.snapshotCapability, e.ssoBridgeCapability, e.startReachabilityPoll, e.stateVocabularyFor, e.storageCapability, e.storageEvictableCapability, e.storageProviderCapability, e.streamBrokerCapability, e.streamCatalogCapability, e.streamParamsCapability, e.streamPixels, e.streamQualityLabel, e.subKindsOf, e.summarisePrivacyAudio, e.supportedRuntimes, e.switchCapability, e.switchedOffIds, e.synthesizeSourceInfo, e.systemCapability, e.tamperCapability, e.taskLogEntrySchema, e.taskPhaseSchema, e.taskTargetSchema, e.temperatureSensorCapability, e.terminalSessionCapability, e.textToHtml, e.toDeviceSummary, e.toExpressionValue, e.toNodeId, e.toStreamSourceEntry, e.toastCapability, e.tokenize, e.transcodeBody, e.tryConvertUnit, e.turnProviderCapability, e.unitDimension, e.unitsForDimension, e.updateCapability, e.userManagementCapability, e.userPasskeysCapability, e.vacuumControlCapability, e.validateExpressionSource, e.valveCapability, e.vectorDimFromBase64, e.vectorStoreCapability, e.vibrationCapability, e.videoclipsCapability, e.viewerUiCapability, e.waterHeaterCapability, e.weatherCapability, 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 };
|
|
@@ -3,7 +3,7 @@ Object.defineProperties(exports, {
|
|
|
3
3
|
[Symbol.toStringTag]: { value: "Module" }
|
|
4
4
|
});
|
|
5
5
|
const require_chunk = require("../chunk-emK7D4bc.js");
|
|
6
|
-
const require_dist = require("../dist-
|
|
6
|
+
const require_dist = require("../dist-Ci2-N-XC.js");
|
|
7
7
|
const require_remote_restream = require("../remote-restream-CO36Sr30.js");
|
|
8
8
|
const require_addon_utils = require("../addon-utils-DveoBR6G.js");
|
|
9
9
|
let node_crypto = require("node:crypto");
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { $ as errMsg, At as EventCategory, Dt as record, E as createHwAccelCache, Et as object, N as egressTranscodeSharingKey, Ot as string, P as egressTransportFromRequest, Q as webrtcSessionCapability, S as addonWidgetsSourceCapability, St as discriminatedUnion, T as cameraStreamsCapability, Tt as number, X as streamBrokerCapability, _ as RATE_CONTROL_RELAXED, at as BaseAddon, b as RingBuffer, bt as array, ct as DeviceType, d as EncodeProfileSchema, dt as isEvent, et as AUDIO_PRESETS, ft as makeProfileBrokerId, gt as parseProfileBrokerId, it as isSoftwareDecode, kt as union, lt as createEvent, mt as nodePin, nt as buildFfmpegArgs$1, ot as CAM_PROFILE_ORDER, pt as makeSourceBrokerId, q as resolveEgressDecodeHwAccel, rt as invocationFromEncodeProfile, st as DeviceFeature, tt as Fmp4BoxSplitter, v as RATE_CONTROL_TIGHT, wt as literal, xt as boolean, yt as _enum, z as maskUrlCredentials } from "../dist-
|
|
2
|
+
import { $ as errMsg, At as EventCategory, Dt as record, E as createHwAccelCache, Et as object, N as egressTranscodeSharingKey, Ot as string, P as egressTransportFromRequest, Q as webrtcSessionCapability, S as addonWidgetsSourceCapability, St as discriminatedUnion, T as cameraStreamsCapability, Tt as number, X as streamBrokerCapability, _ as RATE_CONTROL_RELAXED, at as BaseAddon, b as RingBuffer, bt as array, ct as DeviceType, d as EncodeProfileSchema, dt as isEvent, et as AUDIO_PRESETS, ft as makeProfileBrokerId, gt as parseProfileBrokerId, it as isSoftwareDecode, kt as union, lt as createEvent, mt as nodePin, nt as buildFfmpegArgs$1, ot as CAM_PROFILE_ORDER, pt as makeSourceBrokerId, q as resolveEgressDecodeHwAccel, rt as invocationFromEncodeProfile, st as DeviceFeature, tt as Fmp4BoxSplitter, v as RATE_CONTROL_TIGHT, wt as literal, xt as boolean, yt as _enum, z as maskUrlCredentials } from "../dist-hRt5QB5i.mjs";
|
|
3
3
|
import { n as profileForStreamId } from "../remote-restream-BeHi78PZ.mjs";
|
|
4
4
|
import { n as createFileDataPlaneHandler } from "../addon-utils-QuxtOdK1.mjs";
|
|
5
5
|
import { createRequire } from "node:module";
|
|
@@ -30,7 +30,7 @@ async function d(e) {
|
|
|
30
30
|
}
|
|
31
31
|
}
|
|
32
32
|
async function f() {
|
|
33
|
-
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-
|
|
33
|
+
return l ||= d(() => import("./_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DwYxOvHx.mjs")).catch((e) => {
|
|
34
34
|
throw l = void 0, e;
|
|
35
35
|
}), l;
|
|
36
36
|
}
|