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

    Type Alias DTCam

    DTCam: {
        brightness?: number;
        contrast?: number;
        model: DTCam;
        saturation?: number;
        whiteBalance?: WhiteBalanceSettings;
    } & Camera

    📷 DT Cam

    Type declaration

    • Optionalbrightness?: number

      💡 Camera Brightness Handles setting the brightness of the camera.

      {
      "brightness": 50
      }

      0

      100

    • Optionalcontrast?: number

      Camera Contrast

      Either contrast or saturation, but not both.

      {
      "contrast": 50
      }

      0

      100

    • model: DTCam
    • Optionalsaturation?: number

      🎨 Camera Saturation Handles setting the saturation of the camera.

      {
      "saturation": 50
      }

      0

      100

    • OptionalwhiteBalance?: WhiteBalanceSettings

      White Balance Settings for adjusting the white balance of the camera.