-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
How to Get second infrared frame in D405 #11466
Comments
Hi @Daa98 The right-side 'Infrared 2' stream is only available if the camera is on a USB 3 connection. To access both the left and right IR streams with scripting, you should give each stream its own index number in order to differentiate between the two. #3878 (comment) has an example Python script for doing so. Can you describe what you mean by the 'band' of the infrared camera, please? If you mean the projector and its infrared dot pattern, the D405 camera model is not equipped with this. |
Thanks for your help. I want to use the ir cameras in dark. So I bought an 850nm fill light, but it doesn't work (IR frames are black ). I don't know the problem casued by the band of my fill light or the power. |
Infrared lamps will not work with D405 as that particular camera model is equipped with IR Cut filters on its sensors that prevent them from seeing infrared frequencies such as 850 nm. They can only see normal visible light from a conventional lamp or torch. Other 400 Series camera models can use the light of external IR illuminator lamps as they do not have an IR Cut filter. The generation of depth frames on RealSense 400 Series cameras is carried out inside the camera hardware by using raw left and right infrared images and then sending the completed depth frame along the USB cable to the computer. It is not related to RGB or to the left and right infrared streams. So depth can be streamed even when the Infrared and Infrared 2 streams are disabled. |
Oh how sad. My plan was to get infrared images in the dark. Thanks again for your answer! |
The IR Cut filters on the D405's infrared sensors do not prevent the infrared streams from functioning. Instead, they reduce the range of light frequencies that are able to enter the sensor by blocking the near-infrared range (800 nm +) so that only the lower visible-light frequencies are allowed to enter the sensor. A consequence of this is that if the visible light in a scene is reduced (because of dimmer sunlight or a room light being turned off, for example) then the infrared image becomes darker because it cannot use any infrared light sources that are present in the scene. The Part 2a. Long or short pass section of Intel's white-paper guide at the link below discusses IR Cut filters, which are a 'shortpass' type of filter. A little further down that section of the paper, a wavelength frequency chart of a shortpass filter is provided. |
Hi @Daa98 Do you require further assistance with this case, please? Thanks! |
Hello, I'm sorry I didn't find answers to these two problems.
The text was updated successfully, but these errors were encountered: