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

Support for Y411 format #9065

Merged
merged 17 commits into from Jul 4, 2021
Merged

Support for Y411 format #9065

merged 17 commits into from Jul 4, 2021

Conversation

maloel
Copy link
Collaborator

@maloel maloel commented May 20, 2021

Reopened #8871

Native & SSE support included.

Tracked on [RS5-10803]

src/sensor.cpp Outdated Show resolved Hide resolved
wrappers/python/python.hpp Outdated Show resolved Hide resolved
@@ -2060,6 +2060,7 @@ class Frame {
case constants.format.FORMAT_GPIO_RAW:
case constants.format.FORMAT_RAW10:
case constants.format.FORMAT_FG:
case constants.format.RS2_FORMAT_Y411:
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

The other ones don't have RS2_.... intended?

Copy link
Contributor

Choose a reason for hiding this comment

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

fixed

wrappers/matlab/format.m Outdated Show resolved Hide resolved
src/l500/l500-color.cpp Outdated Show resolved Hide resolved
src/sensor.cpp Outdated Show resolved Hide resolved

namespace librealsense
{
class l535_color :public l500_color
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Rename color_device, please, inside ivcam2::l535

Copy link
Contributor

Choose a reason for hiding this comment

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

done

src/l500/l535-color.h Outdated Show resolved Hide resolved
src/l500/l535-color.cpp Outdated Show resolved Hide resolved
src/l500/l535-color.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.h Outdated Show resolved Hide resolved
src/proc/y411-converter.h Outdated Show resolved Hide resolved
wrappers/nodejs/index.js Outdated Show resolved Hide resolved
src/proc/y411-converter.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.cpp Outdated Show resolved Hide resolved
src/proc/y411-converter.h Outdated Show resolved Hide resolved
src/proc/y411-converter.h Outdated Show resolved Hide resolved
src/l500/l535-color.cpp Outdated Show resolved Hide resolved

namespace librealsense
{
void convert_yuv_to_rgb(const byte yuv[3], byte * rgb)
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Needs documentation

@maloel maloel changed the base branch from development to y411 July 4, 2021 10:43
@maloel maloel merged commit ca30026 into IntelRealSense:y411 Jul 4, 2021
@maloel maloel mentioned this pull request Jul 15, 2021
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.

None yet

2 participants