Sets the percentage downlink video bandwidth dedicated to the video feed from one of the LB input ports. The remaining percentage is dedicated to the video feed from EXT input port. Setting 100% dedicates all the video bandwidth to LB.
Input Parameters:
float percent
Percentage downlink bandwidth for video feed from LB port.
Gets the percentage downlink video bandwidth dedicated to the video feed from one of the LB input ports. The remaining percentage is dedicated to the video feed from EXT input port.
Input Parameters:
float percent
Percentage downlink bandwidth for video feed from LB port.
NSError *_Nullable error
Error encountered during the request. If the request is successful, it will be nil.
Sets the percentage downlink video bandwidth dedicated to the main camera or main cameras (for M210 and M210 RTK). The remaining percentage is dedicated to the FPV camera. For M210 and M210 RTK, the bandwidth for main cameras can be further divided by calling setBandwidthAllocationForLeftCamera:withCompletion. It is only supported by Inspire 2 and M200 series.
Gets the percentage downlink video bandwidth dedicated to the main camera or main cameras (for M210 and M210 RTK). The remaining percentage is dedicated to the FPV camera. It is only supported by Inspire 2 and M200 series.
Input Parameters:
float percent
Percentage downlink bandwidth for main camera(s).
NSError *_Nullable error
Error encountered during the request. If the request is successful, it will be nil.
Sets the percentage of the main cameras' bandwidth dedicated to the left camera. The remaining percentage is dedicated to the right camera. The main cameras' bandwidth is determined by setBandwidthAllocationForMainCamera:withCompletion. This setting will influence the physical sources of video feeds (primaryVideoFeed and secondaryVideoFeed):
Enable secondary video output on Remote Controller. The remote controller outputs video to the Mobile Device by default. This will enable a secondary video stream to one of the Remote Controller's physical HDMI and SDI ports.
Sets the secondary video output Picture in Picture (PIP) display mode. The air link module can connect to both an FPV camera (through the HDMI and AV ports) and a camera mounted on the HD Gimbal (through the Gimbal port). The output video can then be a combination of the two video sources. Either a single video source can be displayed, or one can be displayed within the other (as a Picture in Picture, or PIP). If the mode is set incorrectly, then no output video will be displayed.
Gets the secondary video output Picture in Picture (PIP) display mode. The air link module can connect to both an FPV camera (through the HDMI and AV ports) and a camera mounted on the HD Gimbal (through the Gimbal port). The output video can then be a combination of the two video sources. Either a single video source can be displayed, or one can be displayed within the other (as a Picture in Picture, or PIP).
Enables and disables On Screen Display (OSD) overlay on the secondary video. OSD is flight data like altitude, attitude etc. and can be overlayed on the PIP video.
YES if Lightbridge 2 device supports dual encode mode. Dual encode mode allows the Lightbridge module to encode and transmit both it's AV and HDMI inputs simultaneously.
Sets Lightbridge 2 encode mode. It is only available when canEXTVideoInputPortBeDisabled returns YES. For Lightbridge 2 modules that don't support dual encode mode, the encode mode is always single.
Gets Lightbridge 2 encode mode. It is only available when canEXTVideoInputPortBeDisabled returns YES. For Lightbridge 2 modules that don't support dual encode mode, the encode mode is always single.
Gets the computational power and bandwidth balance between AV and HDMI inputs on the Lightbridge 2 module when dual encode mode is enabled. It is only available when canEXTVideoInputPortBeDisabled returns YES. When percent is 0.0, all resources are allocated for video data from AV port. When percent is 1.0, all resources are allocated for video data from HDMI port.
Sets the computational power and bandwidth balance between AV and HDMI inputs on the Lightbridge 2 module when dual encode mode is enabled. Balance is in percent [0.0, 1.0]. It is only available when canEXTVideoInputPortBeDisabled returns YES. When percent is 0.0, all resources are allocated for video data from AV port. When percent is 1.0, all resources are allocated for video data from HDMI port.
Input Parameters:
float percent
Percentage resources dedicated to HDMI encoding and transmission.
Gets the frequency bands supported by the product in the current area. It is only supported by Inspire 2 and Phantom 4 Pro. For the other products with LB air link, the frequency band is always 2.4 GHz.
Sets the LB air link frequency band. It is only supported by Inspire 2 and Phantom 4 Pro. For the other products
with LB air link, the frequency band is always 2.4 GHz.
Gets the LB air link frequency band. It is only supported by Inspire 2 and Phantom 4 Pro. For the other products with LB air link, the frequency band is always 2.4 GHz.
Enables the setting to output video to both the mobile device and the HDMI port on the remote controller simultaneously. When it is disabled and the remote controller is connected to a HDMI display, the mobile device will not receive the live view. It is only supported by Inspire 1 and M100.
Determines whether the setting to output video to both the mobile device and the HDMI port on the remote controller simultaneously is enabled or not. When it is disabled and the remote controller is connected to a HDMI display, the mobile device will not receive the live view. It is only supported by Inspire 1 and M100.
Defines the combination of video sources to form the secondary output video. The secondary output can display video streams from one or two input sources. When the encode mode is single: Source 1 represents video from one of the Source1Only input ports (HDMI or AV). Source 2 represents video from EXT input port (HD Gimbal Camera). When the encode mode is dual: Source 1 represents video from HDMI input port. Source 2 represents video from AV input port.
Displays video from Source 1 only. When the current encode mode is single, the secondary output will display video from HDMI or AV input. When the current encode mode is dual, the secondary output will display video from HDMI input.
Displays video from Source 2 only. When the current encode mode is single, the secondary output will display video from HD Gimbal camera. When the current encode mode is dual, the secondary output will display video from AV input.
The updated interference information. The elements in the array of 'DJILBAirLinkChannelInterference' objects each hold the interference signal strength of a channel. Elements are sorted by increasing channel number.