Skip to content

Instantly share code, notes, and snippets.

@krk
Created June 27, 2017 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krk/66239b7dd4c6f54b93b7e9aa3baf1448 to your computer and use it in GitHub Desktop.
Save krk/66239b7dd4c6f54b93b7e9aa3baf1448 to your computer and use it in GitHub Desktop.
CvCapture* capture = 0;
capture = cvCaptureFromCAM(0);
IplImage* videoFrame = NULL;
videoFrame = cvQueryFrame(capture); // kameradan görüntü alınır
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment