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

Adding 36i #13646

Open
wants to merge 11 commits into
base: development
Choose a base branch
from
Open

Adding 36i #13646

wants to merge 11 commits into from

Conversation

remibettan
Copy link
Contributor

Tracked by: RSDEV-3024

@remibettan remibettan requested a review from Nir-Az December 31, 2024 13:40
@@ -114,6 +114,7 @@ namespace librealsense
case ds::RS430I_PID:
case ds::RS435_RGB_PID:
case ds::RS435I_PID:
case ds::RS436I_PID:
Copy link
Collaborator

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?

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))
Copy link
Collaborator

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

};
}

bool is_rgb_extrinsic_valid(const std::vector<uint8_t>& raw_data) const
Copy link
Collaborator

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?

Copy link
Contributor Author

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.

@@ -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" },
Copy link
Collaborator

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

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@Nir-Az
Copy link
Collaborator

Nir-Az commented Jan 1, 2025

Let\s add a camera shader 3D model for D436i.
Should be same as D435

if (starts_with(dev_name, "Intel RealSense D435")) index = 1;

(needs to follow the changes)

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.

3 participants