简体   繁体   中英

How do I process an image at each Waypoint using the DJI SDK (Swift)?

In my app, I need to use DJI SDK to get the UIImage equivalent of the image file on the SD card for each Waypoint. So far, I've used DJIWaypointAction to take the photo, but I need to somehow get the photo back to do some processing on it.

In other words, how would I call a "non-DJIWaypointAction" method when the drone reaches each of the Waypoints. Help is appreciated, thanks.

There is no timeline action to download a picture from the SD card. You will have to listen to the waypoint events and download the picture from you own code.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM