Open MichalZuraw opened 1 year ago
The quality of the color point cloud is going to depend on the quality of the color image, because the color point cloud is created by transforming the raw depth data into the color camera's perspective. What configuration are you using for your capture? What resolution is your color camera set to?
Hello Do you know why quality of point cloud from azure kinect sdk tool is better than from python. i using ` capture._color = cv2.cvtColor(cv2.imdecode(capture.color, cv2.IMREAD_COLOR), cv2.COLOR_BGR2BGRA) capture._color_format = pyk4a.ImageFormat.COLOR_BGRA32
`