Items with no label
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
3338 Discussions

In RealSense D435i, how do I extract the image that contains only the projected infrared points and not the depth map?

BRedd4
Beginner
641 Views

I want the image of the projected infrared points because I want to see how Passive Infrared Reflective Markers or Infrared Emitters would appear through this Image.

0 Kudos
1 Reply
MartyG
Honored Contributor III
409 Views

In the RealSense Viewer software, you could select only the infrared stream and have the depth stream disabled, and max the Laser Power setting under the 'Controls' section of the side panel options (as the Laser Power setting reduces dot visibility as it is reduced).

If you want to do it with scripting, the API How To doc has sample code for streaming left and right IR and controlling the laser.​

https://github.com/IntelRealSense/librealsense/wiki/API-How-To

0 Kudos
Reply