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
One oddity (not really a bug, just something i found odd during testing with my webcam) is that that the cv::Mat adapter these executable's use doesnt preserve channel ordering. (e.g. if you have cam2image publish your webcam video and visualize it using showimage, cam2image is publishing a BGR image but showimage assumes any CV_8UC3 image it receives is RGB (since all the cv::Mat message conveys is that the image is CV_8UC3).
One oddity (not really a bug, just something i found odd during testing with my webcam) is that that the cv::Mat adapter these executable's use doesnt preserve channel ordering. (e.g. if you have cam2image publish your webcam video and visualize it using showimage, cam2image is publishing a BGR image but showimage assumes any CV_8UC3 image it receives is RGB (since all the cv::Mat message conveys is that the image is CV_8UC3).
Hm, that does sound like a bit of a bug. Could you please open up an issue at https://github.com/ros2/demos describing this issue? We probably won't have time to fix it for Iron, but it is something we should track.
One oddity (not really a bug, just something i found odd during testing with my webcam) is that that the cv::Mat adapter these executable's use doesnt preserve channel ordering. (e.g. if you have cam2image publish your webcam video and visualize it using showimage, cam2image is publishing a BGR image but showimage assumes any CV_8UC3 image it receives is RGB (since all the cv::Mat message conveys is that the image is CV_8UC3).
Hm, that does sound like a bit of a bug. Could you please open up an issue at https://github.com/ros2/demos describing this issue? We probably won't have time to fix it for Iron, but it is something we should track.
Setup
Checks
Check
cam2image
details
Try
# User input in terminal 1 ros2 run image_tools cam2image
Check
showimage
details
Try
# User input in terminal 1 ros2 run image_tools showimage
You can find the code used to generate this test case here
The text was updated successfully, but these errors were encountered: