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

Intel d415 IR stream in RGB coordinates #6088

Closed
talbenach opened this issue Mar 18, 2020 · 2 comments
Closed

Intel d415 IR stream in RGB coordinates #6088

talbenach opened this issue Mar 18, 2020 · 2 comments

Comments

@talbenach
Copy link

Is it possible to obtain the depth stream from the d415 camera converted to the RGB camera's coordinates at the source? i.e. similar to what the "align" function does, but without the computing resource investment.
Thanks you

@MartyG-RealSense
Copy link
Collaborator

Not as far as I know. The Vision Processor D4 hardware component inside the camera performs operations such as image rectification, described in the brochure image in the link below, and then the data travels through the USB cable to the computing device.

https://www.stemmer-imaging.com/media/uploads/cameras/13/136603-Intel-RealSense-D4-Vision-Processor-Brochure.pdf

If freeing up CPU resources is a concern for you, then you could try "offloading" CPU work onto a GPU. For devices with an Nvidia GPU, this can be done by building Librealsense with CUDA support.

For non-Nvidia GPUs, there is alternatively "GLSL Processing Blocks" in Librealsense, though this method may be ineffective on low-power devices.

#4905 (comment)

@MartyG-RealSense
Copy link
Collaborator

This case will be closed after the next 7 days if there are no further responses. Thanks!

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

No branches or pull requests

2 participants