DJI Mobile SDK Documentation

      class DUXFPVView

      @interface DUXFPVView : DUXContentView
      Header:DUXFPVView.h
      Inherits From:DUXContentView
      Description:

      Subclass of DUXContentView which shows the FPV video feed.

      Class Members:
      property alwaysShowDJICameraVideoFeed
      @property (nonatomic, assign) BOOL alwaysShowDJICameraVideoFeed
      Header:DUXFPVView.h
      Description:

      Flag to enable/disable automatic configuration of the video feed.

      property showCameraDisplayName
      @property (nonatomic, assign) BOOL showCameraDisplayName
      Header:DUXFPVView.h
      Description:

      Flag to to show/hide the camera display name.

      property showCameraSide
      @property (nonatomic, assign) BOOL showCameraSide
      Header:DUXFPVView.h
      Description:

      Flag to show/hide the side (starboard / port) for the camera. Only works on aircrafts which support multiple cameras.

      method startChecking
      - (void)startChecking
      Header:DUXFPVView.h
      Description:

      Method which tells the fpv to start checking for the availability of the video feed.

      method stopChecking
      - (void)stopChecking
      Header:DUXFPVView.h
      Description:

      Method which tells the fpv to stop checking for the availability of the video feed.