Removed a debug print
This commit is contained in:
parent
183f2306c8
commit
2d0b20df9e
@ -254,8 +254,7 @@ IplImage* CvCaptureCAM_PvAPI::retrieveFrame(int)
|
|||||||
|
|
||||||
if (PvCaptureWaitForFrameDone(Camera.Handle, &(Camera.Frame), 1000) == ePvErrSuccess) {
|
if (PvCaptureWaitForFrameDone(Camera.Handle, &(Camera.Frame), 1000) == ePvErrSuccess) {
|
||||||
if (!monocrome)
|
if (!monocrome)
|
||||||
cvMerge(grayframe,grayframe,grayframe,NULL,frame);
|
cvMerge(grayframe,grayframe,grayframe,NULL,frame);
|
||||||
printf("Frame ok\n");
|
|
||||||
return frame;
|
return frame;
|
||||||
}
|
}
|
||||||
else return NULL;
|
else return NULL;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user