Hi ,
I want to display the tea pot in image targets when there is no trackable (marker-less) is it possible? I am using vuforia SDK for iOS. I tried the following
if(state.getNumActiveTrackables==0){
//draw tea pot here the pose for which i got when i 1st point at stones.
}
It just displays black screen.. Can you please help me out with this issue..
Thanks in advance...
re: freezing the model
Here a description of one way to accomplish that - https://ar.qualcomm.at/content/how-disable-pose-updates-rendered-model-aka-freezing-model-disabling-tracking
That example is for Android, but could easily be applied to iOS as well.