Skip to content

fix-playback-color-stream-format-using-DDS - #13679

Merged
OhadMeir merged 2 commits into
realsenseai:developmentfrom
noacoohen:d555_color_stream_show_wrong_format
Jan 14, 2025
Merged

fix-playback-color-stream-format-using-DDS#13679
OhadMeir merged 2 commits into
realsenseai:developmentfrom
noacoohen:d555_color_stream_show_wrong_format

Conversation

@noacoohen

Copy link
Copy Markdown
Contributor

Tracked by RSDEV-3018

@noacoohen
noacoohen requested review from Nir-Az and OhadMeir January 13, 2025 08:19
Comment thread src/dds/rs-dds-sensor-proxy.h Outdated
std::map< std::string, streaming_impl > _streaming_by_name;

formats_converter _formats_converter;
stream_profiles _target_profiles;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Please rename _active_converted_profiles.
"target profiles" is a term used inside the converted and is not applicable here. Also these are not all the profiles, just those set by open.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Done

Comment thread src/dds/rs-dds-sensor-proxy.cpp Outdated
{
_formats_converter.prepare_to_convert( profiles );

_target_profiles = profiles;

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Should implement

void dds_sensor_proxy::close()
{
software_sensor::close();
_target_profiles.clear();
}

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Added

@noacoohen
noacoohen force-pushed the d555_color_stream_show_wrong_format branch from eefb28e to a966de6 Compare January 14, 2025 10:10
@OhadMeir
OhadMeir merged commit e79ddbd into realsenseai:development Jan 14, 2025
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