Start a new topic

Disable Calibration

Disable Calibration


Hello! 

My application uses image recognition only. When it is started for the first time it asks user to calibrate. After some time it asks to calibrate again. Is there a way to turn off calibration request?

Sergey

 

 

You can set the AR mode when initializing the SDK view to "IR only". Depending on the platform you are using this is different.

e.g. on iOS:

pass WTAugmentedRealityMode_IR to

- (id)initWithFrame:(CGRect)frame motionManager:(CMMotionManager *)motionManagerOrNil augmentedRealityMode:(WTAugmentedRealityMode)augmentedRealityMode
Login or Signup to post a comment