I have been trying to create a simple program with Python which uses OpenCV to get a video feed from my webcam and display it on the screen.
I know I am partly there
change import cv to import cv2.cv as cv See also the post here.
import cv
import cv2.cv as cv