MEDIA_MANAGER_ENTER_PLAYBACK_FAILED for Mini 3
Hello,
When we're trying to enable media mode for Mini 3 drone before downloading photos, onFailure regularly gets called with the errorCode MEDIA_MANAGER_ENTER_PLAYBACK_FAILED
What are possible causes and is there anything we need to do to prevent this?
MediaDataCenter.getInstance().mediaManager.enable(
object : CompletionCallback {
override fun onSuccess() {
Log.d(TAG, "MediaManager successfully enabled")
}
override fun onFailure(djiError: IDJIError) {
Log.d(TAG, "Failed to enableMediaManager: ${djiError.description()}")
}
}
)
-
Dear developer, Hello, thank you for contacting DJI Innovations. I believe the reason for the error is that the camera is busy. When you click the new photo button, I believe the camera is supposed to take a photo and generate a new image at that moment. However, the function of mediaManager. enable is to put the camera into playback mode, and in playback mode, the camera cannot take photos or generate new images. Therefore, there is a conflict here. Thank you for your email. Wishing you a happy life! Best Regards, DJI Innovation SDK Technical Support
请先登录再写评论。
评论
1 条评论