dji-sdk / Mobile-SDK-Android

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

Lux from drone #1269

Open danilofariadutra opened 8 months ago

danilofariadutra commented 8 months ago

Is there any method that can obtain the lux values ​​from the drone?

dji-dev commented 8 months ago

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

MSDK currently does not have an interface to directly obtain the luminosity . What are you looking to achieve with this ?

°°°

danilofariadutra commented 8 months ago

As well as focus, develop a study to write code that can set ISO and Apperture values ​​automatically

dji-lyt commented 8 months ago

The camera does have automatic exposure adjustment functionality. Is it not meeting your needs? If you are looking to implement overexposure warnings for the current image yourself, we have a formula you can refer to. When the Y value is greater than 0.85, it is considered overexposed.

image

dji-dev commented 8 months ago

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


°°°