Skip to content

Instantly share code, notes, and snippets.

@ogonbat
Created July 8, 2012 12:21
Show Gist options
  • Save ogonbat/3070689 to your computer and use it in GitHub Desktop.
Save ogonbat/3070689 to your computer and use it in GitHub Desktop.
frames check
private void ProcessFrame(object sender, EventArgs arg)
{
Image frame = _capture.QueryFrame();
captureImageBox.Image = frame;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment