supervision-js
    Preparing search index...

    Interface WritableDetectionFrameSourceOptions

    interface WritableDetectionFrameSourceOptions {
        store: ColdDetectionFrameStore;
        datasetId: string;
        chunkDurationSeconds?: number;
        retention?: DetectionFrameRetentionOptions;
        live?: DetectionFrameLiveOptions;
    }
    Index
    datasetId: string
    chunkDurationSeconds?: number

    Live latest-frame semantics used by appendLiveFrame.