Realsense Image Publish in ROS
* Github(Private) https://github.com/yongeePark/rs_depth_alignment.git * Convert Realsense image input to opencv image Example // RGB stream cfg.enable_stream(RS2_STREAM_COLOR,640, 480, RS2_FORMAT_RGB8, fps); // Depth stream cfg.enable_stream(RS2_STREAM_DEPTH,640, 480, RS2_FORMAT_Z16, fps); // Infrared stream cfg.enable_stream(RS2_STREAM_INFRARED,640, 480, RS2_FORMAT_Y8, fps); auto depth_frame =..
2023. 7. 4.