OpenCV 3.1.0 VideoCapture

0 views
Skip to first unread message

RedDevil91

unread,
Jan 11, 2017, 4:08:44 PM1/11/17
to Anaconda - Public
Hi All!

I am trying to use webcam stream to my project but VideoCapture is not working. OpenCV 3.1.0 is installed via Miniconda from the linux-64 channel.

import cv2
cap = cv2.VideoCapture()
cap.open(0)

and cam.isOpened() is always false.
Does anybody know how can I solve this issue?

Regards,
RedDevil91

RedDevil91

unread,
Jan 16, 2017, 4:59:39 AM1/16/17
to Anaconda - Public
The problem is solved with the use of this module:

https://anaconda.org/menpo/opencv3
Reply all
Reply to author
Forward
0 new messages