This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Keybase proof | |
I hereby claim: | |
* I am rabid-inventor on github. | |
* I am rabid_inventor (https://keybase.io/rabid_inventor) on keybase. | |
* I have a public key whose fingerprint is 443A BD6C FB6F 5E32 8D4C 4B02 22E5 E8CD A930 B30E | |
To claim this, I am signing this object: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import cv2.cv as cv | |
import time | |
cv.NamedWindow('a', 1) | |
cv.NamedWindow('b', 1) | |
cv.NamedWindow('c', 1) | |
cv.NamedWindow('d', 1) | |
cap = cv.CaptureFromCAM(-1) | |
cv.SetCaptureProperty(cap, cv.CV_CAP_PROP_FRAME_HEIGHT, 240) | |
cv.SetCaptureProperty(cap, cv.CV_CAP_PROP_FRAME_WIDTH, 320) |