Skip to content

Instantly share code, notes, and snippets.

@amiller
Created March 28, 2011 03:59
Show Gist options
  • Select an option

  • Save amiller/889984 to your computer and use it in GitHub Desktop.

Select an option

Save amiller/889984 to your computer and use it in GitHub Desktop.
import cv
cap = cv.CreateCameraCapture(0)
frame = cv.QueryFrame(cap)
cv.ShowImage('frame', frame)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment