WVR Marker

These APIs provide the way to access marker DS to manage the system resource of the marker detection and trackable markers.

To use marker feature, require wave.feature.marker “true” in AndroidManifest.xml.

<uses-feature
    android:name="wave.feature.marker"
    android:required="true" />

Note

Before using the marker feature, the developer must check whether the marker feature is supported or not through WVR Supported Features.

#include <wvr/wvr_marker.h>