public interface CameraMotionListener
| Modifier and Type | Method and Description |
|---|---|
void |
onCameraMotion(long timeUs,
float[] rotation)
Called when a new camera motion is read.
|
void |
onCameraMotionReset()
Called when the camera motion track position is reset or the track is disabled.
|
void onCameraMotion(long timeUs,
float[] rotation)
timeUs - The presentation time of the data.rotation - Angle axis orientation in radians representing the rotation from camera
coordinate system to world coordinate system.void onCameraMotionReset()