liamabcxyz

Results 3 comments of liamabcxyz

Have you solved the problem? I met the same problem. @5730289021-NN

Hi, @jveitchmichaelis Thanks for your reply! My goal is to display depth image("/camera/depth/image_rect_raw") on webpage. But I don't know how to change 16uc1 to mono16 directly. Thus, my current plan...

Hi, @jveitchmichaelis Thanks again! With your help, I write a node to convert 16uc1 to bgr8 with python. It works! ``` import roslib roslib.load_manifest('converter_depth_image') import sys import rospy import cv2...