@camstack/addon-pipeline 1.2.78 → 1.2.80
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/{addon-utils-C-XbUkiG.js → addon-utils-C4Cge0S0.js} +1 -1
- package/dist/audio-analyzer/index.js +2 -2
- package/dist/audio-analyzer/index.mjs +1 -1
- package/dist/detection-pipeline/index.js +4 -4
- package/dist/detection-pipeline/index.mjs +2 -2
- package/dist/{dist-CsP_DikG.mjs → dist-Bf1SE1Ew.mjs} +184 -5
- package/dist/{dist-BdVCXl5n.js → dist-ZSiUDGzf.js} +184 -5
- package/dist/{event-loop-stall-monitor-C3cvE_Xk.mjs → event-loop-stall-monitor-CjWfos2b.mjs} +1 -1
- package/dist/{event-loop-stall-monitor-BOu8lGee.js → event-loop-stall-monitor-VcDGoua3.js} +1 -1
- package/dist/{lazy-sharp-1LkmyWqV.js → lazy-sharp-CC4WNiKY.js} +1 -1
- package/dist/motion-wasm/index.js +2 -2
- package/dist/motion-wasm/index.mjs +1 -1
- package/dist/pipeline-runner/index.js +4 -4
- package/dist/pipeline-runner/index.mjs +3 -3
- package/dist/recorder/index.js +62 -5
- package/dist/recorder/index.mjs +61 -4
- package/dist/session-decode/decode-worker-child.js +2 -2
- package/dist/session-decode/decode-worker-child.mjs +1 -1
- package/dist/stream-broker/_stub.js +2 -2
- package/dist/stream-broker/{_virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-DUi-lR4R.mjs → _virtual_mf-localSharedImportMap___mfe_internal__addon_stream_broker_widgets-B1oVjQLS.mjs} +2 -2
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_types__loadShare__.js-BjDv7QMq.mjs +26 -0
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-DEps-9qh.mjs +26 -0
- package/dist/stream-broker/{hostInit-DEtsjgBO.mjs → hostInit-D_m-NYyr.mjs} +2 -2
- package/dist/stream-broker/index.js +252 -30
- package/dist/stream-broker/index.mjs +252 -30
- package/dist/stream-broker/remoteEntry.js +1 -1
- package/dist/{worker-protocol-B4fPjmXk.js → worker-protocol-KDfFzKgT.js} +1 -1
- package/dist/{worker-protocol-BRwzX3f_.mjs → worker-protocol-p66oO1xL.mjs} +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-1QMyGZMB.mjs +0 -26
- package/dist/stream-broker/_virtual_mf___mfe_internal__addon_stream_broker_widgets__loadShare___mf_0_camstack_mf_1_ui_mf_2_library__loadShare__.js-Dg08SxUW.mjs +0 -26
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { r as __toESM, t as __commonJSMin } from "../chunk-DnnnRqeS.mjs";
|
|
2
|
-
import { At as string, Ct as boolean, D as cameraStreamsCapability, Dt as number, Et as literal, F as egressTranscodeSharingKey, I as egressTransportFromRequest, Mt as EventCategory, O as createHwAccelCache, Ot as object, Q as streamBrokerCapability, S as RingBuffer, St as array, V as maskUrlCredentials, Y as resolveEgressDecodeHwAccel, at as invocationFromEncodeProfile, ct as CAM_PROFILE_ORDER, dt as createEvent, et as webrtcSessionCapability, f as EncodeProfileSchema, gt as nodePin, ht as makeSourceBrokerId, it as buildFfmpegArgs$1, jt as union, kt as record, lt as DeviceFeature, mt as makeProfileBrokerId, nt as AUDIO_PRESETS, ot as isSoftwareDecode, pt as isEvent, rt as Fmp4BoxSplitter, st as BaseAddon, tt as errMsg, ut as DeviceType, v as RATE_CONTROL_RELAXED, vt as parseProfileBrokerId, w as addonWidgetsSourceCapability, wt as discriminatedUnion, xt as _enum, y as RATE_CONTROL_TIGHT } from "../dist-
|
|
2
|
+
import { At as string, Ct as boolean, D as cameraStreamsCapability, Dt as number, Et as literal, F as egressTranscodeSharingKey, I as egressTransportFromRequest, Mt as EventCategory, O as createHwAccelCache, Ot as object, Q as streamBrokerCapability, S as RingBuffer, St as array, V as maskUrlCredentials, Y as resolveEgressDecodeHwAccel, at as invocationFromEncodeProfile, ct as CAM_PROFILE_ORDER, dt as createEvent, et as webrtcSessionCapability, f as EncodeProfileSchema, gt as nodePin, ht as makeSourceBrokerId, it as buildFfmpegArgs$1, jt as union, kt as record, lt as DeviceFeature, mt as makeProfileBrokerId, nt as AUDIO_PRESETS, ot as isSoftwareDecode, pt as isEvent, rt as Fmp4BoxSplitter, st as BaseAddon, tt as errMsg, ut as DeviceType, v as RATE_CONTROL_RELAXED, vt as parseProfileBrokerId, w as addonWidgetsSourceCapability, wt as discriminatedUnion, xt as _enum, y as RATE_CONTROL_TIGHT } from "../dist-Bf1SE1Ew.mjs";
|
|
3
3
|
import { n as profileForStreamId, r as parseRestreamPath } from "../remote-restream-Ci7RXNGb.mjs";
|
|
4
4
|
import { createRequire } from "node:module";
|
|
5
5
|
import * as crypto$1 from "node:crypto";
|
|
@@ -22534,7 +22534,8 @@ var MonotonicClock = class {
|
|
|
22534
22534
|
this.rate = rate;
|
|
22535
22535
|
}
|
|
22536
22536
|
};
|
|
22537
|
-
var SCRUB_FRAGMENT_CACHE_MAX_BYTES =
|
|
22537
|
+
var SCRUB_FRAGMENT_CACHE_MAX_BYTES = 24 * 1024 * 1024;
|
|
22538
|
+
var SCRUB_FRAGMENT_CACHE_OTHER_MAX_BYTES = 2 * 1024 * 1024;
|
|
22538
22539
|
/** Demuxed bytes an entry holds — what the byte bound actually counts. */
|
|
22539
22540
|
function fragmentBytes(frag) {
|
|
22540
22541
|
let total = 0;
|
|
@@ -22543,10 +22544,21 @@ function fragmentBytes(frag) {
|
|
|
22543
22544
|
}
|
|
22544
22545
|
var ScrubFragmentCache = class {
|
|
22545
22546
|
maxBytes;
|
|
22547
|
+
otherMaxBytes;
|
|
22546
22548
|
map = /* @__PURE__ */ new Map();
|
|
22547
|
-
|
|
22548
|
-
|
|
22549
|
+
/**
|
|
22550
|
+
* Bytes held PER PROFILE. Budgets are per profile and so is eviction: a
|
|
22551
|
+
* `high` entry must never be able to evict the `low` segments the drag is
|
|
22552
|
+
* running on, and the reverse would be just as wrong.
|
|
22553
|
+
*/
|
|
22554
|
+
bytesByProfile = /* @__PURE__ */ new Map();
|
|
22555
|
+
constructor(maxBytes = SCRUB_FRAGMENT_CACHE_MAX_BYTES, otherMaxBytes = SCRUB_FRAGMENT_CACHE_OTHER_MAX_BYTES) {
|
|
22549
22556
|
this.maxBytes = maxBytes;
|
|
22557
|
+
this.otherMaxBytes = otherMaxBytes;
|
|
22558
|
+
}
|
|
22559
|
+
/** The byte budget for a profile — the scrub profile gets the real one. */
|
|
22560
|
+
budgetFor(profile) {
|
|
22561
|
+
return profile === "low" ? this.maxBytes : this.otherMaxBytes;
|
|
22550
22562
|
}
|
|
22551
22563
|
key(profile, startMs) {
|
|
22552
22564
|
return `${profile}|${startMs}`;
|
|
@@ -22577,25 +22589,44 @@ var ScrubFragmentCache = class {
|
|
|
22577
22589
|
}
|
|
22578
22590
|
return null;
|
|
22579
22591
|
}
|
|
22580
|
-
/** Insert (or refresh) a fragment, evicting
|
|
22592
|
+
/** Insert (or refresh) a fragment, evicting that PROFILE's oldest past its bound. */
|
|
22581
22593
|
put(profile, frag) {
|
|
22582
22594
|
const k = this.key(profile, frag.startMs);
|
|
22583
22595
|
const held = this.map.get(k);
|
|
22584
|
-
|
|
22596
|
+
let bytes = this.bytesByProfile.get(profile) ?? 0;
|
|
22597
|
+
if (held) bytes -= fragmentBytes(held);
|
|
22585
22598
|
this.map.delete(k);
|
|
22586
22599
|
this.map.set(k, frag);
|
|
22587
|
-
|
|
22588
|
-
|
|
22589
|
-
|
|
22600
|
+
bytes += fragmentBytes(frag);
|
|
22601
|
+
this.bytesByProfile.set(profile, bytes);
|
|
22602
|
+
const budget = this.budgetFor(profile);
|
|
22603
|
+
const prefix = `${profile}|`;
|
|
22604
|
+
while ((this.bytesByProfile.get(profile) ?? 0) > budget && this.entriesFor(profile) > 4) {
|
|
22605
|
+
const oldest = this.oldestKeyWithPrefix(prefix);
|
|
22590
22606
|
if (oldest === void 0) break;
|
|
22591
22607
|
const evicted = this.map.get(oldest);
|
|
22592
22608
|
this.map.delete(oldest);
|
|
22593
|
-
if (evicted) this.
|
|
22609
|
+
if (evicted) this.bytesByProfile.set(profile, (this.bytesByProfile.get(profile) ?? 0) - fragmentBytes(evicted));
|
|
22594
22610
|
}
|
|
22595
22611
|
}
|
|
22596
|
-
|
|
22612
|
+
oldestKeyWithPrefix(prefix) {
|
|
22613
|
+
for (const k of this.map.keys()) if (k.startsWith(prefix)) return k;
|
|
22614
|
+
}
|
|
22615
|
+
entriesFor(profile) {
|
|
22616
|
+
const prefix = `${profile}|`;
|
|
22617
|
+
let n = 0;
|
|
22618
|
+
for (const k of this.map.keys()) if (k.startsWith(prefix)) n += 1;
|
|
22619
|
+
return n;
|
|
22620
|
+
}
|
|
22621
|
+
/** Demuxed bytes currently held across every profile. */
|
|
22597
22622
|
get byteSize() {
|
|
22598
|
-
|
|
22623
|
+
let total = 0;
|
|
22624
|
+
for (const bytes of this.bytesByProfile.values()) total += bytes;
|
|
22625
|
+
return total;
|
|
22626
|
+
}
|
|
22627
|
+
/** Demuxed bytes held for one profile — the number its MB bound governs. */
|
|
22628
|
+
byteSizeFor(profile) {
|
|
22629
|
+
return this.bytesByProfile.get(profile) ?? 0;
|
|
22599
22630
|
}
|
|
22600
22631
|
get size() {
|
|
22601
22632
|
return this.map.size;
|
|
@@ -22665,6 +22696,7 @@ var ScrubDragStats = class {
|
|
|
22665
22696
|
prefetchReads = 0;
|
|
22666
22697
|
prefetchBytes = 0;
|
|
22667
22698
|
prefetchHits = 0;
|
|
22699
|
+
prefetchSuppressed = 0;
|
|
22668
22700
|
ackTimeouts = 0;
|
|
22669
22701
|
failures = 0;
|
|
22670
22702
|
firstPushMs = null;
|
|
@@ -22717,6 +22749,10 @@ var ScrubDragStats = class {
|
|
|
22717
22749
|
this.prefetchReads += 1;
|
|
22718
22750
|
this.prefetchBytes += bytes;
|
|
22719
22751
|
}
|
|
22752
|
+
/** Speculation declined: the disk is already the constraint. */
|
|
22753
|
+
recordPrefetchSuppressed() {
|
|
22754
|
+
this.prefetchSuppressed += 1;
|
|
22755
|
+
}
|
|
22720
22756
|
/** A tick served by a fragment speculation had already landed. */
|
|
22721
22757
|
recordPrefetchHit() {
|
|
22722
22758
|
this.prefetchHits += 1;
|
|
@@ -22777,6 +22813,7 @@ var ScrubDragStats = class {
|
|
|
22777
22813
|
prefetchReads: this.prefetchReads,
|
|
22778
22814
|
prefetchBytes: this.prefetchBytes,
|
|
22779
22815
|
prefetchHits: this.prefetchHits,
|
|
22816
|
+
prefetchSuppressed: this.prefetchSuppressed,
|
|
22780
22817
|
ackTimeouts: this.ackTimeouts,
|
|
22781
22818
|
failures: this.failures,
|
|
22782
22819
|
creditEndedAt: this.creditEndedAt,
|
|
@@ -22890,6 +22927,55 @@ var SCRUB_PREFETCH_DIR_THRESHOLD = 2;
|
|
|
22890
22927
|
*/
|
|
22891
22928
|
var SCRUB_PREFETCH_MAX_INFLIGHT = 2;
|
|
22892
22929
|
/**
|
|
22930
|
+
* The profile whose scrub read unit is the WHOLE SEGMENT.
|
|
22931
|
+
*
|
|
22932
|
+
* Every drag is pinned to `low` by the client, and a `low` segment is ~230 KB
|
|
22933
|
+
* for 10 s of timeline. Reading it whole is ONE sequential read; the GOP
|
|
22934
|
+
* byte-range it replaces was three random seeks (a 2 KB tail probe for the
|
|
22935
|
+
* `mfra` index, the `ftyp`+`moov` head, then the fragment) for ~135 KB of those
|
|
22936
|
+
* ~230 KB — and it bought nothing reusable, because the next tick inside the
|
|
22937
|
+
* same segment paid all three again. On a spindle that is also absorbing every
|
|
22938
|
+
* camera's writes, seeks are the cost and bytes are nearly free.
|
|
22939
|
+
*
|
|
22940
|
+
* The win is not the single read, it is what the read leaves behind: ten
|
|
22941
|
+
* seconds of demuxed access units. A drag inside one segment then costs zero
|
|
22942
|
+
* I/O and zero demux — which is the regime the operator spends most of a
|
|
22943
|
+
* careful gesture in.
|
|
22944
|
+
*/
|
|
22945
|
+
var SCRUB_WHOLE_SEGMENT_PROFILE = "low";
|
|
22946
|
+
/**
|
|
22947
|
+
* Safety ceiling on the whole-segment read. `low` is ~230 KB per 10 s, so this
|
|
22948
|
+
* is ~6× headroom for a camera whose substream is unusually fat — but a
|
|
22949
|
+
* segment past it (a mis-pinned `high` at ~5 MB) falls back to the GOP range,
|
|
22950
|
+
* because reading 5 MB to push one keyframe is the trade this change exists to
|
|
22951
|
+
* avoid, in the other direction.
|
|
22952
|
+
*/
|
|
22953
|
+
var SCRUB_WHOLE_SEGMENT_MAX_BYTES = 15e5;
|
|
22954
|
+
/**
|
|
22955
|
+
* How far the entry warm-up reaches, backward and forward from the playhead the
|
|
22956
|
+
* drag starts on.
|
|
22957
|
+
*
|
|
22958
|
+
* Asymmetric because the gesture is: a drag that begins at the live edge — or
|
|
22959
|
+
* at a notification's moment — is looking for what ALREADY happened. 90 s back
|
|
22960
|
+
* against 30 s forward is 12 segments ≈ 2.8 MB at `low`, read sequentially in
|
|
22961
|
+
* the background while the operator is still deciding where to drag.
|
|
22962
|
+
*/
|
|
22963
|
+
var SCRUB_WARM_BACK_MS = 9e4;
|
|
22964
|
+
var SCRUB_WARM_FWD_MS = 3e4;
|
|
22965
|
+
/** Hard bound on warm reads, whatever the spans above resolve to. */
|
|
22966
|
+
var SCRUB_WARM_MAX_SEGMENTS = 14;
|
|
22967
|
+
/**
|
|
22968
|
+
* Median recent read time at or above which the feeder STOPS speculating.
|
|
22969
|
+
*
|
|
22970
|
+
* Speculation is a bet that spare I/O exists. When reads are this slow there is
|
|
22971
|
+
* no spare I/O — the array is saturated — and a prefetch is not free work, it
|
|
22972
|
+
* is another random seek queued ahead of the read the operator is waiting on.
|
|
22973
|
+
* The field regime that forced this: 54 prefetch reads for 9 hits with the disk
|
|
22974
|
+
* at 98% busy. Suppression is counted (`prefetchSuppressed`) so the decision is
|
|
22975
|
+
* visible, and it lifts by itself as soon as reads come back.
|
|
22976
|
+
*/
|
|
22977
|
+
var SCRUB_SLOW_READ_MS = 600;
|
|
22978
|
+
/**
|
|
22893
22979
|
* Max forward TARGET delta (ms of timeline, between consecutive drag targets)
|
|
22894
22980
|
* that SWEEPS predicted frames instead of jumping. A steady forward drag is
|
|
22895
22981
|
* playback with a moving target: once a keyframe decoded, the predicted frames
|
|
@@ -23127,6 +23213,10 @@ var RecordedFeeder = class {
|
|
|
23127
23213
|
* that is the bottleneck and the census would look calm.
|
|
23128
23214
|
*/
|
|
23129
23215
|
scrubPrefetched = /* @__PURE__ */ new Set();
|
|
23216
|
+
/** Recent read durations — the evidence speculation is suspended on. */
|
|
23217
|
+
scrubReadMsWindow = [];
|
|
23218
|
+
/** Warm-up runs once per drag, from the playhead the finger went down on. */
|
|
23219
|
+
scrubWarmStarted = false;
|
|
23130
23220
|
constructor(deps) {
|
|
23131
23221
|
this.deps = deps;
|
|
23132
23222
|
this.audioClock = new MonotonicClock(deps.audioClockRateHz ?? 8e3);
|
|
@@ -23434,6 +23524,88 @@ var RecordedFeeder = class {
|
|
|
23434
23524
|
this.scrubTimer = null;
|
|
23435
23525
|
}
|
|
23436
23526
|
this.stopPositionReports();
|
|
23527
|
+
this.scrubWarmStarted = false;
|
|
23528
|
+
this.scrubReadMsWindow = [];
|
|
23529
|
+
if (this.cursorMs > 0 && this.deps.profile === SCRUB_WHOLE_SEGMENT_PROFILE) this.startScrubWarm(this.cursorMs, this.scrubToken);
|
|
23530
|
+
}
|
|
23531
|
+
/**
|
|
23532
|
+
* Warm the window the drag is about to move through: {@link SCRUB_WARM_BACK_MS}
|
|
23533
|
+
* back and {@link SCRUB_WARM_FWD_MS} forward from the entry playhead, one
|
|
23534
|
+
* segment at a time, backward first.
|
|
23535
|
+
*
|
|
23536
|
+
* Once per drag, always in the background, and never on the tick's path — a
|
|
23537
|
+
* tick that arrives against a cold cache pays its own read exactly as before.
|
|
23538
|
+
* It walks segment to segment through `locate` rather than assuming a segment
|
|
23539
|
+
* length, so a recorder configured with a different `segmentSeconds` warms the
|
|
23540
|
+
* same SPAN rather than the same count.
|
|
23541
|
+
*/
|
|
23542
|
+
startScrubWarm(centreMs, gen) {
|
|
23543
|
+
if (this.scrubWarmStarted) return;
|
|
23544
|
+
this.scrubWarmStarted = true;
|
|
23545
|
+
this.warmScrubWindow(centreMs, gen);
|
|
23546
|
+
}
|
|
23547
|
+
async warmScrubWindow(centreMs, gen) {
|
|
23548
|
+
const spent = await this.warmScrubDirection(centreMs, -1, SCRUB_WARM_BACK_MS, 0, gen);
|
|
23549
|
+
await this.warmScrubDirection(centreMs, 1, SCRUB_WARM_FWD_MS, spent, gen);
|
|
23550
|
+
}
|
|
23551
|
+
/**
|
|
23552
|
+
* Walk `dir` from `fromMs` until `spanMs` of timeline is warm (or the shared
|
|
23553
|
+
* bound is hit), reading each segment that is not already cached. Returns the
|
|
23554
|
+
* running total of segments read, so the two directions share one budget.
|
|
23555
|
+
*/
|
|
23556
|
+
async warmScrubDirection(fromMs, dir, spanMs, spent, gen) {
|
|
23557
|
+
let read = spent;
|
|
23558
|
+
let probeMs = fromMs;
|
|
23559
|
+
for (let i = 0; i < SCRUB_WARM_MAX_SEGMENTS; i++) {
|
|
23560
|
+
if (this.disposed || !this.scrubbing || gen !== this.scrubToken) return read;
|
|
23561
|
+
if (read >= SCRUB_WARM_MAX_SEGMENTS) return read;
|
|
23562
|
+
if (Math.abs(probeMs - fromMs) > spanMs) return read;
|
|
23563
|
+
if (this.scrubReadsAreSlow()) {
|
|
23564
|
+
this.scrubStats?.recordPrefetchSuppressed();
|
|
23565
|
+
return read;
|
|
23566
|
+
}
|
|
23567
|
+
const seg = await this.warmOneScrubSegment(probeMs, gen);
|
|
23568
|
+
if (seg === null) return read;
|
|
23569
|
+
if (seg.fetched) read += 1;
|
|
23570
|
+
probeMs = dir === -1 ? seg.startMs - 1 : seg.startMs + seg.durMs + 1;
|
|
23571
|
+
if (probeMs < 0) return read;
|
|
23572
|
+
}
|
|
23573
|
+
return read;
|
|
23574
|
+
}
|
|
23575
|
+
/**
|
|
23576
|
+
* One warm step: locate the segment covering `probeMs` and, unless it is
|
|
23577
|
+
* already cached, read and demux it into the cache. Returns the segment's span
|
|
23578
|
+
* so the walk can step to its neighbour, or null when the walk must stop (a
|
|
23579
|
+
* gap, a failure, or teardown).
|
|
23580
|
+
*/
|
|
23581
|
+
async warmOneScrubSegment(probeMs, gen) {
|
|
23582
|
+
try {
|
|
23583
|
+
const warm = this.scrubCache.covering(this.deps.profile, probeMs);
|
|
23584
|
+
if (warm) return {
|
|
23585
|
+
startMs: warm.startMs,
|
|
23586
|
+
durMs: warm.durMs,
|
|
23587
|
+
fetched: false
|
|
23588
|
+
};
|
|
23589
|
+
const loc = await this.withTimeout(this.deps.locate({
|
|
23590
|
+
deviceId: this.deps.deviceId,
|
|
23591
|
+
profile: this.deps.profile,
|
|
23592
|
+
epochMs: probeMs
|
|
23593
|
+
}));
|
|
23594
|
+
if (this.disposed || !this.scrubbing || gen !== this.scrubToken) return null;
|
|
23595
|
+
if (loc.kind !== "segment") return null;
|
|
23596
|
+
const load = await this.loadScrubFragment(loc, probeMs);
|
|
23597
|
+
if (load !== null) this.scrubStats?.recordPrefetchRead(load.readBytes);
|
|
23598
|
+
if (this.disposed || !this.scrubbing || gen !== this.scrubToken || load === null) return null;
|
|
23599
|
+
this.scrubCache.put(this.deps.profile, load.seg);
|
|
23600
|
+
this.scrubPrefetched.add(load.seg.startMs);
|
|
23601
|
+
return {
|
|
23602
|
+
startMs: load.seg.startMs,
|
|
23603
|
+
durMs: load.seg.durMs,
|
|
23604
|
+
fetched: true
|
|
23605
|
+
};
|
|
23606
|
+
} catch {
|
|
23607
|
+
return null;
|
|
23608
|
+
}
|
|
23437
23609
|
}
|
|
23438
23610
|
/**
|
|
23439
23611
|
* EXPERIMENTAL feeder-scrub: register a drag target. Records the newest target
|
|
@@ -23697,7 +23869,7 @@ var RecordedFeeder = class {
|
|
|
23697
23869
|
firstIdx = this.pickScrubIndex(seg, effTarget, true);
|
|
23698
23870
|
const kf = seg.aus[firstIdx];
|
|
23699
23871
|
aus = kf === void 0 ? [] : [kf];
|
|
23700
|
-
if (prevTarget !== null && kf !== void 0) jumpTravel = this.collectWarmTravelStills(prevTarget, effTarget, seg.startMs);
|
|
23872
|
+
if (prevTarget !== null && kf !== void 0) jumpTravel = this.collectWarmTravelStills(prevTarget, effTarget, seg.startMs, firstIdx);
|
|
23701
23873
|
}
|
|
23702
23874
|
const lastAu = aus[aus.length - 1];
|
|
23703
23875
|
if (lastAu === void 0) {
|
|
@@ -23803,15 +23975,19 @@ var RecordedFeeder = class {
|
|
|
23803
23975
|
return idx;
|
|
23804
23976
|
}
|
|
23805
23977
|
/**
|
|
23806
|
-
* Load the scrub
|
|
23807
|
-
*
|
|
23808
|
-
*
|
|
23809
|
-
*
|
|
23978
|
+
* Load the scrub unit covering `effTarget`.
|
|
23979
|
+
*
|
|
23980
|
+
* For the scrub profile that unit is the WHOLE SEGMENT — one sequential read
|
|
23981
|
+
* of ~230 KB that leaves ten seconds of demuxed access units behind, so every
|
|
23982
|
+
* later tick landing in it costs nothing at all. Everything else keeps the
|
|
23983
|
+
* GOP byte-range (D31): a `high` segment is ~5 MB and reading it to push one
|
|
23984
|
+
* keyframe would be this same trade made backwards.
|
|
23985
|
+
*
|
|
23810
23986
|
* Null when superseded mid-flight. Video-only: scrub never plays audio.
|
|
23811
23987
|
*/
|
|
23812
23988
|
async loadScrubFragment(loc, effTarget) {
|
|
23813
23989
|
const readGop = this.deps.readGop;
|
|
23814
|
-
if (readGop) {
|
|
23990
|
+
if (readGop && !this.readsWholeSegment(loc)) {
|
|
23815
23991
|
const token = this.seekToken;
|
|
23816
23992
|
const readStartMs = performance.now();
|
|
23817
23993
|
const gop = await this.withTimeout(readGop({
|
|
@@ -23825,6 +24001,7 @@ var RecordedFeeder = class {
|
|
|
23825
24001
|
if (this.disposed || token !== this.seekToken) return null;
|
|
23826
24002
|
const aus = await this.withTimeout(this.deps.demux(gop.bytes));
|
|
23827
24003
|
if (this.disposed || token !== this.seekToken) return null;
|
|
24004
|
+
this.noteScrubReadMs(readEndMs - readStartMs);
|
|
23828
24005
|
return {
|
|
23829
24006
|
seg: {
|
|
23830
24007
|
startMs: gop.gopStartMs,
|
|
@@ -23837,22 +24014,60 @@ var RecordedFeeder = class {
|
|
|
23837
24014
|
wholeSegmentRead: false
|
|
23838
24015
|
};
|
|
23839
24016
|
}
|
|
23840
|
-
const
|
|
23841
|
-
const
|
|
23842
|
-
|
|
24017
|
+
const token = this.seekToken;
|
|
24018
|
+
const readStartMs = performance.now();
|
|
24019
|
+
const bytes = await this.withTimeout(this.deps.readBytes({
|
|
24020
|
+
deviceId: this.deps.deviceId,
|
|
24021
|
+
profile: this.deps.profile,
|
|
24022
|
+
startMs: loc.startMs
|
|
24023
|
+
}));
|
|
24024
|
+
const readEndMs = performance.now();
|
|
24025
|
+
if (this.disposed || token !== this.seekToken) return null;
|
|
24026
|
+
const aus = await this.withTimeout(this.deps.demux(bytes));
|
|
24027
|
+
if (this.disposed || token !== this.seekToken) return null;
|
|
24028
|
+
this.noteScrubReadMs(readEndMs - readStartMs);
|
|
23843
24029
|
return {
|
|
23844
24030
|
seg: {
|
|
23845
24031
|
startMs: loc.startMs,
|
|
23846
24032
|
durMs: loc.durMs,
|
|
23847
|
-
aus
|
|
24033
|
+
aus
|
|
23848
24034
|
},
|
|
23849
|
-
readMs:
|
|
23850
|
-
readBytes:
|
|
23851
|
-
demuxMs:
|
|
24035
|
+
readMs: readEndMs - readStartMs,
|
|
24036
|
+
readBytes: bytes.length,
|
|
24037
|
+
demuxMs: performance.now() - readEndMs,
|
|
23852
24038
|
wholeSegmentRead: true
|
|
23853
24039
|
};
|
|
23854
24040
|
}
|
|
23855
24041
|
/**
|
|
24042
|
+
* Whether this located segment is read WHOLE. The scrub profile is, up to a
|
|
24043
|
+
* safety ceiling on the byte size — see {@link SCRUB_WHOLE_SEGMENT_PROFILE}.
|
|
24044
|
+
* A `locate` that does not report a size is trusted for the scrub profile,
|
|
24045
|
+
* where the shape is known and small.
|
|
24046
|
+
*/
|
|
24047
|
+
readsWholeSegment(loc) {
|
|
24048
|
+
if (this.deps.profile !== SCRUB_WHOLE_SEGMENT_PROFILE) return false;
|
|
24049
|
+
return loc.bytes === void 0 || loc.bytes <= SCRUB_WHOLE_SEGMENT_MAX_BYTES;
|
|
24050
|
+
}
|
|
24051
|
+
/**
|
|
24052
|
+
* Fold one read into the recent-read window that governs speculation. The
|
|
24053
|
+
* window is short on purpose: suppression must track what the disk is doing
|
|
24054
|
+
* NOW, and lift as soon as it recovers.
|
|
24055
|
+
*/
|
|
24056
|
+
noteScrubReadMs(readMs) {
|
|
24057
|
+
this.scrubReadMsWindow = [...this.scrubReadMsWindow, readMs].slice(-5);
|
|
24058
|
+
}
|
|
24059
|
+
/**
|
|
24060
|
+
* Is the disk the problem right now? Median of the recent reads against
|
|
24061
|
+
* {@link SCRUB_SLOW_READ_MS}. Median and not mean because one slow read is
|
|
24062
|
+
* noise and the decision must not swing on it; and never before a few
|
|
24063
|
+
* samples, or a cold first read would suppress the whole drag.
|
|
24064
|
+
*/
|
|
24065
|
+
scrubReadsAreSlow() {
|
|
24066
|
+
if (this.scrubReadMsWindow.length < 3) return false;
|
|
24067
|
+
const sorted = this.scrubReadMsWindow.toSorted((a, b) => a - b);
|
|
24068
|
+
return (sorted[Math.floor(sorted.length / 2)] ?? 0) >= (this.deps.slowReadMs ?? SCRUB_SLOW_READ_MS);
|
|
24069
|
+
}
|
|
24070
|
+
/**
|
|
23856
24071
|
* A single slow `locate` gets its own line, throttled per drag. Reserved for
|
|
23857
24072
|
* the pathological case on purpose: D68 moved this RPC off the warm path, so
|
|
23858
24073
|
* a slow one still landing there is the finding — and if it is NOT rare, the
|
|
@@ -23984,18 +24199,21 @@ var RecordedFeeder = class {
|
|
|
23984
24199
|
* deduped by fragment, excluding the fragments that cover the endpoints
|
|
23985
24200
|
* (one is on screen, the other is the jump's own push).
|
|
23986
24201
|
*/
|
|
23987
|
-
collectWarmTravelStills(fromMs, toMs, excludeFragStartMs) {
|
|
24202
|
+
collectWarmTravelStills(fromMs, toMs, excludeFragStartMs, excludeKfIdx) {
|
|
23988
24203
|
const stills = [];
|
|
23989
|
-
const seen = new Set(
|
|
24204
|
+
const seen = /* @__PURE__ */ new Set();
|
|
23990
24205
|
const samples = SCRUB_JUMP_TRAVEL_MAX_STILLS;
|
|
23991
24206
|
for (let i = 1; i <= samples; i++) {
|
|
23992
24207
|
const tMs = Math.round(fromMs + (toMs - fromMs) * i / 4);
|
|
23993
24208
|
const seg = this.scrubCache.covering(this.deps.profile, tMs);
|
|
23994
|
-
if (!seg ||
|
|
24209
|
+
if (!seg || fragmentCovers(seg, fromMs)) continue;
|
|
23995
24210
|
const kfIdx = this.pickScrubIndex(seg, tMs, true);
|
|
23996
24211
|
const au = seg.aus[kfIdx];
|
|
23997
24212
|
if (au === void 0 || !au.keyframe) continue;
|
|
23998
|
-
|
|
24213
|
+
if (seg.startMs === excludeFragStartMs && kfIdx === excludeKfIdx) continue;
|
|
24214
|
+
const key = `${seg.startMs}|${kfIdx}`;
|
|
24215
|
+
if (seen.has(key)) continue;
|
|
24216
|
+
seen.add(key);
|
|
23999
24217
|
stills.push({
|
|
24000
24218
|
seg,
|
|
24001
24219
|
au,
|
|
@@ -24025,6 +24243,10 @@ var RecordedFeeder = class {
|
|
|
24025
24243
|
}
|
|
24026
24244
|
this.scrubDirRun = Math.sign(this.scrubDirRun) === dir ? this.scrubDirRun + dir : dir;
|
|
24027
24245
|
if (Math.abs(this.scrubDirRun) < SCRUB_PREFETCH_DIR_THRESHOLD) return;
|
|
24246
|
+
if (this.scrubReadsAreSlow()) {
|
|
24247
|
+
this.scrubStats?.recordPrefetchSuppressed();
|
|
24248
|
+
return;
|
|
24249
|
+
}
|
|
24028
24250
|
const aheadMs = Math.max(Math.abs(stepMs), seg.durMs + 1);
|
|
24029
24251
|
const horizons = Math.abs(stepMs) > seg.durMs ? SCRUB_PREFETCH_MAX_INFLIGHT : 1;
|
|
24030
24252
|
for (let horizon = 1; horizon <= horizons; horizon++) {
|
|
@@ -24063,8 +24285,8 @@ var RecordedFeeder = class {
|
|
|
24063
24285
|
if (this.disposed || !this.scrubbing || gen !== this.scrubToken) return;
|
|
24064
24286
|
if (loc.kind !== "segment") return;
|
|
24065
24287
|
const load = await this.loadScrubFragment(loc, probeMs);
|
|
24288
|
+
if (load !== null) this.scrubStats?.recordPrefetchRead(load.readBytes);
|
|
24066
24289
|
if (this.disposed || !this.scrubbing || gen !== this.scrubToken || load === null) return;
|
|
24067
|
-
this.scrubStats?.recordPrefetchRead(load.readBytes);
|
|
24068
24290
|
this.scrubCache.put(this.deps.profile, load.seg);
|
|
24069
24291
|
this.scrubPrefetched.add(load.seg.startMs);
|
|
24070
24292
|
} catch {} finally {
|
|
@@ -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-B1oVjQLS.mjs")).catch((e) => {
|
|
34
34
|
throw l = void 0, e;
|
|
35
35
|
}), l;
|
|
36
36
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as NativeLeaseSettingsSchema, h as NativeLeaseAdmissionSchema, l as DEFAULT_NATIVE_LEASE_SETTINGS } from "./dist-
|
|
1
|
+
import { g as NativeLeaseSettingsSchema, h as NativeLeaseAdmissionSchema, l as DEFAULT_NATIVE_LEASE_SETTINGS } from "./dist-Bf1SE1Ew.mjs";
|
|
2
2
|
//#region src/session-decode/native-lease-config.ts
|
|
3
3
|
/**
|
|
4
4
|
* Resolution of the native-frame hold / tile knobs for one decode worker.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@camstack/addon-pipeline",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.80",
|
|
4
4
|
"description": "Pipeline bundle — runner, detection, motion, audio + stream broker. Multi-entry npm package shipping pipeline addons under a single bundle.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"camstack",
|
|
@@ -1,26 +0,0 @@
|
|
|
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.ACCESS_ROLES, 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.AdoptionCandidateResultSchema, e.AdoptionFilterSchema, e.AdoptionGetCandidateInputSchema, e.AdoptionJobSchema, e.AdoptionJobStateSchema, e.AdoptionListCandidatesInputSchema, e.AdoptionListCandidatesOutputSchema, e.AdoptionOutcomeSchema, 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.AutomationActionSchema, e.AutomationConditionOperatorSchema, e.AutomationConditionSchema, e.AutomationControlStatusSchema, e.AutomationRecipeSchema, e.AutomationTriggerSchema, 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.CONNECTION_TEST_TIMEOUT_MS, e.CORE_BLOCKS_ADDON_ID, 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.ConnectionTestDescriptorSchema, e.ConnectionTestInputSchema, e.ConnectionTestOutcomeSchema, 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_EVENTS_BAND_BUFFER_SEC, e.DEFAULT_EVENT_COLOR, e.DEFAULT_FEATURES, e.DEFAULT_NATIVE_LEASE_SETTINGS, e.DEFAULT_RETENTION, e.DEFAULT_RUNTIME_STATE_DURABILITY, e.DEFAULT_SCRUB_THUMBNAIL_PRESET, e.DEFAULT_TIMELAPSE_PREVIEW_TEXT, e.DETAIL_CROP_PADDING_FIELD, e.DETAIL_CROP_PADDING_KEY, e.DETAIL_CROP_SECTION_ID, e.DETAIL_CROP_SQUARE_KEY, e.DETECTION_MACRO_CLASSES, 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.DeviceSelectorSchema, 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.EXPORT_DENSE_MAX_RANGES, 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.ExportBytesSchema, e.ExportDenseRangeSchema, e.ExportDenseSchema, 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.LlmRetryPolicySchema, e.LlmRuntimeCompleteInputSchema, e.LlmRuntimeDiskUsageSchema, e.LlmRuntimeNodeSchema, e.LlmRuntimeStatusSchema, e.LlmTimeoutDefaults, 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_CONDITION_DEPTH, e.MAX_CONDITION_LEAVES, 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.METHOD_DEVICE_SELECTORS, 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_HOLD_FIELD, e.NATIVE_LEASE_HOLD_KEY, e.NATIVE_LEASE_SECTION_ID, e.NATIVE_LEASE_TILE_BUDGET_FIELD, e.NATIVE_LEASE_TILE_BUDGET_KEY, e.NC_ALARM_SYSTEM_EVENT_KINDS, e.NC_AUDIO_DBFS_FLOOR, e.NC_AUDIO_DB_MAX, e.NC_AUDIO_DB_MIN, e.NC_AUDIO_DB_OFFERED, e.NC_AUDIO_DB_STEP, e.NC_AUDIO_DEFAULTS, e.NC_AUDIO_HIT_PERCENT_MAX, e.NC_AUDIO_HIT_PERCENT_MIN, e.NC_AUDIO_SAMPLING_MAX_SEC, e.NC_AUDIO_SAMPLING_MIN_SEC, e.NC_AUTHORABLE_SYSTEM_EVENT_KINDS, e.NC_BASE_CONDITION_KEYS, e.NC_CONDITION_CATALOG, e.NC_CONFIRM_DEFAULT_MAX_IMAGE_PX, e.NC_CONFIRM_DEFAULT_TIMEOUT_MS, e.NC_CONFIRM_MAX_TIMEOUT_MS, e.NC_CONFIRM_MIN_TIMEOUT_MS, e.NC_DEFAULT_SNOOZE_MINUTES, 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.NcAlarmSkipReasonSchema, e.NcAlarmSkippedDeviceSchema, e.NcAudioConditionSchema, e.NcConditionDescriptorSchema, e.NcConditionsSchema, e.NcConfirmExpectSchema, e.NcConfirmSchema, 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.NcSceneConditionSchema, e.NcScheduleSchema, e.NcScheduleWindowSchema, e.NcSnoozeInputSchema, e.NcSnoozeSchema, e.NcSnoozeScopeSchema, e.NcSnoozeSuppressedSchema, e.NcSystemEventConditionSchema, e.NcSystemEventKindSchema, 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.RECORDING_EXPORT_MAX_READ_BYTES, e.RESERVED_BINDING_NAMES, e.RESTORED_CAP_NAMES, e.RUNTIME_DEFAULTS, e.RUNTIME_STATE_POLICY, 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.RecordingRebalanceInputSchema, e.RecordingRebalanceMoveSchema, e.RecordingRebalancePlanSchema, e.RecordingRebalanceSkipReasonSchema, e.RecordingRebalanceSkipSchema, e.RecordingRetentionSchema, e.RecordingStatusSchema, e.RecordingStorageModeSchema, e.RecordingStorageUsageSchema, e.RecordingTriggersSchema, e.RecordingWeekdaySchema, e.RedirectLoginMethodSchema, e.RelocateFootageClassSchema, 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.SCENE_CONDITIONS, e.SCENE_CONFIRM_DEFAULT_MAX_IMAGE_PX, e.SCENE_CONFIRM_DEFAULT_TIMEOUT_MS, e.SCENE_DEFAULT_ANCHOR_THRESHOLD, e.SCENE_DEFAULT_CHECK_INTERVAL_SEC, e.SCENE_DEFAULT_OBSERVATION_SPACING_SEC, e.SCENE_DEFAULT_QUIET_SECONDS, e.SCENE_DIVERGED, e.SCENE_RESET_RECAPTURES, 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.SYSTEM_SCOPE_DEVICE_METHODS, e.SceneCheckSchema, e.SceneConditionSchema, e.SceneConfirmSchema, e.SceneMonitorSchema, e.SceneMonitorStateSchema, e.SceneMonitorStatusSchema, e.SceneReferenceSchema, e.SceneUnavailableSchema, e.SceneVerdictSchema, 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.SetSiteLocationInputSchema, e.SettingsPatchSchema, e.SettingsRecordSchema, e.SettingsSchemaWithValuesSchema, e.SettingsUpdateResultSchema, e.ShmRingStatsSchema, e.SiteLocationSchema, e.SiteLocationSourceSchema, e.SiteLocationStatusSchema, 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.StorageMigrationClassSchema, e.StorageMigrationDestinationsSchema, e.StorageMigrationFootageMoveInputSchema, e.StorageMigrationInputSchema, e.StorageMigrationJobSchema, e.StorageMigrationLeaseInputSchema, e.StorageMigrationMediaMoveInputSchema, e.StorageMigrationMoveSchema, e.StorageMigrationParticipantSchema, e.StorageMigrationPhaseSchema, e.StorageMigrationPlanSchema, 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.TIMELAPSE_DENSE_FLOOR_SEC, 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.TerminalInstanceInfoSchema, e.TerminalLegacyCameraSchema, e.TerminalOutputBatchSchema, e.TerminalOutputEventSchema, e.TerminalProfileInfoSchema, e.TerminalSessionInfoSchema, e.TestConnectionResultSchema, e.TestConnectionStatusEnum, 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.assertTimelapseCadences, e.audioAnalysisCapability, e.audioAnalyzerCapability, e.audioCodecCapability, e.audioIsFailClosed, e.audioLabelChoices, e.audioMetricsCapability, e.audioModeOf, e.audioOrDefaults, 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.buildRoleScopes, e.buildStreamParamsConfigSchema, e.buildVideoArgs, e.buttonCapability, e.cameraCredentialsCapability, e.cameraPipelineConfigCapability, e.cameraStreamsCapability, e.canConvertUnit, e.canonicalEgressPlan, e.carbonMonoxideCapability, e.cellsToRects, e.classifyBearerPrincipal, e.classifyStream, e.classifyStreams, e.climateControlCapability, e.collectHydratedFieldEntries, e.collectHydratedFieldValues, e.colorCapability, e.colorForKind, e.compileExpression, e.compileExpressionSafe, e.composeSwitchedOff, e.conditionDepth, e.connectionTestCapability, e.connectivityCapability, e.consumablesCapability, e.contactCapability, e.controlCapability, e.convertUnit, e.coreBlockAddonId, e.coreBlockIdFromAddonId, e.coreBlocksCapability, e.cosineSimilarity, e.countConditionLeaves, 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.detectAccessRole, e.detectionPipelineCapability, e.deviceAdoptionCapability, e.deviceBackendToFormat, e.deviceCustomAction, e.deviceDiscoveryCapability, e.deviceExportCapability, e.deviceManagerCapability, e.deviceMatchesProfile, e.deviceOpsCapability, e.deviceProviderCapability, e.deviceSelectorMatches, 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.generateAutomationBlock, 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.isAudioLabelSelected, e.isBaseConditionKey, e.isCollectionArrayMethod, e.isDeployableToAgent, e.isDetectionMacroClass, e.isDeviceConfigCap, e.isDeviceScopedCap, e.isEvent, e.isIsolatedBuiltin, e.isNode, e.isObjectInput, e.isRestoredCap, 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.methodAccessForHttpMethod, 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.normalizeAudioLabel, e.normalizeTokenScopes, 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.patchAudio, 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.principalMayReachAddon, e.privacyMaskCapability, e.procedureAuthKey, e.ptzAutotrackCapability, e.ptzCapability, e.pythonScriptForBackend, e.readDetailCropConvention, e.readDeviceStateFrom, e.readNativeLeaseOverride, e.readNodePin, e.readTimelapseGeneratedAt, 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.resolveViewableDeviceIds, e.roleSpec, e.runInferenceStep, e.runtimeDevices, e.runtimeStatePolicyFor, e.sceneMonitorCapability, e.scopeInherits, e.scopeKey, e.scopesAllowAddon, e.scopesAllowDeviceCap, 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.storageMigrationCapability, e.storageProviderCapability, e.streamBrokerCapability, e.streamCatalogCapability, e.streamParamsCapability, e.streamPixels, e.streamQualityLabel, e.subKindsOf, e.summarisePrivacyAudio, e.summarizeEffectiveScope, 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.toggleAudioLabel, e.tokenize, e.transcodeBody, e.tryConvertUnit, e.turnProviderCapability, e.unitDimension, e.unitsForDimension, e.updateCapability, e.userManagementCapability, e.userPasskeysCapability, e.vacuumControlCapability, e.validateExpressionSource, e.validateRecipeBounds, 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 };
|