-
Not sure if this is the right place to inquire but at least I am assured of an authoritative technical response based on past experience. Using Vuforia can get more interesting if custom images can be loaded. Are there any plans to offer any "asset building" utility for this purpose? Perhaps Vuforia could be nudged into enabling custom trackables that should surely lead to more productive use of its libraries by FTC teams? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
The Vuforia support in the SDK should already support custom trackables simply by changing which asset is loaded. |
Beta Was this translation helpful? Give feedback.
-
I will follow up @Windwoes answer with the additional information that Vuforia is able to specifically track an image wrapped around a cone. The standard Target Manager feature of the Vuforia Developer site will let you upload an image to be wrapped around a cone or cylinder. Our team used this method for PowerPlay. It has proven quite sucessfull. Vuforia provides the cone rotation angle, and we use this to determine which image is facing the robot, |
Beta Was this translation helpful? Give feedback.
The Vuforia support in the SDK should already support custom trackables simply by changing which asset is loaded.
You can use the Vuforia Target Manager to create Image Target assets which you can then include in your Android Studio project.