You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
`
The text was updated successfully, but these errors were encountered: