Closed pnambiar closed 7 years ago
Can we save just the hd color image image using kinect2_view? ( the standard option saves both color as well as depth)
If not what is the the best way to do it?
no, it always stores both, but you can simply delete the depth images later. Or write a small node that subscribes only to the color image topic and stores it. Or you can use image_view.
Can we save just the hd color image image using kinect2_view? ( the standard option saves both color as well as depth)
If not what is the the best way to do it?