supervision-js
    Preparing search index...

    Interface CompositeDetectionFrameSourceEntry

    interface CompositeDetectionFrameSourceEntry {
        frames?: readonly DetectionFrame[];
        id: string;
        order?: number;
        requiredForPlayback?: boolean;
        source?: DetectionFrameSource;
        sync?: DetectionFrameSelectionOptions;
    }
    Index
    frames?: readonly DetectionFrame[]

    Static detection frames for this source.

    id: string

    Renderer-neutral source identity copied into composed detections.

    order?: number

    Lower order sources are composed first. Later detections render on top.

    requiredForPlayback?: boolean

    When false, playback gates skip this source's waitForRange hook.

    Caller-owned frame source for this source.

    Detection-frame selection options for this source.