ros-drivers / gscam

ROS Camera driver for GStreamer-based video streams.
136 stars 172 forks source link

Allow stopping a stream before EOS #32

Closed plugz closed 4 years ago

plugz commented 7 years ago

When unloading a gscam nodelet, the thread join may block forever if the stream does not have an end. For example, an rtp/udp video source. Adding a stop function to GSCam will prevent the infinite hangout.