-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Image Transport (Idea) #21
Comments
Are you referring to the For example, some cameras directly offer a MJPEG stream from which the JPEG data can directly be extracted and used in the Overall, I tried to avoid image data conversion by providing the raw datastream when possible and only convert data when this is requested by a topic subscription. |
Hello again, I'm reffering to use from image_common the
|
What benefits would you see for using the |
I see the benefit using the default plugins, like compressed_image_transport. The missed option is compression_quality currently this is not supported by the node but 1.CameraPublisher (Will have advantage of the default plugins like That was it. |
If it's just about the interface for the Currently, the amount of plugins in
When more useful transport plugins become available, e.g. for MJPEG or hardware de-/encoded AV1, then I could see the point of using the As an intermediate solution until more useful plugins become available, would you be interested in replicating the interface (adding the remaining parameters etc.) and sending a PR for that? |
Sure ı can do this, ı will implement and send a PR. Thank you for the detailed infotmation. |
Hello again, |
Thanks for the PR. You can add the "Fixes" tag to the PR to have this issue automatically closed when the PR is merged. |
Fixed via #23. |
Hello,
Why aren't the advantages provided by the image_transport used when broadcasting images to the system? Is there a special reason for this? Or would it be useful to implement this when brodcarstin images?
The text was updated successfully, but these errors were encountered: