我正在尝试使用此函数将我的 ip-camera 与 Python 2.7 中的 OpenCV 2.4.5 连接cap=cv2.VideoCapture("http://192.168.180.60:82/videostream.cgi?user=admin&pwd=")
,但它给了我这个错误:
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='
在这个论坛中,他们讨论了 icvOpenAVI_XINE 错误作为 --enable-shared 标志的 ffmpeg 问题,我这样做了很多次,但问题仍然存在