dji-sdk / Mobile-SDK-Android-V5

MSDK V5 Sample
Other
261 stars 139 forks source link

Thermal Camera Pointer #393

Closed PeimanAtaeiJPDroni closed 1 month ago

PeimanAtaeiJPDroni commented 1 month ago

Hi DJI,

inside the DJI app, when we switch to thermal camera, there is an option which let us click on the screen to see the temperature of that point.

is there any component in ux sdk to add to our application this feature ?

dji-dev commented 1 month ago

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

I'm sorry, the UXSDK currently does not have temperature widget. If you need to display temperature measurements, you will implement it yourself.

°°°

PeimanAtaeiJPDroni commented 1 month ago

Is There any documentation or sample how to implement it ?

dji-dev commented 1 month ago

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

You can use this article along with the API documentation to understand how to implement the temperature measurement feature. https://sdk-forum.dji.net/hc/en-us/articles/9125637605913-Chapter-9-Camera https://developer.dji.com/api-reference-v5/android-api/Components/IKeyManager/Key_Camera_CameraKey.html
image.png

°°°

PeimanAtaeiJPDroni commented 1 month ago

Thank you so much.

To do this at first we should set the "KeyThermalTemperatureMeasureMode":

1

Then set ther point and listen to temperatures :

2

dji-dev commented 1 month ago

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

I'm glad you've achieved it. The points used for temperature measurement are relative to the position on the camera screen.

°°°