On Wed, Jul 22, 2009 at 11:45 AM, Fabien Sayer<fabien...@gmail.com> wrote:
> I can't find anything about how to use FLARToolKit without
> pattern...Maybe FLARToolKit is not use to do that?
flartoolkit needs one or more patterns, you cant do anything but
recognizing these patterns 3d locations with flartoolkit.
>
> Zugara use it to create an app for online shopping:
> http://weareorganizedchaos.com/index.php/2009/06/23/zugara-launches-online-shopping-app-utilizing-augmented-reality-and-motion-capture/
their "buttons" are (or rather may be) actually very simple codes that
simply detect if there is a motion in certain area. some examples of
this are very old (from flash 8 days - long before flartoolkit
appeared), you can find them all over the internet, for example
http://gskinner.com/blog/archives/2005/11/flash_8_webcam_1.html
> - capture a part of the webcam video and use it like it was a pattern,
> but functions used to do that need a real pattern (.pat)
functions actually need bytearray. look up tarotaro online marker
generator, rip out relevant code and you are set.
> - capture a part of webcam video and make a real pattern file using
> source code of the application to make pattern file...
that's what it does, doesnt it?