Skip to content
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

Yuv to rgb changes #701

Merged
merged 9 commits into from
Jul 14, 2021
Merged

Yuv to rgb changes #701

merged 9 commits into from
Jul 14, 2021

Conversation

cturcotte-qnx
Copy link
Contributor

Added function to convert YUV format images into RGB inside rviz.

Fixes #682

@cturcotte-qnx
Copy link
Contributor Author

@clalancette

@ahcorde ahcorde requested a review from clalancette June 14, 2021 14:16
Copy link
Contributor

@ahcorde ahcorde left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, just a small style issue

bufferptr_->data(), const_cast<uint8_t *>(image_data.data_ptr_),
0, height_, width_, stride_);
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change

@clalancette clalancette self-assigned this Jul 1, 2021
@ahcorde
Copy link
Contributor

ahcorde commented Jul 13, 2021

  • Linux Build Status
  • Linux-aarch64 Build Status
  • macOS Build Status
  • Windows Build Status

@ahcorde
Copy link
Contributor

ahcorde commented Jul 14, 2021

The test failures are all in CycloneDDS itself (so not related to this PR). Merging

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature request: Add support for visualizing YUV image formats
4 participants