dji-sdk / Mobile-SDK-Android

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

Aspect ratio can’t be change #1288

Closed huongta157 closed 7 months ago

huongta157 commented 7 months ago

I can't change camera aspect ratio from 16:9 to 4:3

dji-dev commented 7 months ago

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

Could you please confirm if it is possible to set the camera aspect ratio to 4:3 on DJI Fly? I found information stating that Air 2s does not support 4:3. If DJI Fly does support setting the aspect ratio to 4:3, could you kindly provide us with an image showing how to do so?

Thank you.

°°°

huongta157 commented 7 months ago

@dji-dev Thank your for reply How to check aspect ratio supported for each model?

dji-dev commented 7 months ago

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

The CameraKey.PHOTO_ASPECT_RATIO_RANGE can be used to retrieve the range of aspect ratios supported by the camera. https://developer.dji.com/api-reference/android-api/Components/KeyManager/DJICameraKey.html#camerakey_photo_aspect_ratio_range_key

°°°

huongta157 commented 7 months ago

@dji-dev thank you so much

dji-dev commented 7 months ago

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

I am glad to help you.

°°°