onvif
    Preparing search index...

    Interface NUCTable

    Type describing a NUC Table element.

    interface NUCTable {
        highTemperature?: number;
        lowTemperature?: number;
        name: string;
        token: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    highTemperature?: number

    High Temperature limit for application of NUC Table, in Kelvin.

    lowTemperature?: number

    Low Temperature limit for application of NUC Table, in Kelvin.

    name: string

    User reabable name for the Non-Uniformity Correction (NUC) Table.

    token: string

    Unique identifier of this NUC Table.