add RAW8 modes and extend sensor mode support#27
Merged
andrestraker merged 2 commits intoMay 21, 2026
Conversation
…port - Introduce multiple RAW8 (MEDIA_BUS_FMT_SRGGB8_1X8) modes with new resolutions and configurations in adsd3500_mode_tbls and mode info. - Extend enum and frame format tables to expose additional sensor operating modes (modes 69–81) at 30 FPS. - Update mode info table with corresponding pixel rate and link frequency entries to ensure proper pipeline configuration. Signed-off-by: Sivasubramanaiyan Padmanaban <sivasubramaniyan.padmanaban@analog.com>
- Introduce multiple RAW8 (MEDIA_BUS_FMT_SRGGB8_1X8) modes with new resolutions and configurations in adsd3500_mode_tbls and mode info. - Update mode info table with corresponding pixel rate and link frequency entries to ensure proper pipeline configuration. Signed-off-by: Sivasubramanaiyan Padmanaban <sivasubramaniyan.padmanaban@analog.com>
andrestraker
approved these changes
May 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request adds RAW8 sensor mode support to the ADSD3500 driver
across both NVIDIA (L4T) and Raspberry Pi platforms, extending the
available set of sensor configurations and improving flexibility for
depth and AB streaming use cases.
resolutions and configurations in adsd3500_mode_tbls.
operating modes (modes 69–81) at 30 FPS.
pixel rate and link frequency to ensure correct pipeline setup.
feature availability.
These changes enable support for additional sensor output formats,
including interleaved depth/confidence data and superframe-based
configurations, matching newer firmware capabilities and expanding
application coverage.