how to get image(frame) from kinect to process

asked 2017-11-13 08:57:08 -0500

llwha gravatar image

I need to collect frame from kinect to implement feature extraction, but I don't know how to do it. I can get image by using iai-kinect2 and I know to process the kinect should subscribe RGB and depth rostopics but I don't know how to do it in coding.

edit retag flag offensive close merge delete

Comments

Welcome! Your question is a little unclear (to me, at least). Are you asking how to subscribe to the RGB and depth topics?

jayess gravatar image jayess  ( 2017-11-13 13:51:42 -0500 )edit

I am doing a project to build a slam system using kinect. I have installed ros,libfreenect2... To get image to process(e.g.feature extraction), several webs said that topic should be subscribed for communicate ros with kinect. I don't know how to use the topic in coding

llwha gravatar image llwha  ( 2017-11-13 14:17:40 -0500 )edit

To start, have you gone through the tutorials?

jayess gravatar image jayess  ( 2017-11-13 14:22:16 -0500 )edit