You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using ros humble and have the R and B colors flipped even though my image has correct encoding rgb8. The colors look right when seen from cv::imshow()
The real fix here is that we should be reading the encoding from the image message - and defaulting to bgr8 (the preferred) if no encoding is found - #850 fixes that
I'm using ros humble and have the R and B colors flipped even though my image has correct encoding
rgb8
. The colors look right when seen from cv::imshow()Color conversion on line 190 from branch
humble
in image_pipeline/image_view/src/image_view_node.cpp, is still required?The text was updated successfully, but these errors were encountered: