Skip to main content
3-Newcomer
October 19, 2022
Question

Bookmark resource in Vuforia

  • October 19, 2022
  • 1 reply
  • 842 views

I am using Vuforia Studio to implement AR for technical training. But, I don`t know how to implement a bookmark resource to return where I stoped last day. Could you send me an example?

 

Thanks a lot!

1 reply

16-Pearl
October 20, 2022

Hi,

I think this is a very good use case.

You will need to store the information in any storage. This could be Thingworx, or a server connected via api or the easiest, but not available method: locally on your device.

The demand for this function has been explained several times, but unfortunately it still hasn’t been implemented by PTC until today. (Jira Ticket VTS-1187)

How do I save a text file and picture to local dri... - PTC Community

You then could create a variable “lastsession”, where you store the model, sequence, step, etc. from the last session and load the information at the next session.

 

Regards,

whity