huongta157
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
 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...
Gimbal
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 
 Does your team have any plan to support Android 14 with targetSdk = 34? Note: Currently I using target Sdk = 33 so my...