How to extract cloud points from the RealSense cameras?
Asked Answered
A

1

7

I am working with an Intel® RealSense™ device and the RSSDK.
I also started looking at the PCL library.
The point cloud object tracking is somehow hidden below the MetaioTrackerToolbox.
I would like to get real time data clouds points from the RealSense cameras and use them with the PCL library. Does anyone know how to extract cloud points from the RealSense cameras to be used with the PCL library (I just found this, but it needs to be ported to RSSDK)?

Achromic answered 22/3, 2015 at 22:9 Comment(0)
F
13

I am working on a PCL grabber for RealSense cameras. Preliminary version is available in my GitHub repository. There are a few issues, most important being that the memory leaks when grabbing colored point clouds (however this is due to a bug in RealSense SDK rather than in my code). As soon as that is fixed on the Intel side and once I polish the code it will be included in mainstream PCL.

EDIT: all the issues were solved and the grabber was merged into PCL.

Freeborn answered 23/3, 2015 at 13:9 Comment(2)
Are you using the deprecated RealSense SDK or the libsense from the github ?Traditionalism
The referenced project was using the deprecated RealSense SDK. For newer cameras you may want to give a try to this pull request.Freeborn

© 2022 - 2024 — McMap. All rights reserved.