onvif
    Preparing search index...

    Interface RadiometryGlobalParameterOptions

    Describes valid ranges for the different radiometry parameters required for accurate temperature calculation.

    interface RadiometryGlobalParameterOptions {
        atmosphericTemperature?: FloatRange;
        atmosphericTransmittance?: FloatRange;
        distanceToObject: FloatRange;
        emissivity: FloatRange;
        extOpticsTemperature?: FloatRange;
        extOpticsTransmittance?: FloatRange;
        reflectedAmbientTemperature: FloatRange;
        relativeHumidity?: FloatRange;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    atmosphericTemperature?: FloatRange

    Valid range of temperature values, in Kelvin.

    atmosphericTransmittance?: FloatRange

    Valid range of atmospheric transmittance values.

    distanceToObject: FloatRange

    Valid range of distance between camera and object for a valid temperature reading, in meters.

    emissivity: FloatRange

    Valid range of emissivity values for the objects to measure.

    extOpticsTemperature?: FloatRange

    Valid range of temperature values, in Kelvin.

    extOpticsTransmittance?: FloatRange

    Valid range of external optics transmittance.

    reflectedAmbientTemperature: FloatRange

    Valid range of temperature values, in Kelvin.

    relativeHumidity?: FloatRange

    Valid range of relative humidity values, in percentage.