【发布时间】:2013-06-22 13:26:57
【问题描述】:
我正在尝试使用此函数 cap=cv2.VideoCapture("http://192.168.180.60:82/videostream.cgi?user=admin&pwd=") 在 Python 2.7 中将我的 ip-camera 与 OpenCV 2.4.5 连接,但它给了我这个错误:
input_bluray: (bluray_class_get_instance:1455) bluray_class_get_instance
input_bluray: (bluray_class_get_instance:1455) bluray_class_get_instance
demux_wavpack: (open_wv_file:127) open_wv_file: non-seekable inputs aren't supported yet.
(ERROR)icvOpenAVI_XINE(): Unable to open source 'http://192.168.180.60:82/videostream.cgi?user=admin&pwd='
在this forum 中,他们将 icvOpenAVI_XINE 错误作为 --enable-shared 标志的 ffmpeg 问题进行了讨论,我这样做了很多次,但问题仍然存在
【问题讨论】:
标签: python opencv ubuntu ffmpeg ip-camera