Python: VideoCapture: "null argument to internal routine" (Bug #848)
Description
The following code fails on Windows 7, 64-bit using OpenCV 2.2 with Python 64-bit bindings:
import cv
camera = cv.VideoCapture(0)
camera.isOpened()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
SystemError: null argument to internal routine
The old camera interface (camera = cv.CreateCameraCapture(0)) works fine.
History
Updated by Alexander Mordvintsev almost 14 years ago
fixed in SVN trunk, rev. 5116
- Status changed from Open to Done
- (deleted custom field) set to fixed