DJI Mobile SDK Documentation

      class DUXCameraConfigWidget

      @interface DUXCameraConfigWidget : DUXWidget
      Header:DUXCameraConfigWidget.h
      Inherits From:DUXWidget
      Display:

      Base class for all widgets used in the FPV camera state widgets. These are the widgets usually visible over the FPV that give a quick view to the current exposure settings, white balance and storage of the camera.

      Usage:

      Preferred Aspect Ratio: 45:22

      Class Members:
      property
      property labelString
      @property (strong, nonatomic) NSString *labelString
      Header:DUXCameraConfigWidget.h
      Description:

      The NSString value of the label or title of the camera setting (e.g. "ISO")

      property
      property valueString
      @property (strong, nonatomic) NSString *valueString
      Header:DUXCameraConfigWidget.h
      Description:

      The NSString of the camera setting value (e.g. "100" for ISO).

      property attributeIsActive
      @property BOOL attributeIsActive
      Header:DUXCameraConfigWidget.h
      Description:

      This bool defines whether or not the value is to be highlighted. For example, for exposure state widgets, it is used to highlight which exposure setting is prioritized. In shutter priority mode, the shutter speed would be highlighted.