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