Zoom camera focal length
Completedhow to get info about current camera focal length. I tryed this
val keyCameraZoomFocalLength = KeyTools.createKey(co_f.KeyCameraHybridZoomFocalLength)
keyManager
.listen(
keyCameraZoomFocalLength,
this,
CommonCallbacks.KeyListener { oldValue, newValue ->
})
Log.e("DEV4343", "4: ${keyCameraZoomFocalLength.get()}", )
-
No isue when testing on the Sample, pleasecheck your code again. ![](https://djisdksupport.zendesk.com/attachments/token/oz6M7DMGfIGwN49FzqFT9I4Y6/?name=image.png) -
You can download the 5.3.0-a3 from https://github.com/dji-sdk/Mobile-SDK-Android-V5/tree/dev-sdk-alpha, try update your MSDK and firmware to the latest.
Please sign in to leave a comment.
Comments
11 comments