jcmellado / js-aruco

JavaScript library for Augmented Reality applications
Other
600 stars 132 forks source link

Id Markers #10

Closed tonsig closed 9 years ago

tonsig commented 9 years ago

Hello Juan, I am studying the JS-Aruco library and saw how to generate the fiducial marks; however, I am unable to get the ID of the markers as captured in the image. Do you have any link with the example? (Found in the generation of markers, a reference to markers [0] .id, however, it seems that this attribute is not instantiated by default in AR.detector).

jcmellado commented 9 years ago

The main page of the project (https://github.com/jcmellado/js-aruco) has some links with examples. It includes some references about the usage of the library too.

Basic demo: http://inmensia.com/files/aruco/getusermedia/getusermedia.html Full source code: https://github.com/jcmellado/js-aruco/tree/master/samples/getusermedia