capacitor-plugin-scanbot-sdk
    Preparing search index...

    Type Alias CapturePhotoQualityPrioritization

    CapturePhotoQualityPrioritization: "SPEED" | "BALANCED" | "QUALITY"

    Determines the prioritization of still image quality and capturing speed.

    • SPEED: Captures a still image at the highest possible speed. The quality of the image may be degraded.
    • BALANCED: Balances capturing speed and image quality equally. This is the default value.
    • QUALITY: Captures a still image with the best possible quality in terms of noise, frozen motion and detail in low light. The speed of the capturing might be reduced.

    Type Declaration

    • "SPEED"

      Captures a still image at the highest possible speed. The quality of the image may be degraded.

    • "BALANCED"

      Balances capturing speed and image quality equally. This is the default value.

    • "QUALITY"

      Captures a still image with the best possible quality in terms of noise, frozen motion and detail in low light. The speed of the capturing might be reduced.