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

No transmission of the live image DJI MINI 2 #103

Open smeeuw opened 2 years ago

smeeuw commented 2 years ago

The UXSDKSwiftSample works on my iPhone 11 (iOS 15.3). App can be started, connection is successful. I can see all the parameters of the drone and also launch it. Even pictures and videos are saved on the SD card. Only the live transmission of the camera does not work. The label "DJI Mini 2 Camera" is displayed. Ideas?

I used this Cocapod configuration:

platform :ios, '10.0'

target 'UXSDKSwiftSample' do
  use_frameworks!
  pod 'DJI-SDK-iOS', '~> 4.14'
  pod 'DJI-UXSDK-iOS', '~> 4.14'
  pod 'DJIWidget', '~> 1.6.4'
  pod 'DJIFlySafeDatabaseResource', '~> 01.00.01.18'
  pod 'iOS-Color-Picker'
end

issue_screenshot

DJI-William commented 2 years ago

The Swift sample requires an update soon.