Beispiel #1
0
        public override bool Reset()
        {
            if (_adapter != null)
            {
                return true;
            }

            _adapter = new IvdDataAdapter(_inputVideoDeviceId, (int)_readSpeed, (int)_width, (int)_height); ;
            _adapter.Start();

            return true;
        }