Skip to content

Hkr other ds rebased dev - #11222

Merged
Nir-Az merged 53 commits into
realsenseai:developmentfrom
remibettan:hkr_other_ds_rebased_dev
Dec 25, 2022
Merged

Hkr other ds rebased dev#11222
Nir-Az merged 53 commits into
realsenseai:developmentfrom
remibettan:hkr_other_ds_rebased_dev

Conversation

@remibettan

Copy link
Copy Markdown
Contributor

Tracked by : LRS-581

@remibettan
remibettan requested a review from Nir-Az December 15, 2022 13:49
@remibettan
remibettan force-pushed the hkr_other_ds_rebased_dev branch 2 times, most recently from 3e14573 to c604c76 Compare December 15, 2022 14:35
Comment thread common/on-chip-calib.cpp
bool frame_arrived = false;
try
{
if (_sub->s->supports(RS2_OPTION_THERMAL_COMPENSATION))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

This looks like a mistake
Development has it

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

?

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.

corrected

Comment thread src/ds/ds5/ds5-color.cpp

if (_pid != ds::RS457_PID) //not mipi device

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Hard to follow, where did this lines go?

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.

In line 191, in method register_metadata

@remibettan
remibettan force-pushed the hkr_other_ds_rebased_dev branch from 369dcd3 to ee6f12b Compare December 19, 2022 07:27
Comment thread src/ds/ds-motion-common.h
public motion_sensor
{
public:
explicit ds_motion_sensor(std::string name,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Do we use 2 Ctors?

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.

yes, one needs the sets for mapping of the profiles (uvc) and one does not (hid)

Comment thread src/ds/ds-motion-common.cpp Outdated
auto fisheye_auto_exposure = register_auto_exposure_options(_fisheye_ep.get(), &ds::fisheye_xu);
if (auto fisheye_sensor = dynamic_cast<ds_fisheye_sensor*>(_fisheye_ep.get()))
fisheye_sensor->set_roi_method(std::make_shared<fisheye_auto_exposure_roi_method>(fisheye_auto_exposure));
else if (auto fisheye_sensor = dynamic_cast<ds_fisheye_sensor*>(_fisheye_ep.get()))

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

if and else match,
Am I missing something?

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.

correct- removed

@Nir-Az Nir-Az left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Looks good,
As discussed lets do a short D457 sanity and comparation of controls against development and we'll merge it.

@Nir-Az
Nir-Az merged commit 54f3595 into realsenseai:development Dec 25, 2022
@remibettan
remibettan deleted the hkr_other_ds_rebased_dev branch July 29, 2025 14:09
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.

4 participants