Community

Topic: iOS SDK

Turn off sparkles ?

Jamie Lemon
Tuesday, November 21, 2017

Is it possible to turn off the orange sparkly dots when the camera is trying to find a marker?

user profile image
Support Team  (expert)
Wednesday, November 22, 2017

Hi,
at this moment, it is not possible to turn off the orange recognition points.
In a next update, we would like to provide a method to turn off the displaying of recognition points.

Regards

Masoud
Thursday, September 20, 2018

Did you add this feature to the last update? The nuget package is updated at 4/3/2018, so is it possible to turn off the sparkles?

Carlos F
Thursday, September 20, 2018

Is there any update on this?

Kanueng K.
Thursday, September 20, 2018

How about SDK 3.5, it is possible to turn off the orange recognition points ?

user profile image
Support Team  (expert)
Thursday, September 20, 2018

Hi,
starting from 3.5 SDK version, we provide the following methods on PKTRecognitionController class to turn on/off the orange recognition points effect:

/**

* \brief enable the orange dots recognition effect
*/
-(void)EnableRecognitionEffect;

/**
* \brief disable the orange dots recognition effect
*/
-(void)DisableRecognitionEffect;


Kind Regards

matteo prezioso
Friday, May 24, 2019

How can i do it on android?

Sign in to add a comment