Finally, I put up the documentation and files for the new version of SimpleARToolKit library for Processing. The official page is at http://www.bryanchung.net/?page_id=415.
Enjoy and happy coding.
|
||||||
|
Finally, I put up the documentation and files for the new version of SimpleARToolKit library for Processing. The official page is at http://www.bryanchung.net/?page_id=415. Enjoy and happy coding. This one plays back four rectangular planes of digital videos. There are two separate videos loaded and played back. People everywhere are talking about this one using an ActionScript version of ARToolKit with Papervision3D. You can check out the live version from http://09.aid-dcc.com/. Here is the source code for the last post using the new augmented reality library. In this case, I use the JMyron as the capture mechanism. It displays a short quicktime video “mv02.mov” on top of the marker. import JMyron.*; SimpleARToolKit ar; void setup() { I modify the previous ARToolKit library for Processing. It has a better programming interface and tracking performance. You can choose either to use the Capture object or the JMyron object for the live video. And the canvas size can now be different from the capture size. Have a look of the demonstration video. I’ll send [...] |
||||||
|
Copyright © 2010 Bryan Chung - All Rights Reserved |
||||||