Tin-moon

Results 11 comments of Tin-moon

Like some problem with jitpack. started loading

@dji-dev Hi, ok. I hoped that when receiving satellites the widget would start working. It turns out that at the moment if there is an Internet connection, then this widget...

> The term “SEND_PACK_TIMEOUT” refers to a timeout occurring in the transmission with the drone. Have you attempted to re-upload and restart the task? Currently, you can bypass this issue...

> Is it possible to find out that the thermal camera is not disabled by the user? > --> > What do you think is the manifestation of disabling the...

When we set the zoom on DJI Pilot, the app record the datas regarding the information on the main software. Which means we have zoom pictures. But the mission file...

> Could you tell us what type of drone you are using? It is possible to set up photo storage individually in the waypoint mission file, but not all drones...

Hi, сould you please also tell me which keys need to be used to change the values: - Force Wide and IR - Force mode 4k (12Mp), - Force mode...

Hi, I set the parameters, but I get the following result: CameraKey.KeyCameraVideoStreamSourceRange error: ErrorImp{errorType='COMMON', errorCode='UNSUPPORTED' CameraKey.KeyPhotoResolution error: ErrorImp{errorType='CORE', errorCode='REQUEST_HANDLER_NOT_FOUND' CameraKey.KeyISORange error: ErrorImp{errorType='CORE', errorCode='REQUEST_HANDLER_NOT_FOUND' CameraKey.KeyExposureMode error: ErrorImp{errorType='CORE', errorCode='INVALID_PARAMERTERS' CameraKey.KeyVideoResolutionFrameRate error: ErrorImp{errorType='CORE',...

> Agent comment from yating.liao in [Zendesk ticket #109453](https://djisdksupport.zendesk.com/agent/tickets/109453):Could you tell me about how you have been configured? > > _°°°_ Hi ``` private fun setCameraSettings() { OLog.e(TAG, "setCameraSettings") DJISDKModel.getInstance().also...

HI ``` djiSdkModel.setValue( KeyTools.createCameraKey(CameraKey.KeyCaptureCameraStreamSettings, cameraIndex, lensType), CameraStreamSettingsInfo(true, listOf(CameraVideoStreamSourceType.WIDE_CAMERA, CameraVideoStreamSourceType.INFRARED_CAMERA)) ) .subscribeOn(Schedulers.io()) .observeOn(AndroidSchedulers.mainThread()) .subscribe({ OLog.e(TAG, "CameraKey.KeyCaptureCameraStreamSettings Ok") }, { OLog.e(TAG, "CameraKey.KeyCaptureCameraStreamSettings error: ${it.message}") }).addDisposable() ``` get error `CameraKey.KeyCaptureCameraStreamSettings error: ErrorImp{errorType='CORE', errorCode='SYSTEM_ERROR',...