Interface MegaTrackerSensorOptions
- Namespace
- easyar
Sensor options in MegaTracker.
Properties
isAcceExternalControl
Whether accelerometer data is externally controlled, default is false. When set to true, the user must call wx.startLocationUpdate or the corresponding interface to start the accelerometer monitoring interface before EasyARSession.start. Must call wx.stopAccelerometer or the corresponding interface to stop the accelerometer monitoring interface after EasyARSession.stop.
isAcceExternalControl?: boolean;
isGeoExternalControl
Whether GPS data is externally controlled, default is false. When set to true, the user must call wx.startLocationUpdate or the corresponding interface to start the GPS data monitoring interface before EasyARSession.start. Must call wx.stopLocationUpdate or the corresponding interface to stop the GPS data monitoring interface after EasyARSession.stop.
isGeoExternalControl?: boolean;