onvif
    Preparing search index...

    Interface Configuration

    interface Configuration {
        colorPalette: ColorPalette;
        cooler?: Cooler;
        NUCTable?: NUCTable;
        polarity: Polarity;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    colorPalette: ColorPalette

    Current Color Palette in use by the Thermal Device.

    cooler?: Cooler

    Cooler settings of the Thermal Device.

    NUCTable?: NUCTable

    Current Non-Uniformity Correction (NUC) Table in use by the Thermal Device.

    polarity: Polarity

    Polarity configuration of the Thermal Device.