WVR_StopCamera

WVR_EXPORT void WVR_StopCamera()

Function to stop camera that you already started.

This API will stop camera that you already started, and release related camera source. This API must be called by main thread.

How to use

Here is an example for the function:

#include <wvr/wvr_camera.h>

WVR_StopCamera();