interface Callback |
Package: | dji.common.camera |
This interface provides general information and current status of the SSD.
void onUpdate(@NonNull SSDState state) |
Package: | dji.common.camera |
Called when the camera's SSD state has been updated. This method is available only when isSSDSupported
is true
.
@NonNull SSDState state | The SSD's information. |
{{searchCount}} Results