コード例 #1
0
ファイル: VisionTests.cs プロジェクト: allisterb/Victor
 public void CanCapture()
 {
     CV.CaptureCamera();
     Assert.True(true);
 }