What is the highest accuracy range of the Kinect when detecting the human body?

ZH Chang 0 Reputation points
2023-07-24T10:29:26.3133333+00:00

I chose to set the optimal detection distance to the middle of the minimum and maximum values, i.e. 0.5*(l_min+l_max). This choice is based on practical experience and reasonable speculation. I wonder if there are any papers or documents to support my conclusion.

Azure Kinect DK
Azure Kinect DK
A Microsoft developer kit and peripheral device with advanced artificial intelligence sensors for sophisticated computer vision and speech models.
287 questions
{count} votes

1 answer

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 13,621 Reputation points
    2023-07-24T23:06:51.3766667+00:00

    Hi @ZH Chang Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.

    The accuracy of the depth camera on Azure Kinect which is responsible for body tracking depends on additional factors in addition to the distance such as lighting conditions, the number of people in the scene and the complexity of their movements among other things.

    Unfortunately, there is no specific recommended setting that is documented to give a better capture from Azure Kinect. It has to be drawn to a conclusion just like you did, based on observations and practical experience. I am glad to know that you have arrived at a conclusion that 0.5*(l_min+l_max) seems to work best.

    Unfortunately, there is no specific recommended setting that is documented to give a better capture from Azure Kinect. It has to be drawn to a conclusion just like you did, based on observations and practical experience. I am glad to know that you have arrived at a conclusion that 0.5*(l_min+l_max) seems to work best.

    Please find the below image that captures the Depth camera supported operating modes and the operating range for each setting.

    Please find the below image that captures the Depth camera supported operating modes and the operating range for each setting.

    User's image

    This might help you test different operating modes and figure out what might be a better range given the mode of operation.

    Hope this helps.


    If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.