"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

Object touch when marker not available

Hi, we are implementing AR, when marker get detected we are displaying the object, but when we remove the marker from the camera video feed, we want the object should remain on the screen, and user will be able to intract with the object. like rotating zooming etc.. how can we do this...??? any hints??? Thanks Atik

In the renderFrame method you can write some logic for dealing with the case when no trackables are visible: [CODE] state.getNumActiveTrackables() == 0 [/CODE] Currently the model is only rendered if there is a trackable visible.