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

    Type Alias Stream

    Camera stream

    type Stream = {
        active: boolean;
        bitrate?: number;
        bitrateOptions?: number[];
        resolution?: Resolution;
    }
    Index

    Properties

    active: boolean

    Stream active

    This indicates which active stream the client should focus on displaying to the user.

    bitrate?: number

    Camera stream bitrate

    the bitrate of the RTSP stream the camera outputs in mbps.

    bitrateOptions?: number[]

    Available bitrate options

    a list of acceptable bitrate values in mbps.

    resolution?: Resolution

    Stream resolution