문제

I would like to implement a simple AR desktop application. This application should first recognize a marker out of a set of pre-registered ones, and then, show on screen some particular information related to the detected marker.

I was thinking on using ARToolkit, even if it is quite old and not anymore supported.

  1. Do you think ARToolkit is a good solution?
  2. How can I show text messages on screen using ARToolkit?
도움이 되었습니까?

해결책

I found an interesting article here http://mycodelog.com/2010/03/23/printw/.

It easily explains how to implement a "printw" function that works exactly like printf.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top