Ask Your Question

Nitinnaik's profile - activity

2019-04-10 01:38:49 -0600 answered a question Install gstreamer support for opencv python package

Please install gstreamer-devel version and set the path into system environment variable to build the opencv with gstrea

2019-03-30 02:19:17 -0600 received badge  Editor (source)
2019-03-30 02:19:17 -0600 edited question Error: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed

Error: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed While run the below program: vc = cv2.Vide

2019-03-30 02:14:53 -0600 asked a question Error: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed

Error: gst_element_get_state: assertion 'GST_IS_ELEMENT (element)' failed While run the below program: vc = cv2.Vide

2019-03-28 08:41:16 -0600 commented question getting error while importing cv2 in python2

I have Windows 10 32 bit machine and I have selected Wn32 for built. WITH_GSTREAMER=OFF in CMAKE I am able to import cv

2019-03-28 06:47:21 -0600 commented question getting error while importing cv2 in python2

I tried your approach. I built it with cmake -DBUILD_SHARED_LIBS=OFF and also cv2.pyd is present in the site-packages, s

2019-03-28 06:34:22 -0600 commented question getting error while importing cv2 in python2

Yes I have build it with cmake -DBUILD_SHARED_LIBS=OFF and also cv2.pyd is present int the site-packages

2019-03-28 04:36:27 -0600 asked a question getting error while importing cv2 in python2

getting error while importing cv2 in python2 I have successfully built opencv with gstreamer using CMAKE and Visual stud