xml3d / xml3d.js

The WebGL/JS implementation of XML3D
Other
75 stars 25 forks source link

Custom Marker for AR #119

Closed electricBonfire closed 9 years ago

electricBonfire commented 9 years ago

Is it possible to create Custom Markers and use them for an Augmented Reality implementation?

csvurt commented 9 years ago

Yes, we actually have a couple of examples based on marker tracking, you can find them here and here. They use the JSARToolkit and some custom Xflow operators to produce transformation matrices from the marker tracking information.

Those examples also show how to use a webcam as input for the marker detection process.