class DUXFPVView
@interface DUXFPVView : DUXContentView
|
Description:
Subclass of DUXContentView which shows the FPV video feed.
Class Members:
property alwaysShowDJICameraVideoFeed
@property (nonatomic, assign) BOOL alwaysShowDJICameraVideoFeed
|
Description:
Flag to enable/disable automatic configuration of the video feed.
property showCameraDisplayName
@property (nonatomic, assign) BOOL showCameraDisplayName
|
Description:
Flag to to show/hide the camera display name.
property showCameraSide
@property (nonatomic, assign) BOOL showCameraSide
|
Description:
Flag to show/hide the side (starboard / port) for the camera. Only works on aircrafts which support multiple cameras.
method startChecking
Description:
Method which tells the fpv to start checking for the availability of the video feed.
method stopChecking
Description:
Method which tells the fpv to stop checking for the availability of the video feed.