mirror of
https://github.com/opencv/opencv.git
synced 2025-06-13 04:52:53 +08:00
Added resources release for AVT cameras (ticket #1814)
This commit is contained in:
parent
624880fd67
commit
3d108958e7
@ -127,6 +127,7 @@ void CvCaptureCAM_PvAPI::close()
|
||||
PvCommandRun(Camera.Handle, "AcquisitionStop");
|
||||
PvCaptureEnd(Camera.Handle);
|
||||
PvCameraClose(Camera.Handle);
|
||||
PvUnInitialize();
|
||||
}
|
||||
|
||||
// Initialize camera input
|
||||
|
Loading…
Reference in New Issue
Block a user