You can view overall system status on top left corner of DJI Pilot/GO 4.
- In MSDK, you can use DiagnosticsKey to listen SYSTEM_STATUS, then you can get WarningStatusItem. If WarningLevel is GOOD then you can start taking off. Calling getMessage can get some potential dangerous threats.
-
DiagnosticsKey.create(DiagnosticsKey.SYSTEM_STATUS)
Comments
0 comments
Please sign in to leave a comment.