ros-drivers / video_stream_opencv

A package to open video streams and publish them in ROS using the opencv videocapture mechanism
224 stars 159 forks source link

Build on 22.04 #114

Open lucasw opened 1 year ago

lucasw commented 1 year ago

There's a std::shared_mutex error fixed by building with the default C++ version (17 for 22.04, 14 for 20.04) and the boost placeholders is needed when building on Ubuntu 22.04.

Also the mov link didn't work for testing the rtsp stream, but mp4 does.