Hallo everyone,
I am currently looking into user defined targets. I would like to enable some sort of "One-time setup" for my app in which the user chooses a target for himself to use for future tracking.
So I need some level of persistence when dealing with UDT. How is this achieveable? Documentation about this is rather sparse and from studying the sample project and the source code, I tend to believe that there is currently no way of doing that. The whole sample boils down to calling BuildNewTarget () on the "UserDefinedTargetBuildingBehaviour" * , which itself is just a dummy implementation of an inaccessible abstract class. So that's a dead end.
I am a bit at a loss now. As long as there is no easy way to save the camera image and later override the camera stream and recreate the target (basically the smoke and mirrors approach), I can't see how it could be done.
Has anyone successfully implemented such a feature? Does anyone know where to start?
*(Why oh why isn't this solved with a 3 lines of OnGUI()? Instead we need to strip out a whole GUI framework just to get to the core functionality of this rather cool feature). I get that you want to provide functional examples that also serve as a fully working implementation, but it would be better for developers if you could just drop in these samples instead of having to cut down all the fat first.
Hey, will you able to achieve this? I am also trying to do a similar thing but hasn't found anything yet.