Hi, is it possibile to pause the camera to current frame after the first recognition?
Thanks a lot Gianni.
W
Wolfgang Damm
said
almost 9 years ago
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.
G
Gianni Inguscio
said
almost 9 years ago
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.
W
Wolfgang Damm
said
almost 9 years ago
Unfortunately no, not at the momement.
G
Gianni Inguscio
said
almost 9 years ago
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
W
Wolfgang Damm
said
almost 9 years ago
That basically is intended, as you are displaying content on the HUD which prevents the markes from being visible.
Gianni Inguscio