-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Support for Y411 format #9065
Conversation
wrappers/nodejs/index.js
Outdated
@@ -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: |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
src/l500/l535-color.h
Outdated
|
||
namespace librealsense | ||
{ | ||
class l535_color :public l500_color |
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
nodejs matlab cs java
…to be dropped as expected_size > sizeof(byte)*fr->data.size().
|
||
namespace librealsense | ||
{ | ||
void convert_yuv_to_rgb(const byte yuv[3], byte * rgb) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs documentation
Reopened #8871
Native & SSE support included.
Tracked on [RS5-10803]