Hi,
I have been looking through the API docs and I cannot see any method of being able to set an image captured previously as the camera feed.
This is so that the user of my app can set up the cards in an environment and then later be able to replay that level/setup etc.
Is this sort of feature going to be added or should I just write my own system to save all of the data out, rather than just a single image from the camera?
Thanks very much.
Dave
This isn't currently supported, you cannot feed an outside image to the tracker for processing.
This is probably the best approach. It might be as simple as writing out the pose matrix for each trackable for a given frame.
- Kim