dji-sdk / Mobile-UXSDK-iOS

DJI Mobile UXSDK is a suite of product agnostic UI objects that fast tracks the development of iOS applications using the DJI Mobile SDK.
Other
73 stars 43 forks source link

Set "App Output Mode" with HDMI #44

Open jaesik-hwang opened 6 years ago

jaesik-hwang commented 6 years ago

iOS UXSDK 4.5.1 iOS SDK 4.5.2 iPad mini 4 M600 Pro Lightbridge 2

I want to know how to set "App Output Mode" with HDMI.

In DJIGo4 app, I can see video preview with "EXT port disabled" and "App Output Mode == HDMI" configuration. But I can't see video preview with Mobile-UXSDK-iOS sample code.

I found a trick that is.. 1) Open the sample app. and click in to the "DefaultLayoutView". I can't see video preview at this point! 2) Open the DJI Go App. and change the "EXT port disabled" and "App Output Mode == HDMI" (bandwidth is also set HDMI 100%) 3) Switch back to the sample app. then I can see the video preview!.

So, I want to know, 1) How to set the App Output mode with HDMI.
2) Is there UX lib. for configuring Lightbride2 like DJIGo app. has.