WVR_StopMarker

WVR_EXPORT void WVR_StopMarker()

Function is used to stop marker features.

This API will stop operations related to markers.

Version
API Level 13

How to use

Sample function:

#include <wvr/wvr_marker.h>

if (WVR_StartMarker() == WVR_Success) {
    // ...

    WVR_StopMarker();
} else {
    // start marker failed!
}