onvif
    Preparing search index...

    Interface RecordingEventFilter

    interface RecordingEventFilter {
        after?: string;
        before?: string;
        filter?: Filter[];
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    after?: string

    Optional timespan to record after the actual event condition becomes inactive.

    before?: string

    Optional timespan to record before the actual event condition became active.

    filter?: Filter[]