@interface DUXCameraConfigWidget : DUXWidget |
Header: | DUXCameraConfigWidget.h |
Inherits From: | DUXWidget |
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.
Preferred Aspect Ratio: 45:22
@property (strong, nonatomic) NSString *labelString |
Header: | DUXCameraConfigWidget.h |
The NSString value of the label or title of the camera setting (e.g. "ISO")
@property (strong, nonatomic) NSString *valueString |
Header: | DUXCameraConfigWidget.h |
The NSString of the camera setting value (e.g. "100" for ISO).
@property BOOL attributeIsActive |
Header: | DUXCameraConfigWidget.h |
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.