public static bool GetFrame(ref CTextureRef tex) { return(_Webcam != null && _Webcam.GetFrame(ref tex)); }
public static bool GetFrame(ref STexture tex) { _Webcam.GetFrame(ref tex); return(true); }