Ask Your Question

jgrabow1's profile - activity

2014-10-22 17:49:06 -0600 commented answer pre-recorded video in OpenCV

Thanks. I noticed there are two versions of the constructors for both images and video.. for video there is cv2.VideoCapture(filename) and cv.CaptureFromFile(filename).. for image there is cv2.imread(filename[, flags]) and cv.LoadImageM(filename, iscolor=CV_LOAD_IMAGE_COLOR). What exactly is the difference?

2014-10-21 22:33:44 -0600 asked a question pre-recorded video in OpenCV

Is there a way to import a pre-recorded video to use with openCV-python instead of live video feed from camera?