Start a new topic

Pause Camera to Current Frame

Pause Camera to Current Frame


Hi, is it possibile to pause the camera to current frame after the first recognition?

Thanks a lot
Gianni.

You can try setting AR.context.services.camera = false; This might be what you are looking for but will also stop rendering the camera frame.

Thank you very much.I tried your solution and it works...the markers are fixed on the screen and I can interate with them... is not possibile to maintaing the last frame in the background? 
Thank you.

Gianni.

Unfortunately no, not at the momement.

Thanks a lot. I'm trying to display the last frame captured using captureScreen action, then I show that image as 100% background in a html layer above the markers but the click doesn't propagate the event to markers onclick...how can I do?

Thank you very much.

Gianni

That basically is intended, as you are displaying content on the HUD which prevents the markes from being visible.

Thanks a lot 
Login or Signup to post a comment