Replies: 6 comments
-
@knorth55 @flynneva in the meantime, could you please share what you think about this? |
Beta Was this translation helpful? Give feedback.
-
@twdragon for me this sounds like scope creep and something that violates the single responsibility principle. This packages purpose is purely meant to grab images from v4l devices and publish it to ROS, that's it. |
Beta Was this translation helpful? Give feedback.
-
im not sure about your idea but is it like image_transport plugin? |
Beta Was this translation helpful? Give feedback.
-
@flynneva @knorth55 the idea is to provide lightweight API to make some basic processing, like flipping for example, avoiding republishing and using the |
Beta Was this translation helpful? Give feedback.
-
@twdragon i think it should be separate package. this package is just for grabbing image from usb device and publish. |
Beta Was this translation helpful? Give feedback.
-
OK, here we should keep the singular responsibility, so I close this discussion |
Beta Was this translation helpful? Give feedback.
-
Should the node provide a
pluginlib
-based API and mechanism to perform frame-based postprocessing of the image before being published? Please share your opinions here!Beta Was this translation helpful? Give feedback.
All reactions