C# (CSharp) OpenCvSharp VideoCapture.Grab - 1 exemples trouvés. Ce sont les exemples réels les mieux notés de OpenCvSharp.VideoCapture.Grab extraits de projets open source. Vous pouvez noter les exemples pour nous aider à en améliorer la qualité.
Grabs the frame from camera or file. The grabbed frame is stored internally. The purpose of this function is to grab frame fast that is important for syncronization in case of reading from several cameras simultaneously. The grabbed frames are not exposed because they may be stored in compressed format (as defined by camera/driver). To retrieve the grabbed frame, cvRetrieveFrame should be used.