Start a new topic

Creating TargetCollection from existing targets

Creating TargetCollection from existing targets


Hey Wikitude team,

I was wondering if it is possible to reuse existing targets in new Targetcollections.

Let's say I have my TargetCollection A containing Targets A1, A2 and A3 and  my TargetCollection  B containing Targets B1, B2 and B3  

Now let's say I create a TargetCollection C and I want to include A1,A2 and B3 in it.

Is there a way to do this without resubmitting the images used to create the original targets?

Thanks!

 

This feature is not supported but you may use our Server API to implement that by your own.
Check out the RESTful API specs for more details.

Best regards,
Andreas

Hello Andreas,

Thanks a lot for your answer . I read the server API and REST api docs but still can't figure out how to copy a target from a target collection to another without having to resubmit the target image. Could you point me at the right methods/functions?  What did I miss?

Thanks and Have a good day!

Yes, you're right, there is no support for a "copy" feature.

You may implement that manually by resubmitting the target-image to another target-collection.


Best regards
Login or Signup to post a comment