Commit 2d0b20df authored by Stefano Fabri's avatar Stefano Fabri

Removed a debug print

parent 183f2306
...@@ -254,8 +254,7 @@ IplImage* CvCaptureCAM_PvAPI::retrieveFrame(int) ...@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment