Skip to content

Embedded filters python example#14552

Merged
OhadMeir merged 3 commits intorealsenseai:developmentfrom
remibettan:embedded-filters-python-example
Dec 30, 2025
Merged

Embedded filters python example#14552
OhadMeir merged 3 commits intorealsenseai:developmentfrom
remibettan:embedded-filters-python-example

Conversation

@remibettan
Copy link
Contributor

Tracked by: RSDEV-5433

@remibettan remibettan requested a review from OhadMeir December 29, 2025 13:17
print('Device is not connected')
sys.exit(1)
if device.supports(rs.camera_info.connection_type):
if device.get_info(rs.camera_info.connection_type) != "DDS":
Copy link
Contributor

Choose a reason for hiding this comment

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

The API is not DDS specific. You can check for D555 as it is currently the only model supporting embedded filters or just print "device does not have embedded filters" in case query_embedded_filters returns 0 filters.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Great idea. I ll update.

@remibettan remibettan requested a review from OhadMeir December 30, 2025 08:58
@OhadMeir OhadMeir merged commit a46ff60 into realsenseai:development Dec 30, 2025
26 checks passed
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