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>
- WVR_StartMarker
- WVR_StopMarker
- WVR_StartMarkerObserver
- WVR_StopMarkerObserver
- WVR_GetMarkerObserverState
- WVR_StartMarkerDetection
- WVR_StopMarkerDetection
- WVR_GetArucoMarkers
- WVR_GetArucoMarkerData
- WVR_EnumerateTrackableMarkers
- WVR_CreateTrackableMarker
- WVR_DestroyTrackableMarker
- WVR_StartTrackableMarkerTracking
- WVR_StopTrackableMarkerTracking
- WVR_GetTrackableMarkerState
- WVR_ClearTrackableMarkers