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

    Type Alias ExposureSettings

    Exposure Settings

    type ExposureSettings = {
        auto?: boolean;
        autoExposureCompensation?: number;
        sensorGain?: number;
        shutterTime?: string;
    }
    Index

    Properties

    auto?: boolean

    Auto Exposure enabled
    Toggle to false to enable manual exposure mode.

    false
    
    autoExposureCompensation?: number

    Auto Exposure Compensation
    Compensation for auto-exposure, compared to default of 0. Negative is less exposed, positive is more exposed. Only operable in auto exposure mode.

    -2

    2

    0
    
    sensorGain?: number

    Sensor gain, in dB. Only operable in manual exposure mode.

    0

    64

    shutterTime?: string

    Shutter time, in seconds. Must be in fraction string i.e. "1/n". The range is between 1/30 to 1/6000. Only operable in manual exposure mode.
    *

    ^1/\d{1,4}$