"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

disabling/customizing scanner and feature points in cloud sample

hi

first of all corgratulations for your cloud api. 

i gone through cloudreco sample and found that it shows scanner and feature points on camera surface ,could you plz suggest me how to customize of disable them at diffrent times in app.

AlessandroB

Fri, 12/14/2012 - 12:57

Hi, in terms of customization, you can change the color of the scan lines and scan points by using this code in the "_initCloudReco" function (in CloudReco.cpp)

 

thanks so much for your reply,if i want to disable scan after some time and enable it again on the fly,what is the best way to do that?