XX000000
would be 8x8.
the higher the resolution, the longer it takes to match the pattern (slower performance), and the closer the marker must be to the camera to get all the information in the marker. of course, the lower the resolution, the fewer the total number of possible patterns, and the "uglier" (subjective term!) the pattern. i chose 8x8 for FLARManager's examples and tutorials because it's a good balance between performance and variety of patterns available. 16x16 generally works okay too.
also, i strongly recommend you load images into the marker generator, instead of capturing from your camera. the closer to black and white your pattern file is, the better it will work in a variety of environments. i also modify the resultant .pat files by hand -- every low number, i replace with 0; every high number, i replace with 255. if you do this, be VERY SURE to maintain whitespace, or your .pat files will break.
you can see this by taking a look at the .pat files included in FLARManager, in a text editor:
-eric