PSDK相机管理,获取媒体文件下载权限是什么时候才需要运行?
PSDK相机管理,获取媒体文件下载权限的函数如下:
T_DjiReturnCode DjiCameraManager_ObtainDownloaderRights(E_DjiMountPosition position);
“通过文件索引下载选定的相机媒体文件” 之前是需要先获取权限?
T_DjiReturnCode DjiCameraManager_DownloadFileByIndex(E_DjiMountPosition position, uint32_t fileIndex);
那我仅“获取下载选定的相机媒体文件列表”,需要获取权限?
T_DjiReturnCode DjiCameraManager_DownloadFileList(E_DjiMountPosition position, T_DjiCameraManagerFileList *fileList);
Please sign in to leave a comment.
Comments
3 comments