Mobile-SDK-Android
Mobile-SDK-Android copied to clipboard
enterPlayback hangs when using M300 P1 camera
The following code does not call function enterPlayback callback when using with M300 P1 (It works fine with H20T)
if (DJISDKManager.getInstance().getProduct().getCamera().isFlatCameraModeSupported()) {
DJISDKManager.getInstance().getProduct().getCamera().enterPlayback(djiError -> {
if (djiError != null) {
} else {
}
});
}
Agent comment from yating.liao in Zendesk ticket #69262:
This is a known issue but we have fixed it on 4.16.2.
°°°