-
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 raw IR images without turning off the laser emitter on D435i #6331
Comments
The visibility of the dot pattern projection is linked to the Laser Power setting. So you could render the pattern virtually invisible whilst keeping the emitter active by setting laser power to '1' (a setting of '0' turns the projector off). You can set the Laser Power in the "Controls" section of the RealSense Viewer program's options side panel, or control it with scripting. The C++ version of this code is in the link below: https://github.com/IntelRealSense/librealsense/wiki/API-How-To#controlling-the-laser Please use the laser control code in the section headed 'Librealsense2'. |
Hi @kevin2431 Do you require further assistance with this question please, or can this case be closed? Thanks! |
hi, how to do this in python? |
@mydlgit A Python script for setting laser power is in the link below. |
Issue Description
I am working on a project which needs stereo and depth images. If turn off the emitter, I can get raw IR images without patterns. However, in this way can not get high-quality depth images.
Is there any way to get raw stereo IR images without turning off the laser emitter on D435i?
Thanks!
The text was updated successfully, but these errors were encountered: