etiennedub / pyk4a

Python 3 wrapper for Azure-Kinect-Sensor-SDK
MIT License
287 stars 81 forks source link

Question about Library #183

Closed AnthonyP1212 closed 1 year ago

AnthonyP1212 commented 1 year ago

Hello,

This isn't an issue as much as it's a question. If this is the wrong place to be asking, forgive me, I am new to GitHub. I want to use this wrapper with the Azure Kinect camera so I can capture depth data for a Keypoint detection model. I am currently using Google's Mediapipe keypoint detection model which returns x, y and z coordinates of the Key-points. Is there a way I can use this wrapper to capture Z coordiante of the key points?

Thank you very much.

lpasselin commented 1 year ago

Not sure I understand your question. This library is a wrapper over the kinect azure device SDK. It is used to control and capture images which are returned as numpy arrays.