Web Measurement Embedded App (WMEA) - v0.1.0-beta.7
    Preparing search index...
    interface Config {
        cameraAutoStart?: boolean;
        cameraFacingMode?: "user" | "environment";
        cancelWhenLowSNR?: boolean;
        checkConstraints?: boolean;
        measurementAutoStart?: boolean;
    }
    Index

    Properties

    cameraAutoStart?: boolean

    If true, camera starts automatically without user interaction

    cameraFacingMode?: "user" | "environment"

    Camera facing mode: 'user' for front camera, 'environment' for back camera

    cancelWhenLowSNR?: boolean

    If true, measurement will be canceled when low SNR is detected

    checkConstraints?: boolean

    Enables all distance, direction, and movement validations

    measurementAutoStart?: boolean

    If true, measurement begins automatically after camera starts