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

    Type Alias Osd

    OSD (On-screen Display)

    type Osd = {
        charLimit?: number;
        enabled?: boolean;
        value?: string;
    }
    Index

    Properties

    charLimit?: number

    Character limit

    The character limit for the OSD. If the 'value' has more characters than charLimit, it will be truncated when displayed in the camera OSD.

    enabled?: boolean

    Enabled

    Toggles the on-screen display of the harrier camera.

    value?: string

    Value

    The OSD string text to be displayed.