java.lang.Object |
↳ |
RelativeLayout |
|
↳ |
dji.sdk.camera.view.CameraLiveView |
Class Overview
CameraLiveView provides a simplified FPV live view.
To show the FPV live view in your activity, include it in XML file directly. No need for any configuration.
Summary
[Expand]
Inherited Methods |
From class
java.lang.Object
boolean
|
equals(Object arg0)
|
final
Class<?>
|
getClass()
|
int
|
hashCode()
|
final
void
|
notify()
|
final
void
|
notifyAll()
|
String
|
toString()
|
final
void
|
wait(long arg0, int arg1)
|
final
void
|
wait(long arg0)
|
final
void
|
wait()
|
|
From interface
dji.internal.view.VideoSurfaceView.DJIGLSurfaceViewListener
abstract
DJIVideoDecoderController
|
onRenderCreated(SurfaceInterface surface)
|
abstract
void
|
onRenderCreatedPrepared()
|
abstract
void
|
onRenderDestroy()
|
|
Constants
public
static
final
String
TAG
Constant Value:
"CameraLiveView"
Public Constructors
public
CameraLiveView
(Context context)
public
CameraLiveView
(Context context, AttributeSet attrs)
Public Methods
public
DJIVideoDecoderController
onRenderCreated
(SurfaceInterface surface)
public
void
onRenderCreatedPrepared
()
public
void
onRenderDestroy
()
public
void
oneFrameComeIn
()
public
void
resetVideoSurface
(int videoWidth, int videoHeight)