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

    Type Alias Camera

    Camera: {
        cpuTemp?: number;
        model: typeof CAMERA_DEVICE_MODELS[number];
        osd?: Osd;
        streamMode?: StreamMode;
        streams?: Record<string, Stream>;
        type?: CameraType;
    } & Device

    📷 Camera

    Type declaration

    • Optional ReadonlycpuTemp?: number

      Camera cpu temperature in Celsius

    • model: typeof CAMERA_DEVICE_MODELS[number]

      The camera model

    • Optionalosd?: Osd

      On screen display (OSD). Used to modify osd settings

      Osd

    • OptionalstreamMode?: StreamMode

      Camera streaming mode information.

    • Optionalstreams?: Record<string, Stream>

      Holds a list of available streams from the camera. Keyed with the camera mac address + _steadId (e.g. 001122334455_0)

      Stream

    • Optionaltype?: CameraType

      Indicates which camera is connected to a given port (main/aux)