You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: