Deep Trekker BRIDGE API - v1.0.3
    Preparing search index...

    Type Alias TamronExposureSettings

    Settings for adjusting Tamron camera exposure.

    type TamronExposureSettings = {
        auto?: boolean;
        value?: number;
    }
    Index

    Properties

    Properties

    auto?: boolean

    Auto exposure enable, otherwise manual mode.

    {
    "auto": true
    }
    value?: number

    Exposure value Ignored if auto is enabled.

    {
    "value": 10
    }

    0

    15