Ejemplo n.º 1
0
        public BaslerDevice()
        {
            //Create watcher to watch for device connection.

            //var superMuttWatcher = DeviceInformation.CreateWatcher(aqs);
            //superMuttWatcher.Added += this.OnDeviceAdded;
            //superMuttWatcher.Removed += this.OnDeviceRemoved;
            new Task(async() => await CheckDeviceAsync()).Start();
            _cameraHelper = new CameraInterchangeHelper();

            //superMuttWatcher.Start();
        }