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

    Type Alias OcleaCam

    OcleaCam: Camera & {
        brightness?: number;
        contrast?: number;
        cpuTemp?: number;
        dptz?: OcleaDptz;
        exposure?: ExposureSettings;
        model: OcleaCam;
        saturation?: number;
        turbidityFilter?: TurbidityFilter;
        whiteBalance?: WhiteBalanceSettings;
    }

    📷 4k UHD Camera

    Type declaration

    • Optionalbrightness?: number

      💡 Camera Brightness

      Settings for adjusting the brightness of the camera.

      {
      "brightness": 50
      }

      0

      100

    • Optionalcontrast?: number

      Camera Contrast

      Settings for adjusting the contrast of the camera.

      {
      "contrast": 50
      }

      0

      100

    • Optional ReadonlycpuTemp?: number

      CPU Temperature

      The current temperature of the CPU in degrees Celsius.

      {
      "cpuTemp": 70
      }
    • Optionaldptz?: OcleaDptz

      Digital pan/tilt/zoom control

    • Optionalexposure?: ExposureSettings

      Auto/Manual exposure mode Handles camera exposure settings

    • model: OcleaCam
    • Optionalsaturation?: number

      🎨 Camera Saturation

      Settings for adjusting the saturation of the camera.

      {
      "saturation": 50
      }

      0

      100

    • OptionalturbidityFilter?: TurbidityFilter

      Turbidity filter settings for supported oclea versions

    • OptionalwhiteBalance?: WhiteBalanceSettings

      White Balance

      Settings for adjusting the white balance of the camera.