I\'ve installed OpenCV 2.2 and now I can\'t get webcam capture to work. It worked ok in 2.1. OpenCV detects a webcam, doesn\'t report any errors or warnings, but each frame
You might try a look at this post as well.
To put it simple, changing
from
import cv
to
import cv2.cv as cv
worked for me. See also the post here.