Ask Your Question

thelearner's profile - activity

2020-10-03 02:36:11 -0600 received badge  Famous Question (source)
2019-07-24 06:43:31 -0600 received badge  Notable Question (source)
2019-07-24 06:43:31 -0600 received badge  Popular Question (source)
2018-06-28 00:28:58 -0600 commented question E1101:Module 'cv2' has no 'VideoCapture' member

i am running it on the Terminal, No IDE, Terminal says the same error, debugged in IDE, find out the problem.

2018-06-28 00:14:55 -0600 commented question E1101:Module 'cv2' has no 'VideoCapture' member

Moved the code

2018-06-28 00:14:39 -0600 edited question E1101:Module 'cv2' has no 'VideoCapture' member

E1101:Module 'cv2' has no 'VideoCapture' member from __future__ import absolute_import from __future__ import division f

2018-06-28 00:13:15 -0600 received badge  Editor (source)
2018-06-28 00:13:15 -0600 edited question E1101:Module 'cv2' has no 'VideoCapture' member

E1101:Module 'cv2' has no 'VideoCapture' member I tried to do a facial recognition using Facenet, where in the program,

2018-06-28 00:12:30 -0600 commented question E1101:Module 'cv2' has no 'VideoCapture' member

length of the chars not supportive.

2018-06-28 00:10:23 -0600 commented question E1101:Module 'cv2' has no 'VideoCapture' member

I am trying to run it in terminal, not on an IDE, the code is bit huge, couldn't attach it. from __future__ import abs

2018-06-28 00:07:02 -0600 commented question E1101:Module 'cv2' has no 'VideoCapture' member

(base) C:\Windows\system32>pip freeze | grep opencv opencv-python==3.4.1.15 I installed using pip install opencv-pyt

2018-06-27 23:31:35 -0600 asked a question E1101:Module 'cv2' has no 'VideoCapture' member

E1101:Module 'cv2' has no 'VideoCapture' member I tried to do a facial recognition using Facenet, where in the program,