How can I change the thermal palette using the Cloud API(third party)?
Firmware Version Info
- Matrice 3TD Firmware Version 10.01.32.05
- Dock 2 Firmware Version 10.01.32.05
I have confirmed that the data was correctly set by making a request with the following data in the ThermalCurrentPaletteStyleSet class
payloadIndex = “81-0-0”
thermalCurrentPaletteStyle : 5
I successfully sent the data to DOCK 2, and the MQTT message result was received as follows.
received topic: thing/product/{deviceSn}/property/set_reply Message =>{“bid”: “ffa83754-5181-4d73-8d7c-d8cbbd9979df”, “data”: {“81-0-0”: {“thermal_current_palette_style”: {“result”: 325003}}}, “tid”: “674710e9-8e94-4c64-8cb4-90dec2e23007”, “timestamp”: 1743737280918}
How should I format the data to request a Thermal Palette Style change?
-
Dear developers, Hello, thank you for contacting DJI Innovation. I'm sorry, but I don't see the MQTT messages you've received. Did you open it in the following format? And did you turn on the infrared mode in advance? { "tid": "", "bid": "", "timestamp": , "data": { "81-0-0": { "thermal_current_palette_style": 0 } } } Thank you for your email and have a nice life! Best Regards, Dji innovation SDK technical support
Please sign in to leave a comment.
Comments
3 comments