Skip to content
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

Feature request: Add support for visualizing YUV image formats #682

Closed
asobhy-qnx opened this issue May 10, 2021 · 3 comments · Fixed by #701
Closed

Feature request: Add support for visualizing YUV image formats #682

asobhy-qnx opened this issue May 10, 2021 · 3 comments · Fixed by #701
Labels
help wanted Extra attention is needed

Comments

@asobhy-qnx
Copy link

asobhy-qnx commented May 10, 2021

Most cameras in the field output data in YUV formats. It would be nice to add support for visualizing image msgs of YUV formats and not just RGB. This could be implemented by converting YUV to RGB within rviz and then visualizing it.

So if the encoding field in the Image msg is yuv then do the conversion in rviz2 to be able to see the video feed, https://github.com/ros2/common_interfaces/blob/master/sensor_msgs/msg/Image.msg

@asobhy-qnx
Copy link
Author

@clalancette what do you think of this?

@clalancette
Copy link
Contributor

Sure, it seems like a reasonable enough request. Please feel free to submit a PR for it.

@clalancette clalancette added the help wanted Extra attention is needed label May 11, 2021
@asobhy-qnx
Copy link
Author

Great! Yes we can work on it 👍

This was referenced Jul 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants