dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
992 stars 580 forks source link

Camera.startShootPhoto callback bug #711

Open jimmyfraiture opened 3 years ago

jimmyfraiture commented 3 years ago

I noticed a bug in the Camera.startShootPhoto function. Indeed when I'm in the shoot mode and I call this function, the CompletionCallback is called before the photo has been taken Any solution to catch the terminaison of a photo?

kenargo commented 3 years ago

If I remember correctly,  the call retorts when the command is sent to the drone and not when it's executed .There is a callback when images are saved,  I find that to be much more reliable as it comes from the aircraft when the image or video is successfully saved to and SD card. Sent from my T-Mobile 5G Device -------- Original message --------From: Jimmy Fraiture notifications@github.com Date: 12/20/20 8:12 AM (GMT-08:00) To: dji-sdk/Mobile-SDK-Android Mobile-SDK-Android@noreply.github.com Cc: Subscribed subscribed@noreply.github.com Subject: [dji-sdk/Mobile-SDK-Android] Camera.startShootPhoto callback bug (#711) I noticed a bug in the Camera.startShootPhoto function. Indeed when I'm in the shoot mode and I call this function, the CompletionCallback is called before the photo has been taken Any solution to catch the terminaison of a photo?

—You are receiving this because you are subscribed to this thread.Reply to this email directly, view it on GitHub, or unsubscribe.