-
Notifications
You must be signed in to change notification settings - Fork 598
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
[bug] When the parameter pixel_format
: "uyvy2rgb" is in the configuration file, the No image with rqt_image_view
software
#288
Comments
zymouse
changed the title
[bug] 根据上面修改后报错 while trying to convert image from 'rgb8' to 'rgb8' an exception was thrown (Image is wrongly formed: step < width * byte_depth * num_channels or 3840 != 1920 * 1 * 3)
[bug] while trying to convert image from 'rgb8' to 'rgb8' an exception was thrown (Image is wrongly formed: step < width * byte_depth * num_channels or 3840 != 1920 * 1 * 3)
Nov 1, 2023
zymouse
changed the title
[bug] while trying to convert image from 'rgb8' to 'rgb8' an exception was thrown (Image is wrongly formed: step < width * byte_depth * num_channels or 3840 != 1920 * 1 * 3)
[bug] When the parameter Nov 2, 2023
pixel_format
: "uyvy2rgb" is in the configuration file, the No image with rqt_image_view
software
Converted
|
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
branch: ros2
commit: 64c417f
settled
pixel_format
: "uyvy":image_raw
is displayed normallyimage_raw/compressed
is not displayed correctly.pixel_format
: "uyvy2rgb":image_raw
display exceptionimage_raw/compressed
is not displayed correctly.opencv
API,vyvu
torgb
:image_raw
is displayed normallyimage_raw/compressed
is displayed normallyError prompt
ros2 run rqt_image_view rqt_image_view
while trying to convert image from 'rgb8' to 'rgb8' an exception was thrown (Image is wrongly formed: step < width * byte_depth * num_channels or 3840 != 1920 * 1 * 3)
config file
Description of the problem
pixel_format: "uyvy" display normal
pixel_format: "uyvy2rgb" displays incorrectly
My modifications
The text was updated successfully, but these errors were encountered: