views:

186

answers:

1

I've just implemented a version of the ported NyARToolkit for the iphone and I'm trying to use my own marker. I've created the marker and added it to my project file and then changed all instances of patt.hiro to be patt.mymarker. However it's still trying to detect the old hiro pattern.

I've noticed there's a file being used:

#define DATA_FILE "data/320x240ABGR.raw"

I'm presuming this is the missing part of the puzzle, does anybody know how to recreate this file to relate to my new marker image? Or if anyone has any other suggestions as to what the problem might be them fire them my way!

Thanks!

A: 

can you please share your source for it?