dji-sdk / Mobile-SDK-iOS

DJI Mobile SDK for iOS: http://developer.dji.com/mobile-sdk/
Other
581 stars 255 forks source link

Mavic 2Zoom使用 MSDK v4.13 视频流会出现畸变 #390

Closed fanbaoyuanbees360 closed 3 years ago

fanbaoyuanbees360 commented 4 years ago

Mavic 2Zoom使用 MSDK v4.13 视频流会出现畸变,下图为运行Sample Code出现的 畸变截图,使用 MSDK v4.12一切正常,可以运行你们最新的Sample Code复现该问题,请及时修复,谢谢

IMG_2181

zyphs21 commented 4 years ago

I don't have Mavic 2Zoom, but maybe you can try set dewarpingEnabled to true ?

- (void)setVideoDewarpingEnabled:(BOOL)enabled withCompletion:(DJICompletionBlock)completion;
fanbaoyuanbees360 commented 4 years ago

I don't have Mavic 2Zoom, but maybe you can try set dewarpingEnabled to true ?

- (void)setVideoDewarpingEnabled:(BOOL)enabled withCompletion:(DJICompletionBlock)completion;

我试了下调用这个方法,也行不通

Michael-DJI commented 3 years ago

4.14 has fixed this issue

fanbaoyuanbees360 commented 3 years ago

@Michael-DJI 我刚才下载了你们4.14的版本的demo,用swift版本测试连接Mavic air 2,连接不上,

已经连接上了,info.plist里面的Supported external accessory protocols增加com.dji.logiclink,缺少这个连接不上Mavic air 2,这个在文档中我没用发现有说明