public class

FpvLiveView

extends SurfaceView
java.lang.Object
   ↳ SurfaceView
     ↳ dji.sdk.camera.view.FpvLiveView

Class Overview

A ready to use FPV live view, only Inspire 2 FPV live video supported.

Summary

Constants
String TAG
Fields
public DJIVideoDecoder decoder
Public Constructors
FpvLiveView(Context context, AttributeSet attrs)
Public Methods
void surfaceChanged(SurfaceHolder holder, int format, int width, int height)
void surfaceCreated(SurfaceHolder holder)
void surfaceDestroyed(SurfaceHolder holder)
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final String TAG

Constant Value: "FpvLiveView"

Fields

public DJIVideoDecoder decoder

Public Constructors

public FpvLiveView (Context context, AttributeSet attrs)

Public Methods

public void surfaceChanged (SurfaceHolder holder, int format, int width, int height)

public void surfaceCreated (SurfaceHolder holder)

public void surfaceDestroyed (SurfaceHolder holder)