Mobile-SDK-Android icon indicating copy to clipboard operation
Mobile-SDK-Android copied to clipboard

enterPlayback hangs when using M300 P1 camera

Open RonPercepto opened this issue 3 years ago • 1 comments

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 {

                        }
                    });
                }

RonPercepto avatar Aug 16 '22 00:08 RonPercepto

Agent comment from yating.liao in Zendesk ticket #69262:

This is a known issue but we have fixed it on 4.16.2.

°°°

dji-dev avatar Aug 16 '22 07:08 dji-dev