Can the portion of the screen being sampled for a trackable image be defined within the SDK? Part of our goal here is to decrease CPU usage and also to free up a portion of the screen where we really don't need to search for any trackable information. Within our UI we have buttons and other imagery that obscure areas, and thus shouldn't really be checked.
Is there a simple way to set something like this up?
Thanks,
-liam m-
There isn't a mechanism for telling the tracker to only search one portion of the camera image for trackables. I wonder, would you prefer a method for rendering the camera image to only one part of the screen? Then you wouldn't be hiding portions of the camera image with your UI, instead you would shrink the camera image to fit a smaller portion of the screen.
- Kim