Open christianrauch opened 2 months ago
Hi @christianrauch, I have test the step on my laptop(ubuntu22.04, ros2 humble), seems it is working, cannot reproduce the issue you description
Is this issue based on specific Platform or ROS version
Is this issue based on specific Platform or ROS version
I tested this on Ubuntu 24.04 / ROS jazzy with and compiled the node from source.
I can reproduce this also with the v4l2_camera
package on jazzy
:
# 'v4l2_camera' package, 'sudo apt install ros-jazzy-v4l2-camera'
ros2 run v4l2_camera v4l2_camera_node --ros-args -p output_encoding:=yuv422_yuy2
ros2 run image_view image_view --ros-args -r /image:=/image_raw
Using the
image_view
/image_view::ImageViewNode
with image encodingyuv422_yuy2
causes exception:This is probably easiest reproducible with the
camera_ros
node:The exception is thrown by
cv::imshow
.