How to record seated mode in kinect V1

MINJUNG KIM 5 Reputation points
2023-04-10T02:20:47.48+00:00

There is a seated mode in kinect V1 and it can visualizes the joint of person who is sitting on the chair. I want to record seated mode data and use tracked joint data. Is there any method to get the joint data of person who is sitting on the chair?

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.
290 questions
{count} vote

2 answers

Sort by: Most helpful
  1. LeelaRajeshSayana-MSFT 13,951 Reputation points
    2023-04-14T16:25:40.25+00:00

    Hi @MINJUNG KIM Greetings! I have found a documentation providing a code sample on V1.x that mentions how to use the Skeletal tracking with Seated Mode Please find the documentation on Skeletal Basics - WPF C# sample for more details on this. The documentation states When you run this sample, you see the following:

    • Skeleton tracking for up to two players standing in front of the Kinect; 20 joints per skeleton are rendered.
    • A checkbox for seated mode. If you select this, you will see skeleton tracking for up to two players while seated; 10 joints per skeleton are rendered.

    To run a sample you must have the Kinect for Windows SDK installed. To compile a sample, you must have the developer toolkit installed. If you need help installing the toolkit, look on this page: To Install the SDK and Toolkit. The toolkit includes a sample browser, which you can use to launch a sample or download it to your machine. To open the sample browser, click Start > All Programs > Kinect for Windows SDK [version number] > Developer Toolkit Browser.

    If you prefer to open the sample in Visual Studio, follow the steps below:

    1. Click the Start button, select All Programs > Kinect for Windows SDK version number > Developer Toolkit Browser version number (Kinect for Windows). You can also click the Start button and type kinect toolkit.
    2. In the list of samples, find this sample and click the Install button.
    3. Select a location to install the sample to.
    4. Double-click the Solution file (.sln) that was installed.

    Please make sure to Check the depth mode to distinguish between default depth (SkeletonTrackingState.Default) and near mode (SkeletonTrackingState.Seated).

    Hope this helps! Please let us know if you have any further questions in the comments below.


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

    0 comments No comments

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more