Please change line 110 from `capture = cv.CreateCameraCapture ...` to `capture = cv.CaptureFromCAM ...` After that change I got a much more stable image.
Please change line 110 from
capture = cv.CreateCameraCapture ...to
capture = cv.CaptureFromCAM ...After that change I got a much more stable image.