Marker”s” Generator Online Released!

Marker Generator Online Multi

Hi.
I released new ARToolKit Marker Generator.
It makes you create original markers for ARToolKit.
When this marker detects two or more marker, you can save all markers as a zip file, or save single marker as a *.pat file.

caution:You need a webcam to play this contents.

How to use

  1. Design your original markers and print it.
  2. open ARToolKit Marker Generator Online Multi.
  3. Set segments and marker size.
  4. Point your webcam at the printed markers.
  5. Push “Get Pattern” button when a red line encloses the markers. and go “save mode”.
  6. When “save mode” starts, Preview window appears.
  7. Red squares show all of detected markers.
  8. Green square shows the marker in the preview now.
  9. Preview Window has 6 buttons.
    • Push “Prev/Next” button to change marker.
    • Push “Delete” button to exclude current previewing marker from target.
    • Push “Save All” button to save all pattern file “*.zip”.
    • Push “Save Current” button to save previewing pattern file “*.pat”.
    • Push “Cancel” button or close window to end “save mode”.

To get source code.

Please SVN check out from here.
http://www.libspark.org/svn/as3/ARToolKitMarkerGeneratorMulti/

21 Responses to “Marker”s” Generator Online Released!”

  1. Jamie says:

    Why does the import image one work? I get no option to “get pattern”

  2. rafa says:

    cool tks

  3. Katun says:

    Thnx!
    But, please, add to your code Mac Camera detection supply.

    I used this code:

    var index:int=0;

    for (var i : int = 0; i < Camera.names.length; i++) {

    if (Camera.names[i]=="USB Video Class Video") {

    index=i;

    }

    }

    this._webcam=Camera.getCamera(String(index));

  4. Masamune says:

    Hi, thanks a lot for the english translation.

  5. [...] – Wrapper library by Eric Socolofsky. Marker generator – Print out your marker and use this application to create the .pat file. Blender – [...]

  6. tarotarorg says:

    Hi, Katun.
    Thanks for your code.
    I will try it.

    Thank you.

  7. tarotarorg says:

    Hi, rafa.
    Thank you.

  8. tarotarorg says:

    Hi, Masamune.
    Thank you.

  9. dr. cosmos says:

    thanks man, this makes life a lot easier. What are you working on now?

  10. Jk_ says:

    Thanks for sharing! Very useful app. Greetings from Belgium.

  11. [...] el código para generarlas lo desconozco pero el generador de marcadores está disponible en esta dirección. Lo importante a la hora de generar el marcador es escoger una imagen que pueda reconocerse desde [...]

  12. Dan Brickley says:

    This looks great, but I’m having no luck yet.

    I’ve been trying to make it recognise something like http://en.wikipedia.org/wiki/File:FoafLogo.svg …. eg. by loading a bitmap into an image editor, reducing to 32×32 and 16×16 and printing a high-contrast version. But no success, it doesn’t seem to notice even thick black lines…

  13. shani says:

    thanks a lot

    can you explain how to use the source code
    i want to use the generator offline

    thanks again

  14. [...] Online Marker Generator Blender Blender AS3 Export [...]

  15. [...] They are online services that will generate this file for you when you upload your marker file, here is one. There is also an air app to do this, available here. 2) The “camera_para.dat” [...]

  16. JoshuaVP says:

    I can’t seem to get the upload an image to work either. Any thoughts?

  17. The Bart says:

    I couldn’t get the image upload to work either until I saw actual dimensions on Mikko Haapoja’s blog. The outer black square needs to be 80mm x 80mm and the inner white area needs to be 40mm x 40mm. After I did that the program recognized it.

Leave a Reply