Documentation
    Preparing search index...

    Type of return value of getImageRgbAverages.

    interface ImageRgbAverages {
        blueAverage: number;
        duration: number;
        greenAverage: number;
        heightSubSampling: number;
        imageHeight: number;
        imageWidth: number;
        redAverage: number;
        timestamp: number;
        widthSubSampling: number;
    }
    Index

    Properties

    blueAverage: number

    Average amount of blue in the frame.

    duration: number

    Time im ms it took the frame processor to process the frame.

    greenAverage: number

    Average amount of green in the frame.

    heightSubSampling: number

    Sub-sampling factor applied on frame height.

    imageHeight: number

    Height of processed frame.

    imageWidth: number

    Width of processed frame.

    redAverage: number

    Average amount of red in the frame.

    timestamp: number

    Timestamp of when the frame processor started to work on the frame.

    widthSubSampling: number

    Sub-sampling factor applied on frame width.