RobotWebTools / web_video_server

HTTP Streaming of ROS Image Topics in Multiple Formats
http://ros.org/wiki/web_video_server
BSD 3-Clause "New" or "Revised" License
280 stars 190 forks source link

Conflicting Versions of OpenCV #55

Closed Astaffe closed 1 month ago

Astaffe commented 6 years ago

There seems to be issues with other ROS packages that use OpenCV 3.2. I have many ros packages dependent on 3.2, but when running rosrun web_video_server web_video_server, the following error occurred: /opt/ros/kinetic/lib/web_video_server/web_video_server: error while loading shared libraries: libopencv_core3.so.3.3: cannot open shared object file: No such file or directory, thus trying to link against the version other ros packages are dependent upon. I fixed this issue via source install, cloning the respiratory and running catkin_make.

jihoonl commented 6 years ago

I have tested multiple pcs to reproduce it. But, it doesn't happen to me. Can you provide more detail