public class CameraRecordControl
extends java.lang.Object
用于从AR场景AREffectView
中导出相机的轨迹记录ARRecordParameter
限定符和类型 | 方法和说明 |
---|---|
ARRecordParameter |
getCurrentRecordParameter()
获取当前姿态记录参数
|
LocationUpdateListener |
getExternalLocationListener()
获取位置更新监听
|
boolean |
isUseExternalLocation()
判断是否使用外部定位替代位置输出结果
|
void |
setUseExternalLocation(boolean useExternalLocation)
设置是否使用外部定位替代位置输出结果
|
public ARRecordParameter getCurrentRecordParameter()
ARRecordParameter
public boolean isUseExternalLocation()
public void setUseExternalLocation(boolean useExternalLocation)
useExternalLocation
- public LocationUpdateListener getExternalLocationListener()