Nan
Nan

Reputation: 35

ARToolKit Custom camera tracking area

Iam making an iOS app using ARToolKit, everything is working fine. But my tracking objects are so close to each other , therefore most of the time it tracks most accurate tracking pattern and hard to focus on others. Is there a way to give a size or specify an area which the ARcamera should track ? something like 200px square area from centre of the AR camera to track. if so other camera area will not focus on tracking. Is there a way or any idea?

Upvotes: 0

Views: 282

Answers (1)

Wally Young
Wally Young

Reputation: 198

ARToolKit will process the video feed you supply it (via the libARVideo library). I would recommend having it process the whole video feed and only choosing to act on the markers you wish to use, not constraining the area of tracking. Otherwise, you can post-process the video feed to constrain to your desired dimensions.

Upvotes: 1

Related Questions