taketwo / rs

PCL grabber for RealSense devices
63 stars 25 forks source link

How can i use realsense-sdk face-tracking module when using rs_grabber. #15

Closed qwzlh closed 7 years ago

qwzlh commented 7 years ago

Hi, i want to use realsense-sdk face-tracking module to get head pose and position when i use rs_grabber to obtain the head point-cloud, but i have no idea how to do it.

taketwo commented 7 years ago

Hi, this is outside of the scope of this project. We only provide a point cloud grabber that you can use to get raw data and then pipe to the algorithms found in PCL. If you need to use SDK algorithms, then this grabber is not what you want.