Beispiel #1
0
        public void Dispose()
        {
            if (camera != null && camera.IsConnected)
            {
                camera.EnsureDisconnected();
            }

            camera = null;
        }
Beispiel #2
0
 public DirectShowVideoBase()
 {
     camera = new VideoCaptureImpl.VideoCapture();
 }