Hilo3d API - v2.0.0-alpha.4
    Preparing search index...

    Interface AutoExposureDiagnostics

    On-demand values written by the latest submitted exposure reduction.

    interface AutoExposureDiagnostics {
        actualEV: number;
        averageLuminance: number;
        sampleCount: number;
        targetEV: number;
    }
    Index
    actualEV: number

    Adapted exposure in EV stops.

    averageLuminance: number

    Percentile-clipped geometric mean luminance.

    sampleCount: number

    Weighted histogram sample count.

    targetEV: number

    Histogram-derived target exposure in EV stops.