pyk4a
pyk4a copied to clipboard
Python 3 wrapper for Azure-Kinect-Sensor-SDK
ERROR: Could not build wheels for pyk4a, which is required to install pyproject.toml-based projects
Hello, I get this error when install pyk4a by pip ` pip install pyk4a -i https://pypi.org/simple ` ## Error ` ERROR: Could not build wheels for pyk4a, which is required...
TODO: Replicate https://github.com/etiennedub/pyk4a/pull/201 in the dev branch
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...