Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to create an custom marker ? #49

Closed
RatzSumit opened this issue Aug 11, 2017 · 1 comment
Closed

How to create an custom marker ? #49

RatzSumit opened this issue Aug 11, 2017 · 1 comment

Comments

@RatzSumit
Copy link

We tried to use below mention steps, but unfortunately doesn't work. anyone can help with this ?
Binding a POI to a jsartoolkit marker is easy
- First add the awe-jsartoolkit-dependencies.js plugin (see above)
- Then select a marker image you'd like to use
- Then add the matching number as a suffix for your POI id (e.g. _64)
NOTE: See 64.png in this directory or https://github.com/kig/JSARToolKit/blob/master/demos/markers
This automatically binds your POI to that marker id - easy!

@awe-media
Copy link
Owner

The version of JSARToolkit used is configured to automatically detect markers with an internal grid of 5x5 squares. The set of standard markers are available here:

https://github.com/kig/JSARToolKit/tree/master/demos/markers

NOTE: These are all .png files but don't have the suffix on their filenames.

If you're having trouble with getting these working then please add a comment here with a sample of your code and we can help you with that.

If you want to add your own custom markers then you need to dive deeper into the JSARToolkit code to encode your own pattern files then load them so they are tracked.

What we're focused on now is providing true Natural Feature Tracking and are planning on releasing this as part of our awe.media platform in late September or early October. This allows you to use standard images like photo, product packaging, posters, book covers, etc. without the need for the ARTookit style black borders. This also works on both Android and iOS (requires iOS11+). Stay tuned to our twitter account and we'll make more announcements there when it's ready.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants