Code Monkey home page Code Monkey logo

Comments (10)

dji-dev avatar dji-dev commented on August 16, 2024 1

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

Yes, I will submit your suggestion to the team. Perhaps we should provide explanations for users in the API documentation.

°°°

from mobile-sdk-android-v5.

antonymarion avatar antonymarion commented on August 16, 2024

To set the ISO with

KeyManager.getInstance().setValue(
                                           KeyTools.createCameraKey(CameraKey.KeyISO, cameraIndex, lensType),
                                           targetIso, callbackFn (like above)

I am getting CANNOT_START_TASK_VLOTAGE_ALARM

from mobile-sdk-android-v5.

dji-dev avatar dji-dev commented on August 16, 2024

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

The information I found indicates that the lenses in the H20 series do not have a white balance adjustment function. Can you adjust this in the official app?

The adjustment of ISO usually needs to be done in manual exposure mode, as mentioned in the KeyISO interface description. Did you set it in manual mode? Also, what is the lens displaying the current image on the H20T?

°°°

from mobile-sdk-android-v5.

antonymarion avatar antonymarion commented on August 16, 2024

Can you adjust this in the official app?

=> Could you just please provide the information in the official Doc from DJI; for instance a list of compability will be appreciated here:

image

It would help developpers to access the right info at the right place (and avoid to navigate in ticket on Github to get the info)

regards

from mobile-sdk-android-v5.

antonymarion avatar antonymarion commented on August 16, 2024

By the way can you confirm ISO is only working for ZOOM camera on RTK, normal?

from mobile-sdk-android-v5.

antonymarion avatar antonymarion commented on August 16, 2024

And what is the limit of H20T for ISO:

image

I get the following range from SDK

"isoRange":["ISO_100","ISO_200","ISO_400","ISO_800","ISO_1600","ISO_3200","ISO_6400","ISO_12800"]

But I succeed to put "iso":"ISO_25600", ... normal?

For greater values then I get an error as expected.

image

from mobile-sdk-android-v5.

dji-dev avatar dji-dev commented on August 16, 2024

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

The maximum value provided by KeyISORange is the maximum value currently supported by the lens. Have you set the lens type to zoom lens when obtaining the range? If the lens type is set to default, the data retrieved may not be from a zoom lens.

°°°

from mobile-sdk-android-v5.

antonymarion avatar antonymarion commented on August 16, 2024

Yes, but... why does it returns range values with other lenses if we cannot use ISO for other lenses than Zoom ?

from mobile-sdk-android-v5.

dji-dev avatar dji-dev commented on August 16, 2024

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

I assume that you have set the lensType to default when obtaining ["ISO_100","ISO_200","ISO_400","ISO_800","ISO_1600","ISO_3200","ISO_6400","ISO_12800"], which is actually a method we do not recommend for camera parameters. For cameras, I suggest setting the camera position and lens type unless this interface is unrelated to the lens type, such as the photo-taking interface. You may want to consider using the correct method of use, as incorrect usage may result in obtaining inaccurate data.

°°°

from mobile-sdk-android-v5.

antonymarion avatar antonymarion commented on August 16, 2024

Could we consider instead that the SDK always returns correct values and does not return incorrect values ?

Incorrect SDK usage should not return misleading values.

If default camera should not be used for getting iso, then SDK should return an error with a descriptive message, for instance: "ISO not available for default camera, please switch to zoom"

from mobile-sdk-android-v5.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.