dji-sdk / Mobile-SDK-Android

DJI Mobile SDK for Android: http://developer.dji.com/mobile-sdk/
Other
972 stars 580 forks source link

Zoom widget Functionalities not working #1262

Open Vickyxdev opened 5 months ago

Vickyxdev commented 5 months ago

HI Dev,

I am using SDK V4 for Mavic 2 ... well i want to know how to add zoom functionalities in my app just like already implemented in DJI Pilot App . Screen shared below

image
dji-dev commented 5 months ago

Agent comment from yating.liao in Zendesk ticket #99750:

You can achieve zooming by using the setHybridZoomFocalLength function to set the focal length. As for the zoom factor, you can refer to this article for more information:https://sdk-forum.dji.net/hc/en-us/articles/4402489706137-How-to-calculate-the-zoom-factor-of-the-lens

°°°