I am using TaskScheduler to fetch media list and fetchThumbnail(_:) function of DJIMedia object but it takes a little bit of time due to the FIFO. I also use DJIMediaManager to play video. App written in Swift.
Is there any solutions to fetch media list and its thumbnails faster? the DJI Go 4 seems to display the media list immediately with all the thumbnails fetched
If Task Scheduler has pending tasks, I cannot play video because the camera appears to be busy ?
The function fetchPreview(_:) is used only for image to fetch thumbnail with better quality. Do we have any function like this for video ?
Hi DJI team,
I am using TaskScheduler to fetch media list and fetchThumbnail(_:) function of DJIMedia object but it takes a little bit of time due to the FIFO. I also use DJIMediaManager to play video. App written in Swift.
Thanks, Giba