huongta157

Results 11 issues of huongta157

How to change Overexposure Warning?

How to set the Drone to only fly straight, not fly horizontally?

I customize the battery widget like this, but the battery widget is not showing Note: show normal when I used battery widget default Please help me check it. ``` class...

``` val gimbal = DJISDKManager.getInstance().product?.gimbal // Check if Gimbal is available if (gimbal != null) { val gimbalMode = GimbalMode.FPV // Set the desired gimbal mode // Set the mode...

The aircraft automatically reverses when turning to the right, how to disable auto reverses? https://github.com/dji-sdk/Mobile-SDK-Android/assets/46671455/47f26594-96e5-43fd-aed5-86f67ab81052

![2024-04-24 09 20 30](https://github.com/dji-sdk/Mobile-SDK-Android/assets/46671455/c43438a1-6cba-49c4-b937-bcfede4b9be2) I want to implement restricted zone feature (image from the official iOS app and no device to connected) So, how to get Restricted zone data when...

``` val task = FetchMediaTask(mediaFile, FetchMediaTaskContent.PREVIEW) { media, content, _ -> lifecycleScope.launch(Dispatchers.Main) { Glide.with(requireContext()) .load(media?.preview) .into(binding.photoView) scheduler?.removeTask(media, content) } } Log.i(TAG, "handleDisplayPhotoView state: ${scheduler?.state}") scheduler?.moveTaskToEnd(task) ``` I used this code...

How to Allow Upward Gimbal Rotation and check if it is allowed or not? (get/set)

Hi team, I got an error like the image, Do you have any idea to fix the issue? Version: 4.18-alpha ![Screenshot 2024-10-24 at 11 11 05](https://github.com/user-attachments/assets/3a2b03a5-4678-4e16-a97f-0b708bd678b2)

![Screenshot 2024-07-05 at 08 36 42](https://github.com/dji-sdk/Mobile-SDK-Android/assets/46671455/ce25e9cd-caac-4280-b465-cf67d62fb8ec) Does your team have any plan to support Android 14 with targetSdk = 34? Note: Currently I using target Sdk = 33 so my...

enhancement