Skip to content

color processing block acc to platform #11294

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

Merged

Conversation

remibettan
Copy link
Contributor

Tracked by: LRS-599

@remibettan remibettan requested review from Nir-Az and dmipx January 5, 2023 12:10
@remibettan
Copy link
Contributor Author

closing branch because of design change

@remibettan remibettan closed this Jan 5, 2023
}

std::string driver_str = reinterpret_cast<char*>(cap.driver);
return (driver_str.substr(0, 5) == "tegra");
Copy link
Collaborator

Choose a reason for hiding this comment

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

close missing

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

@@ -1526,6 +1526,24 @@ namespace librealsense
buf_mgr.set_md_attributes(bytesused, md_start);
}

bool v4l_mipi_device::is_platform_jetson() const
{
int fd = open(_name.c_str(), O_RDONLY);
Copy link
Collaborator

Choose a reason for hiding this comment

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

Instead lets use get_dev_capabilities

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

@remibettan remibettan reopened this Jan 10, 2023
@remibettan remibettan force-pushed the adl-p_color_pb_acc_to_platform branch from c8387da to abd95d8 Compare January 10, 2023 07:31
@remibettan remibettan requested a review from Nir-Az January 10, 2023 07:31
Copy link
Collaborator

@Nir-Az Nir-Az left a comment

Choose a reason for hiding this comment

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

LGTM

@Nir-Az Nir-Az merged commit a416a09 into IntelRealSense:adl-p Jan 11, 2023
@remibettan remibettan deleted the adl-p_color_pb_acc_to_platform branch July 29, 2025 14:05
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.

2 participants