merge development (utilities) to dds - #11145
Conversation
| DDS_THROW( runtime_error, "stream '" + stream_name + "' does not exist" ); | ||
| auto & stream = it->second; | ||
| stream->start_streaming( header ); | ||
| for ( auto & p : streams_to_open ) |
There was a problem hiding this comment.
Just a notice, I see here and on the dds-device-server.h lots of spaces changes.
FYI
There was a problem hiding this comment.
There were some CRLF changes, so maybe just ignore whitespace?
| case RS2_FORMAT_RAW8: fourcc = "CNF4"; break; | ||
| case RS2_FORMAT_RAW16: fourcc = "BYR2"; break; | ||
| case RS2_FORMAT_UYVY: fourcc = "UYVY"; break; | ||
| case RS2_FORMAT_UYVY: fourcc = "UYVY"; break; |
|
I still want to do this, but I think we should do it in this order:
|
# Conflicts: # .github/workflows/buildsCI.yaml
# Conflicts: # .github/workflows/buildsCI.yaml # src/ds5/ds5-device.cpp # src/hw-monitor.h # third-party/utilities/include/utilities/easylogging/shared-init.cpp # unit-tests/unit-test-config.py
…kernel Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
Signed-off-by: Dmitry Perchanov <dmitry.perchanov@intel.com>
# Conflicts: # CMake/cuda_config.cmake # src/context.cpp # src/ds/ds5/ds5-device.cpp # third-party/CMakeLists.txt # tools/CMakeLists.txt # tools/realsense-viewer/CMakeLists.txt # unit-tests/live/options/test-timestamp-domain.py # unit-tests/py/rspy/test.py # unit-tests/unit-tests-live.cpp
# Conflicts: # src/context.cpp # src/context.h # third-party/realdds/include/realdds/dds-device-broadcaster.h # third-party/realdds/include/realdds/dds-device-server.h # third-party/realdds/py/pyrealdds.cpp # third-party/realdds/src/dds-device-broadcaster.cpp # third-party/realdds/src/dds-device-impl.cpp # third-party/realdds/src/dds-device-server.cpp # unit-tests/dds/test-librs.py
fffcd0a to
b77a646
Compare
|
Of course this PR is special and cannot be CR by files (> 1300 changed) Thanks Eran for this effort :) UPDATE: CI passed on retrigger |
OhadMeir
left a comment
There was a problem hiding this comment.
Impressive work merging so many changes back, and handling the eProsima problem
In addition: