public static bool arwCapture() { if (Application.platform == RuntimePlatform.IPhonePlayer) { return(ARNativePluginStatic.arwCapture()); } else { return(ARNativePlugin.arwCapture()); } }
/// <summary> /// Captures a newest frame from the video source. /// </summary> /// <returns>true if successful, false if an error occurred.</returns> public bool arwCapture() { return(ARNativePlugin.arwCapture()); }