-
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
Adding 36i #13646
base: development
Are you sure you want to change the base?
Adding 36i #13646
Conversation
@@ -114,6 +114,7 @@ namespace librealsense | |||
case ds::RS430I_PID: | |||
case ds::RS435_RGB_PID: | |||
case ds::RS435I_PID: | |||
case ds::RS436I_PID: |
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.
This is a question.
Should we use color values like D435 or D455?
src/ds/d400/d400-factory.cpp
Outdated
dev_info, d400_device::_hw_monitor, get_firmware_logs_command(), get_flash_logs_command()) | ||
{ | ||
check_and_restore_rgb_stream_extrinsic(); | ||
if (_fw_version >= firmware_version(5, 16, 0, 0)) |
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.
Don't think we need it the fw version check.
The FW that will support D436i is higher
src/ds/d400/d400-factory.cpp
Outdated
}; | ||
} | ||
|
||
bool is_rgb_extrinsic_valid(const std::vector<uint8_t>& raw_data) const |
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.
Do we have this function on D455 too?
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.
no - it is in D435i only.
It now appears for 36i because I copied from there - I ll check it.
src/ds/d400/d400-private.h
Outdated
@@ -155,6 +161,7 @@ namespace librealsense | |||
{RS435_RGB_PID, "5.8.15.0" }, | |||
{RS405U_PID, "5.8.15.0" }, | |||
{RS435I_PID, "5.12.7.100" }, | |||
{RS436I_PID, "5.16.3.100" }, |
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.
Please add a TODO update the final FW version
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
Let\s add a camera shader 3D model for D436i. librealsense/src/gl/camera-shader.cpp Line 167 in f7f622e
(needs to follow the changes) |
Tracked by: RSDEV-3024