Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

D435i IR图像容易过曝 #9572

Closed
meiy-px opened this issue Aug 5, 2021 · 8 comments
Closed

D435i IR图像容易过曝 #9572

meiy-px opened this issue Aug 5, 2021 · 8 comments

Comments

@meiy-px
Copy link

meiy-px commented Aug 5, 2021

  • Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):

  • All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)


Required Info
Camera Model { D35i}
Firmware Version (Newest)
Operating System & Version Ubuntu 20
Kernel Version (Linux Only)
Platform PC
SDK Version
Language {C++}
Segment {Robot}

Issue Description

在相同的光照条件下,D435i的IR图像比RGB图像更容易过曝,过曝区域深度测量不准确。
IR图像容易过曝,是因为IR sensor的动态范围比RGB sensor的动态范围低,还是因为IR图像故意将对比度拉的比较高?
我们是否可以调整IR图像的对比度?
image

@MartyG-RealSense
Copy link
Collaborator

Translation: "D435i IR image is easy to overexpose. Under the same lighting conditions, the IR image of the D435i is more likely to be overexposed than the RGB image, and the depth measurement of the overexposed area is not accurate. IR images are prone to overexposure. Is it because the dynamic range of the IR sensor is lower than that of the RGB sensor, or because the IR image deliberately increases the contrast? Can we adjust the contrast of the IR image?"


Hello @meiy-px The exposure effects that you are experiencing with infrared resemble the ones in the case linked to below. Reading this case should be helpful for you.

#2875

At a later time after the advice in that case was published, Intel also added the High Dynamic Range (HDR) feature for controlling exposure and gain.

https://dev.intelrealsense.com/docs/high-dynamic-range-with-stereoscopic-depth-cameras


你好@meiy-px 您使用紅外線體驗到的曝光效果類似於下面鏈接的案例中的效果。 閱讀此案例應該對您有所幫助。

在該案例的建議發布後,英特爾還添加了高動態範圍 (HDR) 功能,用於控制曝光和增益。

@meiy-px
Copy link
Author

meiy-px commented Aug 6, 2021

It seems that D400 uses 2 consecutive frames to combine a HDR image. The performance will reduce when the camera is moving.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 6, 2021

Yes, the possibility of artefacts during camera motion or fast motion in the observed scene is mentioned in the Limitations section near the end of the HDR paper.

https://dev.intelrealsense.com/docs/high-dynamic-range-with-stereoscopic-depth-cameras#section-4-3-limitations

Which version of the RealSense SDK are you using please? RealSense SDK version 2.42.0 introduced maximum limits for exposure and gain when depth auto-exposure is enabled. As well as requiring SDK 2.42.0 or newer, this feature also requires 5.12.11.0 or newer.

image

This feature is testable in the RealSense Viewer program, in the Controls sub-section of the 'Stereo Module' category of the Viewer side-panel. Hover the mouse cursor over the '?' icon beside the settings to see explanation text.

image

@meiy-px
Copy link
Author

meiy-px commented Aug 9, 2021

Yes, the motion artifacts can be improved by limit the max exposure time. But the interval time between two frames would lead to HDR artifact.

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Aug 9, 2021

As long as HDR is not enabled (as it is optional) then motion of the camera or observed motion should not lead to HDR artefacts in the depth and infrared images on the D435i.

You could test this in the Viewer by ensuring that the HDR Enabled option is disabled (indicated by a black box beside it) and then using the limit sliders to set a maximum.

@MartyG-RealSense
Copy link
Collaborator

Hi @meiy-px Do you require further assistance with this case, please? Thanks!

@meiy-px
Copy link
Author

meiy-px commented Aug 16, 2021

Hi @meiy-px Do you require further assistance with this case, please? Thanks!

No, thanks for your help.

@meiy-px meiy-px closed this as completed Aug 16, 2021
@MartyG-RealSense
Copy link
Collaborator

You are very wlecome, @meiy-px - thanks for the update!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants