DJI-Mobile-SDK-Tutorials / iOS-PlaybackDemo

A demo help you learn how to use DJI Mobile SDK to access the media resources in the SD card of the aircraft's camera to preview photos, play videos, download or delete files.
MIT License
10 stars 2 forks source link

Does not work for Phantom 4 Advanced #4

Closed hy9be closed 6 years ago

hy9be commented 7 years ago

It runs into error first and I changed the code according to https://github.com/DJI-Mobile-SDK-Tutorials/iOS-PlaybackDemo/issues/1. The error is gone now. But nothing happens when I click on "Multi Prev" button. Any ideas?

hy9be commented 7 years ago

I see in the header file: image

As in the document it is said: image

Does it mean I cannot multi-preview the images on Phantom 4 Advanced or Pro?

oliverou commented 7 years ago

Hi @hy9be , as the documentation said, Phantom 4 Advanced and Pro don't support Playback mode, so this PlaybackDemo will not work on both of them. Please use MediaDownload instead, you can check this tutorial to learn how to use MediaDownload: http://developer.dji.com/mobile-sdk/documentation/ios-tutorials/PanoDemo.html#using-media-download-mode

oliverou commented 6 years ago

Since the issue is resolved, close it now. If you need any help, please feel free to reopen this issue.