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

Porting stride alignment patch from JP 5.0.2 to 5.1.2 & 6.0 #217

Merged
merged 1 commit into from
Jul 16, 2024

Conversation

Arun-Prasad-V
Copy link

Tracked by RSDSO-19734

Fixing broken images from Depth, IR and Color at 848x480 and 424x240.

@Nir-Az
Copy link
Collaborator

Nir-Az commented Jul 14, 2024

#define TEGRA_WIDTH_ALIGNMENT 1
/* Stride alignment */
-#define TEGRA_STRIDE_ALIGNMENT 1
+#define TEGRA_STRIDE_ALIGNMENT 64
Copy link
Author

Choose a reason for hiding this comment

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

Reference from JP 5.0.2 patch:

@Arun-Prasad-V Arun-Prasad-V marked this pull request as ready for review July 16, 2024 04: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.

Great catch Arun!

@Nir-Az Nir-Az merged commit bd44de8 into IntelRealSense:dev Jul 16, 2024
3 checks passed
@dmipx dmipx mentioned this pull request Aug 5, 2024
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