Exemplo n.º 1
0
 public static bool GetFrame(ref CTextureRef tex)
 {
     return(_Webcam != null && _Webcam.GetFrame(ref tex));
 }
Exemplo n.º 2
0
 public static bool GetFrame(ref STexture tex)
 {
     _Webcam.GetFrame(ref tex);
     return(true);
 }