This commit is contained in:
Maria Dimashova 2012-07-11 08:41:09 +00:00
parent e68b26e71f
commit bc3fb347a3

View File

@ -115,11 +115,14 @@ error:
/**********************************************************************************/
void CvCaptureCAM_XIMEA::close()
{
if(hmv)
{
xiStopAcquisition(hmv);
xiCloseDevice(hmv);
hmv = NULL;
}
}
/**********************************************************************************/