Results 18 issues of 邹炜林

Use the code below to query metadata. ``` val model = ExifInterface(savedUri.toFile()).getAttribute(ExifInterface.TAG_MODEL) Log.d(TAG, "Photo capture succeeded: model ==> $model") ``` Here is patch. The target branch hash is : `852767fd`...

机型: Mavic 2 Zoom 场景: 使用`missionControl.scheduleElements(elements)` 前提: Storage Location为Internal Storage 1. 当拍照任务使用`ShootPhotoAction` ,执行startTimeline达到拍照点执行拍照动作时抛错误, DJIError为没有SD卡; 2. 使用WaypointAction(WaypointActionType.START_TAKE_PHOTO, 0)不会出现这个问题

Caused by: java.lang.NullPointerException: Attempt to invoke virtual method 'dji.common.mission.tapfly.TapFlyMode dji.internal.ddf.fdd.koy.ddd.uio()' on a null object reference at dji.sdk.mission.tapfly.TapFlyMissionOperator.getTapFlyMode(Unknown Source:2) at dji.ux.widget.VisionWidget.isVisionSystemEnabled(Unknown Source:14) 没有使用TabFly,但突然就奔溃了 ```===== Device Info ===== manufacture:samsung product:dreamqltesq model:SM-G950U version:R16NW.G950USQU5CRK1...

``` Caused by java.lang.NullPointerException Attempt to invoke virtual method 'java.lang.String dji.common.camera.SettingsDefinitions$ExposureCompensation.name()' on a null object reference dji.ux.d.k.a dji.ux.widget.config.CameraConfigEVWidget.updateWidget (Unknown Source:65) dji.ux.base.o.a (Unknown Source:4) dji.ux.base.o.call (Unknown Source:2) dji.thirdparty.rx.Observable.unsafeSubscribe (Observable.java:8741) dji.thirdparty.rx.internal.operators.OperatorSubscribeOn$1.call (OperatorSubscribeOn.java:94)...

Fatal Exception: java.lang.OutOfMemoryError Failed to allocate a 532648 byte allocation with 514280 free bytes and 502KB until OOM, max allowed footprint 268435456, growth limit 268435456 dji.midware.parser.plugins.DJIPluginRingBufferAsyncParser$ByteBufferQueue.g (Unknown Source:293) dji.midware.parser.plugins.DJIPluginRingBufferAsyncParser$ByteBufferQueue.a (Unknown...

``` 1 java.lang.IllegalStateException:Exception thrown on Scheduler.Worker thread. Add `onError` handling. -- 2 dji.thirdparty.rx.internal.schedulers.ScheduledAction.run(ScheduledAction.java:60) 3 ...... 4 Caused by: 5 java.lang.IllegalStateException:Cannot call this method while RecyclerView is computing a layout or...

Could you provide the code to show how to use wide angel and ultra wide angle.