visual-pushing-grasping icon indicating copy to clipboard operation
visual-pushing-grasping copied to clipboard

error: no match for call to ‘(rs2::colorizer) (rs2::depth_frame&)’

Open wakaka821 opened this issue 5 years ago • 2 comments

Hi, thanks for your great work. Your work is very attractive. I tried to set up camera system and installed librealsense SDK 2.0, but I met a problem. The terminal dispalys as following picture.

2019-05-08 16-01-09屏幕截图

Could you please tell me what am I missing, thanks!

wakaka821 avatar May 08 '19 08:05 wakaka821

That version of colorizing depth images might have deprecated. Try replacing that line with the following: rs2::frame depth_colorized = aligned_depth.apply_filter(color_map);

andyzeng avatar May 08 '19 17:05 andyzeng

Thanks very much ! The problem solved !

wakaka821 avatar Jul 24 '19 02:07 wakaka821