Ask Your Question

dkj5042's profile - activity

2020-07-02 15:25:53 -0600 received badge  Notable Question (source)
2020-01-02 10:14:00 -0600 received badge  Popular Question (source)
2018-01-24 10:58:24 -0600 edited question Delay in frame grabbing with OpenCV3 and Ubuntu 16.04.

Delay in frame grabbing with OpenCV3 and Ubuntu 16.04. OpenCV => 3.2 Operating System / Platform => Ubuntu 16.04 P

2018-01-24 10:58:24 -0600 received badge  Editor (source)
2018-01-24 10:56:50 -0600 asked a question Delay in frame grabbing with OpenCV3 and Ubuntu 16.04.

Delay in frame grabbing with OpenCV3 and Ubuntu 16.04. OpenCV => 3.2 Operating System / Platform => Ubuntu 16.04 P

2017-03-10 19:33:29 -0600 commented question Why is Python using opencv 2.4.9.1?

Thats a part of Ubuntu 16.04. I partly solved the problem by uninstalling python-opencv but then, it also uninstalled some ROS packages like image_view etc.

2017-03-09 10:09:04 -0600 asked a question Why is Python using opencv 2.4.9.1?

I had installed opencv 3.2 on ubuntu 16.04. And initially python was using opencv 3.2. However, for reasons unknown to me, python is now only importing opencv 2.4.9. If I type in opencv_version in ubuntu terminal I get 3.2 as answer. However, if I use cv2.__version__ in python terminal, I get 2.4.9.1. All the codes I had written are using opencv3.2 functions. Please help-- I tried searching other forums but could not find anything similar.