ros-drivers / video_stream_opencv

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

Do not flip old image multiple times #31

Closed garaemon closed 5 years ago

garaemon commented 5 years ago
awesomebytes commented 5 years ago

@furushchev I plan to merge all your latest changes, but I feel this one needs to be merged first. Do you agree?

furushchev commented 5 years ago

@awesomebytes I think it is better to merge #35 first and then merge other PRs in order to test new features.

furushchev commented 5 years ago

@garaemon Could you rebase origin/master?

awesomebytes commented 5 years ago

You mean rebase and merge this PR?

furushchev commented 5 years ago

@awesomebytes No, I just asked @garaemon to rebase origin/master to enable testing so that we can see if the change in this PR passes the tests.

garaemon commented 5 years ago

@furushchev @awesomebytes I've just rebased.