interface VideoDataReceivedCallback |
Package: | dji.sdk.payload |
This interface provides a callback to receive video data sent from the payload.
void onVideoDataReceived(byte[] data, int len) |
Package: | dji.sdk.payload |
Receives the video data sent from the payload device. The data may be live view or playback. Only supported by Matrice 300 RTK.
byte[] data | The received stream data. |
int len | Valid length of the data. |
{{searchCount}} Results