-
Notifications
You must be signed in to change notification settings - Fork 606
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
Add conversions for YUY2 (YUYV) encoding #309
Conversation
@ros-pull-request-builder retest this please |
I guess this is blocked until |
it has been a long time, when will it going to be released? |
Should we expect this to be released soon? |
712e614
to
36adbcc
Compare
The |
Thanks for work on this @sgvandijk. Useful since the raspberry pi camera modules only seem to be ROS1. |
Signed-off-by: Sander G. van Dijk <[email protected]>
Signed-off-by: Sander G. van Dijk <[email protected]>
@mjcarroll I've rebased to latest |
You might want to take out bionic of the CI testing in this branch? |
Superceded by #396 |
In ros2/common_interfaces#78 the
yuv422_yuy2
image encoding was added, which is the format commonly coming out of webcams.This PR adds conversions from this format, in line with the existing
yuv422
ones for UYVY.